Find sys schema for imp database in 9i

Hi Experts,
Based on ORACLE rcommandation, I will take exp/imp to full database to other server ( it is only way based on source DB condition)
To avoid duplicated system objects, i run a sql to get a schema list
==============================
SQL> select owner from dba_objects group by owner order by
OWNER
CRYSTAL
CTXSYS
MDSYS
NWEKRANESES
ODM
ODM_MTR
OWNER
OE
OLAPSYS
ORDPLUGINS
ORDSYS
OUTLN
PIDLPASCUA
PM
PUBLIC
QS
QS_ADM
QS_CBADM
OWNER
QS_CS
QS_ES
QS_OS
QS_WS
SH
SYS
SYSTEM
WKSYS
WMSYS
XDB
32 rows selected.
SQL>
I am not sure which scheam is a system schema for oracle 9.0.06.0 in above SQL
So that I only need to emp/imo user data and programmeing codes.
by the way, Does sys schema stored user codes information or objects in there?
Thanks for your help!
JIM
Edited by: user589812 on Apr 22, 2009 12:28 PM

Thanks for your help.
I got lots of message as
Column : DESC[RIBE] {[schema.]object[@connect_identifier]}
IMP-00019: row rejected due to ORACLE error 1
IMP-00003: ORACLE error 1 encountered
ORA-00001: unique constraint (SYSTEM.HELP_TOPIC_SEQ) violated
Column : DESCRIBE
Column : 9
Column :
IMP-00019: row rejected due to ORACLE error 1
IMP-00003: ORACLE error 1 encountered
ORA-00001: unique constraint (SYSTEM.HELP_TOPIC_SEQ) violated
Column : DISCONNECT
Column : 1
Column :
IMP-00019: row rejected due to ORACLE error 1
IMP-00003: ORACLE error 1 encountered
ORA-00001: unique constraint (SYSTEM.HELP_TOPIC_SEQ) violated
Column : DISCONNECT
Column : 2
Column : DISCONNECT
IMP-00019: row rejected due to ORACLE error 1
IMP-00003: ORACLE error 1 encountered
ORA-00001: unique constraint (SYSTEM.HELP_TOPIC_SEQ) violated
Column : DISCONNECT
I am reviewing your paperlink that ia ver usefull.
As DBA_mike said, it seems there are a potential issue if user creates object by system account.
This is very old DB without archived and documents. we need to migreated to 10g/11i
Thanks
JIM

Similar Messages

  • Where can I find the schema for config.xml file of jax-rpc

    For the xrpcc tool I need to create a config.xml file, does any body know where can I find the schema for it?

    http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXRPCxrpcc.html and all your questions will be answered... except maybe why aren't these pages linked from the main index anymore? (they were when 1.0 of the tutorial was released, but then there were no docs for wscompile or wsdeploy. The JAX-RPC release notes fixed the latter, but around 1.0_01 they broke the former.)

  • How to find a datasheet for Oracle Database Enterprise Edition

    Hi all
    Can you please send me a link where to find datasheet for Oracle Database Enterprise Edition, because when i navigate on www.oracle.com or www.otn.oracle.com or partners.oracle.com the only product which I can not find the Brochures and Datasheets link is ODBEE.
    If it is possible you can send me even the pdf document.
    Thank you and best regards

    Can you explain exactly what information you're looking for? There are many, many different things that could be called "data sheets". What information, specifically, are you trying to find about the enterprise edition database?
    Potentially, you are looking for the Oracle Database 11g Product Family which compares the features available in the various editions of the 11g database. Perhaps you want some other data sheet. If you can help us by telling us exactly what information you're trying to find, we can probably help you find it.
    Justin

  • Why cannot find data movement for clone database option on OEM 11gr2

    Hi Expert,
    I have Oracle 11gr2 11.2.3 normal OEM install to monitor our RAC database. When i go click data movement option, i can't find the clone database option. Any idea why ? Thanks

    Hi;
    Similar question mention in below links:
    Clone Database: Select Destination in OEM 10g Database Control
    Also see:
    http://www.stanford.edu/dept/itss/docs/oracle/10g/em.101/b12016.pdf << part 6-6
    Regard
    Helios

  • Can not find client Software for Oracle Database R2

    Dear all,
    I dowload a Oracle Database R2,I have install the database in my computer.but I can't find the client software from the dowload file.
    which folder include the client software?
    Thanks you

    WHat exactly are you trying to accomplish? And what have you installed? And what is your operating system? (I assume Windows, as generally only Windows users keep the rest of us guessing at the operating system.)
    WHen you install Oracle on your computer using the Oracle Universal Installer, you have the option of installing database, custom, etc.
    Installing the database gives you the client software on the computer. You can then run various clients including the main one Oracle delivers - SQLPlus.
    Or you can install the Client only.
    All will be in the folders under the ORACLE_HOME that you specify during install. And many of the clients will be in ORACLE_HOME?bin

  • ORA -18808;Cannot find OUTLN schema using Database Link

    Hi,
    I have to access a database using a database link. When I try to do so I get the message:
    ORA -18808:cannot find OUTLN schema
    The OUTLN schema really does'nt exist at the target database, but I don't get the message when connecting with the same user outside the database link.
    I am trying to avoid to ask them to recreate the schema, since I am the only one that needs the database link working.
    Is there any way I can access the database with the database link without messing with the target database?
    Thanks in advance for any help.

    The error number returned by that error does not seem to be correct. Below is the correct error number:
    ORA-18008 cannot find OUTLN schema
    Cause: The database creation script that creates this schema must not have been executed.
    Action: Review the log files to see what happened when the database was created.
    How is the DB link defined to connect as?

  • Order Entry Schema for 10G Express Edition

    I cannot find the schemas for the tutorial Order Entry - I did find the 8i version from several years ago but they do not seem to work - Where can I find the SQL script for installing OE schemas for 10G Express Edition
    Thanks

    Thanks - but this document only points to PDF installation instructions - the only physical sql script files I can find for Schema (OE) are for 8i and they do not seem to work - I know that the 10G database and 9i ship with them but I am using XE - I also tried to download the companion disk for 10g (where they say these schemas are located) and could not find the scripts. This has taken so long to figure out.

  • Where is HR schema in 10g Database?

    Dear all!
    When I completed installation of Oracle Database 10g successfully, I found that the HR schema did not exist in Database. I tried to find that by logging in Sys schema to check it one again:
    SQL> Select username, account_status From dba_users;
    However, I did not find HR schema in my Database. Put the original installation CD in CD-ROM, I tried to check if it was not setup, but I could not.
    Why do I find it and how do I setup additionally the HR schema?
    Thank a lot!

    Thank you all, especially "burleson". According to your guide web site, I found that some script (hr_cre.sql) need to run to create samples schema. However, this is first time I started with DB 10g but I often used Oracle 9i before, so that, I did not find where are these scripts? Are there in Oracle CD-Rom or in somewhere, not in Oracle\OraHome\Admin\Database?
    Thank you very much!

  • XML Schema for Versions 2000- 2003

    Where can I find the schema for these versions?

    Still not clear, especially the relation to SQL Server, the topic of this forum.
    Some Googling indicates that Patrick is talking about BizTalk. He appears to have asked in a couple of other forums previously. The answer appears to be that the lowest that BizTalke supports is 2040. But I don't know anything about x12 or BizTalk.
    And, no, this is not a good place to ask that question.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Import sys schema

    hi
    im using oracle 9i on windows ...i export the sys schema....
    i want to import to another database..
    my queston is that before import to another database...can we create user or tablespace of old database. in new database....

    robinkhan wrote:
    hi
    im using oracle 9i on windows ...i export the sys schema....
    i want to import to another database..
    my queston is that before import to another database...can we create user or tablespace of old database. in new database....And why do you want to import SYS schema to another database? You cann't do it. DON'T try to do it. Or you'll corrupt your database! SYS schema containts all information about your database so DON'T play with it!

  • Where is the schema for this element: weblogic-wsee-standaloneclient

    i can't find the schema for this element anywhere: weblogic-wsee-standaloneclient. it is found int the <servicename>_internaldd.xml doc that is generated by the clientgentask ant task. can someone inform me of where it is?
    thanks, shane

    http://www.bea.com/ns/weblogic/90/weblogic-standalone-wsclient.xsd
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Schema for Oracle Report Developer 10G Course

    Hi All:
    I took the course for "Oracle Reports Developer 10g" but I didn't copy the schema when I took the course.
    Now,I have the book "Oracle Reports Developer 10g: Build Reports Student Guide" but I look over the internet and I can't find the schema for this course.
    I needed the schemas for the following tables:
    CUSTOMERS
    ORDERS
    ORDER_ITEMS
    WAREHOUSES
    INVENTORIES
    PRODUCT_INFORMATION
    PRODUCT_DESCRIPTIONS
    ONLINE_MEDIA
    PRINT_MEDIA
    Any help or hint where I can find the sql scripts for this schema is greatly appreciated it.
    Yours,
    Frustrated.

    duplicate post. Also, check your post in the Reports-forum, there is already an answer.

  • How to imp database for a recover

    Hi Experts,
    We have a database as oracle10G R4 in 32 bit window.
    I makk a full database exp as a backup.
    At the present, i find some data file is missing in user dev tablespace.
    My question, we do not have a schema or tablespace exp dump file.
    For exiting DB, Do we need to drop all tablesapce (include sys tbs) and recreate tablespaces for imp full database recover?
    Thanks for help!
    JIM

    Hi,
    If you have a full database export, you can perform a full, table, schema, or tablespace import from this. If you want to just recover a tablespace, then you would want
    1. drop that tablespace from the database
    2. create the tablespace as you want it
    3. run import with a tablespace filter:
    impdp user/password directory=your_dir dumpfile=your_dumpfiles tablespace=your_tablespace ...
    Dean

  • Some objects in sys schema not imported usinf full database import/export.

    Hello All,
    We need to migrate database from one server to new server using same database version 11g Release 2 (11.2.0.1.0). We have some production objects in sys schema. We took full export using full=y and then import on new server using full=y. Other objects belonging to different tablespaces and users has successfully imported but production objects i.e table in sys schema not import.
    We used following commands for export and import:
    # exp system file=/u01/backup/orcl_full_exp.dmp log=/u01/backup/orcl_full_exp.log full=y statistics=none
    # imp system file=/u01/backup/orcl_full_exp.dmp log=/u01/backup/orcl_full_imp.log full=y ignore=y
    Kind Regards,
    Sharjeel

    Hi,
    First of all it is not good practice to keep user object in the sys schema
    second you are useing version 11gr2 what not you go for datapump export/import method.
    third, did you get any error in import, what is the error

  • TF244069: An error occurred while checking the provisioning status of the reporting database schema for a PWA instance.

    The command TfsAdmin ProjectServer /RegisterPWA causes next error:
    TF244069: An error occurred while checking the provisioning status of the reporting database schema for a PWA instance.
    Project Server returned the following error: "Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.".
     (type ProvisionException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionPwaDBSchema.HandleSoapException(SoapException soapException, String errorResourceString)
       at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionPwaDBSchema.IsDBSchemaProvisioned()
       at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionManager.Provision()
    I installed SharePoint 2013 and Project Server 2013 as farm and TFS 2012 and my account has permissions everywhere. I read article
    http://msdn.microsoft.com/en-us/library/gg412653.aspx and gave full permissions for TFS account to SQL and Project, Project app pool account to SQL, but still have an error.
    How can I find out what exactly permissions are not enough???

    The problem was in claims authentication. Changed to Windows and all worked out.

Maybe you are looking for

  • Different HD formats on the same timeline

    Hi I am currently editing a 6 camera HD project in FC Studio 2, I have footage that is 5D 1920x1080i H264, other footage is 1920x1080p prores, and then I have some footage that is 1920x1080i and the compression is 1440x1080 frame rates are 30frms som

  • How to apply ontology on the existing RDF model

    Hi, I am new to Semantic web technologies.I am facing following issue. I have installed Oracle 11g with semantic support. I have few tables which stores customer,products information. eg :CUSTOMER_MASTER,PRODUCT_MASTER. Now used d2rq client and gener

  • Text search in Forms files

    Hallo, we have a problem here as we do need to do some changes to existing forms concerning one of the functionalities. We just need to know WHERE (in which procedure or function) certain text apperars, so that we can correct the functionality. We tr

  • Problem starting second database

    Hello everybody, after I was finally able to create a second database it won't start. When running the dbstart script it starts the first database fine and then tries to start the second. it then generates the following error messages: SQL> Connected

  • Black border with MBPro and 10.10.2 on external 3840x2160 TV (worked with 10.10.1)

    Up to 10.10.1 have been successfully using external 3840x2160 TVs and monitors (Seiki and Philips) with my MacBook Pro (Retina, 13-inch, Late 2013) and Iris graphics. After the update to 10.10.2, when connected to my Seiki 4k TV the MBpro now produce