11gRel2 - using the compatible parameter 10.2.0.3.0 DBCA translated by ORA-00201

Hi guys,.

Here's the scenario:

1 oracle DB binary: 11.2.0.2.2
2 using the dbca to create general database of goal and then change the "11.2.0.0.0 to 10.2.0.3.0 COMPATIBLE" initialization parameter in the window "all initialization parameters.

So, when I finally start to install the database, I am getting following error when installing:

ORA-00201: control version of the 11.2.0.0.0 file that is incompatible with ORACLE version 10.2.0.3.0
ORA-00202: control file: ' / u01/app/oracle/cfgtoollogs/dbca/infpp1/tempControl.clt'

IGNORE OR ABANDON...

Now, you might ask why I do this. In fact, I want to install fresh 11grel2. database with the less compatible parameter. Custom schemas IMPORT DP in the development of this that compatible database is set to 10.2.0.3.0. Then run database with these settings for a week and finally change the compatible parameter to 11.2.0.0.0

Any ideas where I'm wrong? as the default value model seems not to accept what I want to do.

Kind regards
-
Anjum

Choose the "Custom Database" option in the model database

Tags: Database

Similar Questions

  • After the upgrade the compatible parameter compatibility issue

    Hello

    I have a user who has a database which is 10.2.0.3 (on Solaris 10 (I think).

    The database has the compatible parameter set to 9.2.0.0, and given that the database taken to 10.2.0.3, she 10.2.0.3 parameter.

    But since the 10.2.0.3 setting, hang his reports.

    Thus, she attempted to deliver the compatible parameter to 9.2.0.0, but gets the error when it tries to start the database:

    ORA-00201: control version 10.2.0.3.0 incompatible with ORACLE version 9.2.0.0.0 file

    Then, I found in a doc who say: "once you increase the COMPATIBLE parameter, the database cannot later be downgraded."

    Now, she has a problem because its reports does not work, and she can't go back to Oracle 9.2.0.0 compatibility.


    What can do now?  (short to restore the database, etc.).

    > What can do now?  (short to restore the database, etc.).

    rebuild the control file

  • Using the QUERY parameter in exp/expdp

    Hi, I've faced a nite last question.
    IM currently using Oracle 10 g (10.2.0.4) OS - MS Windows Server 2003

    I want a dump of tables to export multiple schemas. say (acb.m1, pqr.b2, xyz.b1)

    Each table has a minimum lines of 2,000,000,

    And I want to just the initials 10 rows in each table of export

    Is it possible that I can do this...

    Please answer.
    Thanks in advance

    Export tables in multiple schemas is not supported in Data Pump until 11.1.0.7. So if you're on 10g, you will need to run multiple commands expdp. For only 10 lines of each table, use the query parameter

    Query = "where rownum"<>

    This will apply to all the tables you export.

    I hope this helps.

    Dean

    Published by: Dean WINS January 30, 2012 08:42

  • Using firefox 14.0.1. Load a link using the right click and "Open link in new window", translates into a new window opens but doesn't show URL address bar...

    Using firefox 14.0.1. Load a link using the right click and "Open link in new window", translates into a new window opens but doesn't show URL address bar. However, if I click with the right button on a link and select "Open link in a new tab", the tab displays the URL in the address bar. If it works when a new tab it's not in a new window.

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.
    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

  • Download the image to the server using the message parameter.

    Hello experts,

    I want to download an image on the server by using the post method with parameter alongsome such as file name, status, tag, deviceid, name of the device.

    Server taking some as windows credentials. I connect a .html page which, in my url, it must be all the parameter and in action, he goes to the .php file and it image upload server-side.

    I use this code, I have my tent for the last 3 days but I get no success.

    Please help me...

    My code is: -.

    private String httpConn (String file) {HttpConnection conn = null; OutputStream os = null; InputStream is = null; String url = ""; int respcode = 0; path of the Web service from which image will be transferred. URL = "" http://usertest[email protected]/admin/image_upload_iphone_app.html ";" Try {conn = (HttpConnection) Connector.open (url); conn.setRequestMethod (HttpConnection.POST); String name = "file:///" + file; FileConnection fc = (FileConnection) Connector.open (name); is = FC.openInputStream (); / * byte [] imgData = IOUtilities.streamToBytes (is); is. Read (imgData); * / byte [] ReimgData = IOUtilities.streamToBytes (is); Resize Image according to setting. Byte [] imgData = reszieImage (ReimgData); is. Read (imgData); String limit = "---14737809831466499882746641449"; String body = ""; name of the file... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; Name=\"filename\"\r\n\r\n"+"test.jpg '; body += "\r\n--" + limit + "\r\n"; tag... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"tag\" \r\n\r\n "+ 'tag'; body += "\r\n--" + limit + "\r\n"; status... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"status\" \r\n\r\n "+ 'status'; body += "\r\n--" + limit + "\r\n"; Device ID... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"deviceid\" \r\n\r\n "+"deviceid"; body += "\r\n--" + limit + "\r\n"; DeviceModel... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"devicemodel\" \r\n\r\n "+"devicemodel"; body += "\r\n--" + limit + "\r\n"; image... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =------'URL '; filename=\""+"test.jpg"+"\r\n '; body & = "" Content-Type: application/octet-stream\r\n\r\n ";" body & = new String (imgData); body += "\r\n--" + limit + "-" + "\r\n"; conn.setRequestProperty ("Content-Type", "multipart/form-data;" + limit); OS = conn.openOutputStream (); OS. Write (Body.GetBytes ()); OS. Close(); / * / / SEND the IMAGE int index = 0; int size = 1024; {System.out.println ("write:" + index);} If ((index+size) > imgData.Length) {size = imgData.length - index ;} os.write (imgData, index, size);} size of the index of +=; } While (index

    {0) {}} while(len>0); * / respcode = conn.getResponseCode (); } catch (Exception e) {e.printStackTrace () ;} Finally {//System.out.println ("closely connected"); try {os.close () ;} catch (Exception e) {} try {is.close () ;} catch (Exception e) {} try {() conn.close ;} catch (Exception e) {}} return Integer.toString (respcode);}}} }

    Concerning

    Pankaj Perron.

    It is a solution guys: -.

    see...

    http://wiki.Forum.Nokia.com/index.php/HTTP_Post_multipart_file_upload_in_Java_ME

  • How to use the multivalued parameter in which the condition

    Hi guys;

    for sure, the use of v_USR_NAMES parameter is BAD! because it will not be monitored as a collection of values.

    Please provide me a way how to let run in the right way.

    declare
      v_USR_NAMES varchar2(1000) := 'SYS,SYSTEM,SH';
    begin
      -- sure the following loop is wrong, how could I correct it
      for user_cur in (select * from dba_users where username not in v_USR_NAMES) loop  
       --Do it
      end loop;
    
    end;
    
    /
    
    

    Best regards, Dia

    DECLARE
       v_usr_names   VARCHAR2 (1000) := 'SYS,SYSTEM,SH,SYSMAN';
       l_cnt number;
    BEGIN
    
    l_cnt := length(v_usr_names) - length(replace(v_usr_names,',')) + 1 ;
    
       FOR user_cur IN
          (SELECT *
             FROM all_users
            WHERE username NOT IN (
                     SELECT     REGEXP_SUBSTR (v_usr_names, '[^,]+', 1,
                                               LEVEL) str
                           FROM dual
                     CONNECT BY LEVEL <=l_cnt))
       LOOP
          DBMS_OUTPUT.put_line (user_cur.username);
       END LOOP;
    END;
    
  • Record in PDF format using the RGB parameter

    Hello

    I use Framemaker 13.0.2.433 under Windows 7.

    I defined in paragraphs for notes, warnings, and cautions that use an AutoNumber initially while I have Note: and warning: and attention: in front of my paragraphs. And the content of the paragraph that I wanted to not be stressed (so the rest of the paragraph does not underscore parameter), so I defined as in the screenshot below:

    Framemaker.png

    In framemaker, it looks good, but if I save it to PDF using the setting RGB , it prints a small dash of underscore in front of my paragraphs, see below:

    RGB 2.png

    But if the print using the CMYK setting it does not print this line:

    CMYK 2.png

    But I really need to print my files using the RGB setting, so please can you me why if I use the RGB setting it print this little underscore?

    Tried the digital underscore, it does not work.

    Tried to put a thin space after the colon, but it does not work also. I tried also to other spaces or symbols of separation (non-breaking space, en dash, em, digital space space space, end of stream symbol, end of paragraph). Nothing works, as long as I set a tab stop, it will try to point out the "stop invisible tab symbol.

    The only solution I see in this case is not to set the tab stop and enter the space manually.

  • Appeal procedure in another procedure using the Out parameter slider - lesson

    Hello

    I am new to Oracle development so first I wonder if it is a good place with a simple way of the of on how to create stored procedures?  I'm looking for the most part at this stage for a quick read.

    Second, currently have hacked and slashed my way into getting one built.  It has 3 parameters and an output parameter sys_refcursor.  This procedure works.

    I want to have another created procedure that will call the above procedure and loop through each row in the setting out and write to a file.  Can someone point me to an example of this by any chance?

    Thanks for the help.

    Hello

    e28d78d3-c6c6-4BCE-b14f-0f6bf26fa17c wrote:

    Thanks for the reply.

    Here's what I have, but I'm getting many errors.  When I seem to fix one that I get a new one. Kind of like what it show me all questions vs one question at a time.  I never know if I create another error of my attempts at fixing what, in my view, could be the problem.  In any case, something to get used to.

    When you do any type of programming, take baby steps.  Write less code as possible, test what you wrote ' worm and, if it contains errors, correct them and test again.

    The PL/SQL compiler tries to show all errors, but often it is impossible to say what is a separate mistake, and which is a consequence of a previous error.  For example, the DECLARE statements in your code are perfectly valid PL/SQL statements, but they are the mistakes in the sense that they are not what you think, and you may not use them.  PL/SQL does not know that (I don't really know that, either, but I'm willing to guess in this case).  The works of compiler on the explanation that you really wanted to say SAID, until what it becomes obvious, maybe several lines later, that something makes no sense, but at this time, there is no way he could say that the undesirable DECLARE was the cause.

    So here is where I am stuck currently.  What I want should first, run the stored procedure and I think I do as you suggest.  Which returns data in the output parameter, which is of type sys_refcursor.  I think I would need to loop through each element that cursor and output to the file using the dbms_output you reference and like I did below.  This should be it.  Sounds simple enough, but it's where some of the basics for me.

    For example, by creating the procedure some examples have the name of the procedure and then some "AS", "IS".  When use the beginning and the end and when not I need?

    There is no difference betwwen

    CREATE PROCEDURE... AS and

    CREATE PROCEDURE... Use IS the one you prefer.  You must always one or the other, however.

    PL/SQL is written in blocks.  The basic structure of a block is

    DECLARE - optional, sometimes involved

    ...

    BEGIN

    ...

    -Optional EXCEPTION; forget it for now

    ...

    END;

    Almost all of the PL/SQL code is part of a block.  In fact, you could argue that anything not in a block isn't really PL/SQL.  (For example, CREATE PROCEDURE is really an SQL, PL/SQL not, it indicates the SQL that some PL/SQL compiler is coming.)

    You should always BEGIN and END keywords in a PL/SQL block; None is never optional.

    I think I'm doing the for loop correctly but I get an error on the portion of loop-end.  It is a part of these simple things that become I think that.

    That's what I have:

    CREATE OR REPLACE PROCEDURE APPS.boact_report_3

    AS

    DECLARE v_cur SYS_REFCURSOR;

    DECLARE v_file_out UTL_FILE.file_type;

    BEGIN

    I said earlier, DECLARED may be implied.  It's one of those places if there is nothing after CREATE PROCEDURE... IS and before STARTING, it is supposed to be a statement.

    You can have as many statements (0, 1, 2 or more) that you want in this section of the statement.  The semicolon at the end of each of them is all the separation you need each other; you don't need any keyword as STATED.

    Open the v_cur for

    bo_report (p_sv_id, p_start_date, p_end_date, out v_cur);  -stored procedure that girls v_cur witch is a sys_refcursor parameter.  It works

    END;

    BEGIN

    Don't forget, how to call a procedure is

    bo_report (x, y, z);

    not

    bo_report (x, y, z OUT);

    The key words are only necessary (and only used) in the declaration of a procedure, not in his appeal.  When you create a procedure, you decide if each argument is going to be an argument IN, an OUT argument, or IN OUT argument, and you tell the compiler that you decide.  When you call a procedure, you have no choice; each argument is IN, OUT or IN OUT has already been decided, and suffice to say compiling what are the variables (or expressions) that you use to play these predetermined roles.

    Dbms_output.put_line ('Date: ');

    v_file_out: =.

    UTL_FILE.fopen (' / public/scripts/smorau02 ', 'w_act.csv', 'W');

    FOR x IN v_cur

    LOOP

    () UTL_FILE.put_line

    v_file_out,

    x.cl_num | ','

    || x.wa_id | ','

    || x.Description | ','

    || x.a_date | ','

    || x.a_by | ','

    || x.v_Name | ','

    || x.SITE_NAME | ','

    || x.stage | ','

    || x.in_queue);

    END LOOP;

    UTL_FILE.fclose (v_file_out);

    END;

    Thanks again for the help.

    You have not to send the code to bo_report, so I can't run the procedure.  I do not notice any obvious mistakes immediately superior.

  • 11g DB with the "compatible" parameter value "10.1.0.

    Hello world

    I have a upgrade from 9i to 11g r2 database. compatible in this database parameter has been defined as "10.1.0. for this reason, I can't use - for ex-'invisible clues' because they have at least 11.0.0 compatible parameter value.

    now I want to change this setting, but I'm not sure what would be done by this action, exactly.

    for example, Tom said: "you cannot use some new features like compression table OLTP.
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:1203932400346694094

    I know invisble index is also depend on this but what else? I couldn't find a sort a list of it. y at - it all? or someone who knows?

    Thank you very much.

    OPTIMIZER_FEATURES_ENABLE acts as an umbrella setting to activate a series of features in a version number of Oracle-based optimizer.
    http://docs.Oracle.com/CD/E11882_01/server.112/e25513/initparams165.htm

    compatible
    http://docs.Oracle.com/CD/E11882_01/server.112/e25513/initparams034.htm
    http://docs.Oracle.com/CD/E11882_01/server.112/e25494/create005.htm#i1014800
    http://docs.Oracle.com/CD/E11882_01/server.112/e23633/changes.htm#I638061

  • How to control the call to a data control using the portlet parameter

    Hello

    I use a web service data control in my portlet application. I would like to know if there is a way where in the data control will not be called when the portlet is responsible, unless the portlet parameter is specified.

    Thanks in advance!
    Rian

    You are right.

    It is an example of a classic which I use as a data control:

    public class UserDataControl {
    
      private UserService_Service user_service;
      private UserService us;
    
        public UserDataControl() {
            super();
            user_service = new UserService_Service();
            us = user_service.getUserServicePort();
        }
    
        public List getUserList(String company) {
          List list = us.retrieveUserList(company);
            System.out.println(list.size());
             return list;
        }
    }
    

    The proxy in my case has been generated in UserService_Service.
    This class is used as a datacontrol so my datacontrol will be a setting for the company, as you can see in the getUserList.
    You can check if the parameter is null, then returnn an empty list or so.

  • DBMS_COMPARISON using the INDEX_NAME parameter?

    Hi friends,

    I use DBMS_COMPARISON to compare data, that works well and gives me results.

    Behold, I need information:

    Story: I have two (base) tables at the top which I'm creating views. This point of view, I am using as an object to compare to the DBMS, which works well.

    Why consult: we have data in the base tables with non-unique lines, that's why we strive to views allows you to aggregate these non-unique to a single lines.

    Requirement: due to over aggregation, I'm not going to apply a constraint primary key on the base table.

    Question: As I read, DBMS_COMPARISON, we can pass the column names in the parameter INDEX_NAME, use that would work on the DBMS_COMPARISON.

    I'm passing values INDEX_NAME without any constraints on the base table or of the views. However, DBMS_COMPARISON does not work.

    I tried for example two:

    1. for a comparison, I'm passing INDEX_NAME type varchar2 ex: PARAMETER_KEY, but I'm

    ORA-23629: OLINK_OWNER. PARAMETER_KEY is not an eligible index on USER_SYSTEM_PARA_PRE table for comparison

    BEGIN

    DBMS_COMPARISON. CREATE_COMPARISON

    (COMPARISON_NAME = > 'USER_SYSTEM_PARAM' )

    SCHEMA_NAME = > 'OLINK_OWNER'

    Object_name = > 'USER_SYSTEM_PARA_PRE'

    DBLINK_NAME = > NULL,

    INDEX_SCHEMA_NAME = > NULL,

    Index_name = > 'PARAMETER_KEY'

    REMOTE_SCHEMA_NAME = > 'OLINK_OWNER'

    REMOTE_OBJECT_NAME = > 'USER_SYSTEM_PARA_PRE'

    COLUMN_LIST => '*');

    END;

    2-another example: I'm passing more than two names of columns for INDEX_NAME as a composite index, here I am confronted to below:

    INDEX_NAME = > 'PARAMETER_KEY, PARAMETER_VALUE' ,

    ORA-23481: unexpected name «PARAMETER_KEY, PARAMETER_VALUE» string

    Please guide me.

    Thank you.

    The documentation seems clear:

    index_name

    The name of the index.

    not the names of the columns.

  • report do not work by using the lexical parameter

    Hello!

    I am using oracle 10g and I have my request I laxical parameter as follows

    .......
    and to_date

    After paramform, we have

    IF: P_DATE_TO IS NOT NULL THEN
    : TO_DATE: = ' AND to_date (head.updated_date,'|) Chr (39) | "DD/MM/RRRR ' | Chr (39) |') between TO_DATE (t2.term_start_date,'|) Chr (39) | "DD/MM/RRRR ' | Chr (39) |') AND TO_DATE('||) CHR (39) | : P_DATE_TO | CHR (39) | «, » || Chr (39) | "DD/MM/RRRR ' | Chr (39) |') ';

    -OTHER
    -: TO_DATE: = NULL;
    END IF;

    After compiling this report when I run this report then I get following error

    REP-304: '&' in the statement SELECT was not followed by a valid lexical parameter.

    can any body tell me how I can fix it.

    Hello

    To_date is a reserved word. Could you try to name your P_TO_DATE setting?

    Concerning

  • Several sprites using the same parameter value

    I'll ask the same question " 'contains' doubt in the hexadecimal color value?" but in a different way, because I realized that the solution is more simple than I thought, and the solutions will also. I have this problem:

    property pTargetSprite, pBlendValue

    on getPropertyDescriptionList me
    List = [:]

    addProp list, #pTargetSprite, [#comment: ' target Sprite: ',]
    [#format: #integer, #default: VOID]

    addProp list, #pBlendValue, [#comment: ' mixture value: ",]
    [#format: #integer, #default: 100]

    back list

    end


    on mouseDown me

    .blend Sprite (pTargetSprite) = pBlendValue

    end

    I would like to get SEVERAL sprites for 1 parameter, that is to say when the behavior dialog box appears and ask me the "target Sprite:", I entered... Let's say 1, 2, 3,... Regardless of the numbers I want. Therefore, the values of this sprites mix will change according to the mix input value. Right now is perfect, but of course work with only a sprite, but I want to be able to give this value of mixture for several sprites on the same setting.

    I guess it must be very simple, but I can't get the answer anywhere in my brain, nor my book Director, or in the forums.

    Thank you!!!

    Rob, Anders... Thank you very much!!! Now it works perfectly.

    spriteList property
    blendValue property

    on getPropertyDescriptionlist
    myPropList = [:]
    myPropList.addProp (#spriteList, [#comment: "enter the sprite channel \])
    (["the numbers to use, separated by commas:", #format: #string, #default: "1,2,3"]).<>
    myPropList.addProp (#blendValue, [#comment: "mixture value:",-])
    ([#format: #integer, #default: 100])
    return myPropList
    end

    on beginSprite me
    spriteList = stringToList (spriteList)
    end

    on stringToList (thisString)
    oldDelim = the itemDelimiter
    itemDelimiter = «»
    thisManyItems = thisString.item.count
    tempList =]
    Repeat with n = 1 to thisManyItems
    tempList.add (thisString.item [n])
    end repeat
    itemDelimiter = oldDelim
    return tempList
    end

    on mouseUp me
    thisMany = spriteList.count
    Repeat with n = 1 to thisMany
    .blend Sprite (value(spriteList[n])) = blendValue
    end repeat
    end

  • Satellite L350D-10 x - XP installation by using the compatible SATA mode

    Greetings! To me a question. If I can do as a result of the actions.
    (1) compatible SATA to AHCI mode.
    (2) installation XP
    (3) installation driver sata
    (4) restart the system and in the bios change to AHCI compatible

    It will work?
    I do not wish to integrate the drivers separately in win XP.

    Hello

    I think this should functions
    Has anyone here in the forum tried this method and it succeeded.

    Just test and just checking

    It s very interesting

  • exp using the query parameter

    Hi all
    I need to export a table with the query clause = "" where rownum < 100 ' "
    His works well, but the extraction of all columns.
    But I need only selective columns.

    Is it possible to export the follwing records
    Select some_columns from table where rownum < 100
    how with exp util?

    DB version 10.2.0.4
    AIX OPERATING SYSTEM

    Thank you

    You can not specify columns, only where clause may be specified with exp/expdp.

    generate instructions insert with the help of select instead then.
    Or if you need to import this data into another database - create link db and just do insert by it.

Maybe you are looking for

  • How can I find what is my registration number?

    I'll put up my mac and I need help please.

  • Western Digital Scorpio WD2500BEVT 250 GB hard drive internal what is the password

    Hi I have a problem with my laptop, when I turned it there was a warning, it says please input password for WDC WD2500BEVT - A 22, 23 what it means?  I don't know what is the password.  After hitting enter a couple of times it came with another messa

  • Cannot open the video

    I got a new Canon camera took some photos and went well. I took a video and when I downloaded it on my computer, it won't play. He recorded as a Quick time movie and will not open get an error message "unknown error" 0 x 800004005 I also get an error

  • Blue screen error during games

    It has happened so far in the two games and is always at a precise moment of each game.here the minidump... I hope that someone can 'read' and help :) http://CID-af248a311624c723.Office.live.com/self.aspx/.public/minidump.rar

  • HP Pavilion 23-h050: exception in thread system could not be treated

    I had this problem for about a week but today worse than ever. My system came with Windows already installed 8.1. I have not installed anything on this computer. I get this message on a blue screen saying that your computer is having problems and con