Exp from 9 to imp to 11g R2

Hi,
on 9i on Win 2000 I export like this :
exp scott/tiger@orcl FILE=EXP_SCOTT LOG=EXP_SCOTT_LOG
. about to export SCOTT's tables via Conventional Path ...
. . exporting table                          BONUS          0 rows exported
. . exporting table                           DEPT          4 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table                            EMP         14 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table                       SALGRADE          5 rows exported
. . exporting table                             T1          1 rows exported
. exporting synonyms
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully with warnings.And imported :
imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG
import terminated successfully
C:\Users\>sqlplus user23@orcl
connected
SQL> select table_name from user_tables;
no rows selectedWhat was wrong in my exp/import ?
Thank you.

user522961 wrote:
Hi,
on 9i on Win 2000 I export like this :
exp scott/tiger@orcl FILE=EXP_SCOTT LOG=EXP_SCOTT_LOG
. about to export SCOTT's tables via Conventional Path ...
. . exporting table                          BONUS          0 rows exported
. . exporting table                           DEPT          4 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table                            EMP         14 rows exported
EXP-00091: Exporting questionable statistics.
. . exporting table                       SALGRADE          5 rows exported
. . exporting table                             T1          1 rows exported
. exporting synonyms
. exporting refresh groups and children
. exporting dimensions
. exporting post-schema procedural objects and actions
. exporting statistics
Export terminated successfully with warnings.And imported :
imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG
import terminated successfully
C:\Users\>sqlplus user23@orcl
connected
SQL> select table_name from user_tables;
no rows selectedWhat was wrong in my exp/import ?
Thank you.imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG full=yor
imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG fromuser=SCOTT touser=user23

Similar Messages

  • Problem:exp from WIN2000 ,imp to redhat linux7.2

    I want move db from
    windows2000,ora815,with CHARACTERSET ZHS16GBK,
    to
    linux 7.2 with CHARACTERSET ZHS16CGB231280.
    when execute imp,show error:
    IMP-00016: required character set conversion (type 852 to 850) not supported
    IMP-00000: Import terminated unsuccessfully
    pls help me!!

    Mao,
    Try this !
    Set your NLS_LANG characterset variable during import and export to your source database character set .
    ie. NLS_LANG = Language_Territory.ZHS16GBK , during IMP Oracle will convert from GBK to GB231280 for you ...
    Regards
    Nat
    I want move db from
    windows2000,ora815,with CHARACTERSET ZHS16GBK,
    to
    linux 7.2 with CHARACTERSET ZHS16CGB231280.
    when execute imp,show error:
    IMP-00016: required character set conversion (type 852 to 850) not supported
    IMP-00000: Import terminated unsuccessfully
    pls help me!!

  • Challenges while Upgrading from OBIEE 10g to 11g

    Hi Gurus,
    This is Kiran again. This time I am back with the upgradation issues. We have a client which is currently on OBIEE 10g. All components are already configured in OBIEE 10g with client on RPD, Catalog and implemented all security levels for those.
    Now the challenge is to upgrade all activities which we have configured in OBIEE 10g. I have seen lot of stuff online and understood how to upgrade from OBIEE 10g to OBIEE 11g by simply clicking on ua.bat file. But I am unable to understand the process how it is upgrading the securities and environments.
    Can anyone help me out by providing necessary stuff I need to take care of before taking the decision to upgrade from OBIEE 10g to 11g.
    And also please clear me whether we will have any challenges in upgrading process. If yes, then what kind of challenges we will face and what kind of necessary steps we need to implement to resolve it.
    What kind of Architecture we need to follow?
    How Schedulers will get upgraded?
    Please help me out with your real experiences (Not the online websites). Your response will be highly appreciated and it will help lot of OBIEE professionals who are in the process of upgradation.
    Thanks in Advance to all OBIEE GURUS.
    Kiran

    Hi Valli,
    There is really great information available in this link. But I would like to know whether any one faced any issues while upgrading from OBIEE 10g to 11g. Please do share us few issues....
    Edited by: 949144 on Nov 27, 2012 9:44 AM

  • Getting error in trusted recon from DB in oim 11g

    Hi,
    I am getting below error while running the trusted recon from DB in OIM 11g:
    [2013-12-25T23:27:33.033-08:00] [oim_server1] [ERROR] [] [oracle.iam.reconciliation.impl] [tid: OIMQuartzScheduler_Worker-7] [userId: oiminternal] [ecid: 0000KCGU85V2ZNK5qVCCyY1Ih5WC000002,1:21446] [APP: oim#11.1.2.0.0] Generic Information: {0}[[
    oracle.iam.reconciliation.exception.ReconciliationException: Exception occurred while inserting data into table RA_HRRECONTEMPROSS_GTC due to java.sql.SQLException: ORA-12899: value too large for column "IDAMPOC_OIM"."RA_HRRECONTEMPROSS_GTC"."RA_SERVICE_DT" (actual: 10, maximum: 7)
            at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl$1.process(ReconOperationsServiceImpl.java:429)
            at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl$1.process(ReconOperationsServiceImpl.java:407)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:13)
            at oracle.iam.platform.tx.OIMTransactionCallback.doInTransaction(OIMTransactionCallback.java:6)
            at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
            at oracle.iam.platform.tx.OIMTransactionManager.execute(OIMTransactionManager.java:22)
    Caused by: oracle.iam.platform.entitymgr.ProviderException: java.sql.SQLException: ORA-12899: value too large for column "IDAMPOC_OIM"."RA_HRRECONTEMPROSS_GTC"."RA_SERVICE_DT" (actual: 10, maximum: 7)
            at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.createEntity(EntityManagerImpl.java:305)
            at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.createEntity(EntityManagerImpl.java:241)
    Service date is a varchar field(VARCHAR 2 BYTE) in our trusted table. Its mapped to service date field in OIM 11g which is of type date.
    Please let me know if I need to change the field type in our trusted table.
    Note: The same configuration is working fine in OIM 9.x.
    Regards,
    Kalpana.

    Now, i went into IDM schema & altered date fields to VARCHAR2(30 CHAR) for all the date type attributes. Now, when I ran schedule job is worked fine and didnt got any errros. But now the trusted recon is not creating users. I dont know why users are not getting created. Can you please let me know which all things should be checked to make a recon a trusted recon so that it creates users.
    Thanks,
    Kalpana.

  • Error while fetching variable value from sqlserver database in 11g

    Hi
    We created a dynamic variable to fetch data from sqlserver database in 11g.But when we test it, it is erroring out as follows: "nqserror: 27024 the execute physical statement must specify a physical sql statement to execute".
    Please help to overcome this issue.
    Thanks.

    Hello,
    First make sure that you're able to retreive data from the repository (right click on a table and view data?)
    To create a session variable follow these steps:
    From the Administration Tool menu bar, choose Manage > Variables.
    In the Variable Manager dialog box, from the menu bar, choose Action > New > Session > Variable.
    In the Session Variable dialog box, type a variable name.
    Names for all variables should be unique. The names of system session variables are reserved and cannot be used for other types of variables.
    For session variables, you can select the following check boxes:
    Enable any user to set the value
    Check box that allows you to set the session variables after the initialization block has populated the value (at user login) by calling the ODBC store procedure NQSSetSessionValue(). For example, this allows non-Oracle BI Administrators to set this variable for sampling.
    Use the Initialization Block drop-down list to select an initialization block that will be used to refresh the value on a continuing basis.
    To add a Default initializer value, perform one of the following steps:
    To use the Expression Builder, click the ellipsis button to the right of the Default initializer work space.
    Type the value into the Default initializer text box.
    Click OK.
    you can do the same for a repository variable except that you will have to specif a refresh interval.
    Make sure the sql your are issuing is correct by running it first using a client.
    Regards
    PS: Please don't forget to close the thread and assign points when your question is answered

  • Got Error when migrate repository from obiee10g to obiee 11g

    Hi all,
    i'm testing to migrate repository from obiee10g to obiee 11g , when i done the migration repository and check gobal consistency . It show an error below
    of repository's 11g , but when i check repository's 10g .It doesn' throw any error .Any suggestion ?
    ERRORS:
    BUSINESS MODEL PTTCH Core:
    [nQSError: 15037] Table, PTTCH - Dim - Value Center, has multiple key level associations: Detail and [].
    [nQSError: 15001] Could not load navigation space for subject area PTTCH Core.

    Check this thread:
    Re: nQSerror 15037
    Adil

  • Get Modulus and exp from public key

    Hi friends,
    I'm extracting the public key from the X.509 certificate .Is there
    any way i can extract modulus and exponent from the public
    key. i'm using bouncy castle api . Any suggestions are greatly appreciated.
    //Generate Certificate
    //Extract public key
    PublicKey merchKey = cert.getPublicKey();
    //Pls suggest the way to extract mod and exp from public key
    Regards
    Jag

    PublicKey merchKey = cert.getPublicKey();
    RSAPublicKey rsaPub = (RSAPublicKey) merchKey;
    BigInteger modulus = rsaPub.getModulus();
    BigInteger exponent = rsaPub.getPublicExponent();

  • I had migrated Oracle 10g database from Windows to Oracle 11g Linux

    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Please guide me where I have to begin (starting point) looking into it.
    Some document stated gather system statistics.  How to check system statistics is up to date
    What are the crucial initialization parameter ?

    Hi,
    Let me just point you out to the documentation, which may concern you:
    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Managing Optimizer Statistics
    How to check system statistics is up to date
    Managing Optimizer Statistics
    What are the crucial initialization parameter ?
    Configuring a Database for Performance
    Thanks &
    Best Regards,

  • I got this error when migrate from Jdev11gTp4 into JDev 11g (Build 5188)

    Hello,
    when i migrated my application from Jdev11gTp4 into JDeveloper 11g (Build 5188) , i got this error but it's not understandable for me and I am new in jdeveloper and adf application
    C:\JDeveloper\mywork\Application14\FOO\ViewController\public_html\myFolder\myPage .jspx
    Error(7,4): The public type __myPage_32__jspx must be defined in its own file
    Thanks
    GreenApple
    Edited by: greenApple on Jan 15, 2009 9:18 AM

    Hello,
    when i migrated my application from Jdev11gTp4 into JDeveloper 11g (Build 5188) , i got this error but it's not understandable for me and I am new in jdeveloper and adf application
    C:\JDeveloper\mywork\Application14\FOO\ViewController\public_html\myFolder\myPage .jspx
    Error(7,4): The public type __myPage_32__jspx must be defined in its own file
    Thanks
    GreenApple
    Edited by: greenApple on Jan 15, 2009 9:18 AM

  • Steps for migrating from Oracle10g to Oracle 11g

    Hi,
    Please send me steps to migrate from Oracle10g to Oracle 11g on Redhat Linux x86_64 on RAC with ASM.
    Regards,
    Tushar

    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm

  • Move database from server running Oracle 11G to server running Oracle 12c

    I'm trying to find out the easiest way to migrate a database from a server running Oracle 11G to a server running Oracle 12c. I have tried using RMAN's duplicate database command but have run into far too many issues when trying to setup both servers before running the duplicate command.  If someone could provide some clear guidance on configuring both servers for the RMAN Duplicate command then that would be great.  The other thing I have tried is performing a cold backup of all the files for the database (control files, data files, etc.).  Copying them to the new server and then recreating the control file to include the correct location and names for the datafiles and redologs.  After recreating the control file the database will not start up.  I'm suspecting this is due to the version differences. If you can provide me clear (ie. migration for dummies) instruction for getting either of these methods to work it would be greatly appreciated.  I'm also open to any other method you can think of to achieve what I'm trying to accomplish. Thanks, Paul Noyes

    Pl do not post duplicates - Move database from server running Oracle 11G to server running Oracle 12c

  • Failed to load policis from repository in Jdeveloper 11g

    Hi All,
    While am trying to attach policy to a exposed service/external service to a composite.xml/external service, am getting below error in jdeveloper 11g.
    "Failed to load policies from repository in jdeveloper 11g",
    Can any body please share your input, why am not able to load policies?
    I appreciate your help.
    Regards
    Santhosh Kumar. K

    Thanks Wajid for your quick reply.
    As per your instructions, you want me to set the default policy store path in the preferences.
    so when am trying to do the same i didn't find the exact path in my machine, upto owsm folder which is same after that i didnt find any other folders(\policies\oracle)under it.
    Path in my machine: <UserProfile>\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\oracle\store\gmds\owsm
    your path: <UserProfile>\AppData\Roaming\JDeveloper\system11.1.1.6.38.62.29\DefaultDomain\oracle\store\gmds\owsm\policies\oracle
    Regards
    Santhosh Kumar. K

  • EXP from UNIX to IMP in windows.

    I have an export from UNIX of oracle 10.2.0.1.
    I have taken backup with EXP utility of oracle.
    I need to import that DUMP into windows with IMP command.
    Is that possible?
    Will it be successful?
    Thank,

    To open, view, unzip, decompress or uncompress a Gzip compressed archive file in Windows environment, a third party compression and decompression utiltiy or file archiver or data compression utility that supports Gzip archive file format is needed.
    You should unzip, then transwer it to Windows to use it
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Importing (imp) a dump (exp) from a schema into another schema

    Hello
    -I know I should read the manual-
    -I also know that there are some experts here who only need two lines to explain it- :)
    I have a dump file from a complete schema (lets call it xx).
    I habe another schema (yy) in the same database and:
    I would like to put that dump file into the schema yy.
    How does the imp command looks like?
    Thank you in advance!

    How does the imp command looks like? To get help say at OS prompt.
    imp help=y
    -aijaz

  • Migrate an schema from oracle 8i to 11g

    Hello,
    I am struggling to find all the requirement to upgrade one schema running on oracle db 8i installed on an sparc server non-global solaris 8 zone to a oracle 11g running on solaris 10 x86 non-global zone.
    there are changes in architecture.
    what I know is:
    export using exp utiliy from oracle 8i
    import in oracle 11g using exp utility of 11g if still available.
    I only need to migrate two schemas respectively of 1gb and 2gb
    here are the schemas and the sizes:
    Total
    Schema Schema Name Size (Mb)
    CLAIMS                2851.07031    
    ARCCLAIMS           1290.9375
    can you someone tell me what is the best way to perform this.. this is what I think i should do.
    I have to set the character set NLS_Lang of the source db both in source and target machine. both server do not have the same character set. oracle 8i has WE8ISO8859P1  and oracle 11g has WE8MSWIN1252
    then perform execute the catsql.exp script
    perform the exp
    exp sys/******* owner=CLAIMS file=CLAIMS.dmp
    for the imp do i have to create the user or it will be created automatically should I create the timespaces amd user manually?
    what would be the command to be used to import?
    thank you.
    Mario

    Hi,
    Export/Import / Please check Oracle support id : Note:132904.1 Compatibility Matrix for Export And Import Between Different Oracle Versions
    Thank you

Maybe you are looking for

  • I want to change the country of my itunes account but I do not have a credit card of the country

    I had my account registered in the itunes store and has changed the store from Japan to UK. I also had some apps downloaded in the Japan itunes store and I am not able to update these apps. I want to change my account back to the Japan store since I

  • Facing a Problem while downloading the data from ALV Grid to Excel Sheet

    Hi Friends, Iam facing a problem while downloading the data from ALV Grid to excel sheet. This is working fine in Development server , when comes to Quality and Production servers I have this trouble.    I have nearly 11 fields in ALV Grid and out of

  • How do you make the icloud contacts folder the default contacts

    I have set up iCloud Contacts on my PC running Windpws 7, with MS Office 2010.  Whenever I add a name in an email, it goes and looks for that name in my old contacts foler, not the new iCloud folder that was created when I added iCloud.   How do I ge

  • My imported objects distort when I rotate them

    I'm importing objects from illustrator into After Effects, but when I rotate them they distort. I also noticed that the anchor points for my objects are way off, but readjusting those anchor points doesn't help to alleviate the rotation problem. I'm

  • Wfload command in windows server

    Hi, In unix we use $FND_LOAD/bin/wfload command to upload .wft file, what is the command we need to use in windows server. I checked %FND_TOP%/bin I couldn't find any wfload.exe, i could see only WFRESGEN.exe. Thanks. With Regards, Kali. OSSi.