From Solaris to Windows

I want to convert Oracle DMP (8i) to Windows using Exp/imp Utility
Thanks in advance

You don't need to convert anything. Move the dmp file on windows machine running Oracle and run the import command. I prefer FTPing in binary mode.
imp system/password file=filename.dmp log=filename.log fromuser=username touser=newusername
You can search the web for all imp options.

Similar Messages

  • TCP IP connection From Solaris to Window?

    Hello Friends,
                           I have SCM installed on Solaris OS,and SCM optimizer installed on WIndow OS.I need to Connect SCM Solaris to SCM window, Thought RFC type TCP/ip Connection.
    For Example  In Solaris SCM for TCP/IP-Program name is d:\apo\opt\ctm\bin\ctmsvr.exe and Host is Window SCM host name.
    i need to know whether this Connection will work or If does not work Please Give the any Solution Friends.

    Thank you all. I found an example in the internet http://documentation.softwareag.com/Crossvision/sap231/pages/drfc2rpc.htm. The situation force me to overpass my laziness and to use RFC
    Yours sincerely,
    Nguyen Hai Long

  • How to migrate database from oracle9i on solaris to windows Itanium?

    How step I can do?
    I try to use export tool of oracle 9i export full database from solaris.
    by use command:
    export ORACLE_SID=dbtest
    export NLS_LANG=AMERICAN_AMERICA.TH8TISASCII
    exp system/password@dbtest full=y file= /u02/dump/dbtestfull.dmp log=/u02/dump/exp_dbtest.log
    My result is "Export terminated successfully without warnings."
    I had ftp dump file in binary mode from solaris to windows.
    create same database name on widnows (dbca --general purpose) set oracle_sid and NLS_lang
    and then import database by use command:
    imp system/password@dbtest file=e:\dumpfile\dbtestfull.dmp log=e:\dumpfile\imp_dbtestfull.log full=y
    I got error:
    "CREATE TABLESPACE "DRSYS" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/oradata"
    "/dbtest/drsys01.dbf' SIZE 20971520 AUTOEXTEND ON NEXT 655360 MAXSIZE"
    " 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING "
    "SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "EXAMPLE" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/orada"
    "ta/dbtest/example01.dbf' SIZE 156631040 AUTOEXTEND ON NEXT 655360 MA"
    "XSIZE 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOG"
    "GING SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "INDX" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/oradata/"
    "dbtest/indx01.dbf' SIZE 26214400 AUTOEXTEND ON NEXT 1310720 MAXSIZE "
    "32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING S"
    "EGMENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ODM" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/oradata/d"
    "btest/odm01.dbf' SIZE 20971520 AUTOEXTEND ON NEXT 655360 MAXSIZE 327"
    "67M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGM"
    "ENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "TOOLS" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/oradata"
    "/dbtest/tools01.dbf' SIZE 10485760 AUTOEXTEND ON NEXT 327680 MAXSIZE"
    " 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING "
    "SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USERS" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/oradata"
    "/dbtest/users01.dbf' SIZE 26214400 AUTOEXTEND ON NEXT 1310720 MAXSIZ"
    "E 32767M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING"
    " SEGMENT SPACE MANAGEMENT AUTO"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "XDB" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/oradata/d"
    "btest/xdb01.dbf' SIZE 39976960 AUTOEXTEND ON NEXT 655360 MAXSIZE 327"
    "67M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGING SEGM"
    "ENT SPACE MANAGEMENT AUTO"
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "TESTTBS" BLOCKSIZE 8192 DATAFILE '/u01/app/oracle/orada"
    "ta/dbtest/testtbs.dbf' SIZE 33554432 AUTOEXTEND ON NEXT 33554432 MAX"
    "SIZE 2048M EXTENT MANAGEMENT LOCAL AUTOALLOCATE ONLINE PERMANENT NOLOGGI"
    "NG"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file '/u01/app/oracle/oradata/dbtest/testt
    bs.dbf'
    ORA-27040: skgfrcre: create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OUTLN" IDENTIFIED BY VALUES '4A3BA55E08595C81' TEMPORARY TABLE"
    "SPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "DBSNMP" IDENTIFIED BY VALUES 'E066D214D5421CCC' TEMPORARY TABL"
    "ESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "WMSYS" IDENTIFIED BY VALUES '7C9BA362F8314299' TEMPORARY TABLE"
    "SPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "ANONYMOUS" IDENTIFIED BY VALUES 'anonymous' DEFAULT TABLESPACE"
    " "XDB" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "WKSYS" IDENTIFIED BY VALUES '69ED49EE1851900D' DEFAULT TABLESP"
    "ACE "DRSYS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "WKPROXY" IDENTIFIED BY VALUES 'B97545C4DD2ABE54' DEFAULT TABLE"
    "SPACE "DRSYS" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "ODM" IDENTIFIED BY VALUES 'C252E8FA117AF049' DEFAULT TABLESPAC"
    "E "ODM" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "ODM_MTR" IDENTIFIED BY VALUES 'A7A32CD03D3CE8D5' DEFAULT TABLE"
    "SPACE "ODM" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OLAPSYS" IDENTIFIED BY VALUES '3FB8EF9DB538647C' DEFAULT TABLE"
    "SPACE "CWMLITE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "HR" IDENTIFIED BY VALUES '6399F3B38EDF3288' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "OE" IDENTIFIED BY VALUES '9C30855E7E0CB02D' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "PM" IDENTIFIED BY VALUES '72E382A52E89575A' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "SH" IDENTIFIED BY VALUES '9793B3777CD3BD1A' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_ADM" IDENTIFIED BY VALUES '991CDDAD5C5C32CA' DEFAULT TABLES"
    "PACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS" IDENTIFIED BY VALUES '8B09C6075BDF2DC4' DEFAULT TABLESPACE"
    " "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_WS" IDENTIFIED BY VALUES '24ACF617DD7D8F2F' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_ES" IDENTIFIED BY VALUES 'E6A6FA4BB042E3C2' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_OS" IDENTIFIED BY VALUES 'FF09F3EB14AE5C26' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_CBADM" IDENTIFIED BY VALUES '7C632AFB71F8D305' DEFAULT TABL"
    "ESPACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_CB" IDENTIFIED BY VALUES 'CF9CFACF5AE24964' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "QS_CS" IDENTIFIED BY VALUES '91A00922D8C0F146' DEFAULT TABLESP"
    "ACE "EXAMPLE" TEMPORARY TABLESPACE "TEMP" PASSWORD EXPIRE ACCOUNT LOCK"
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "SCOTT" IDENTIFIED BY VALUES 'F894844C34402B67' TEMPORARY TABLE"
    "SPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE USER "APITHA" IDENTIFIED BY VALUES '71B848C6F0AAC4F6' DEFAULT TABLES"
    "PACE "TESTTBS" TEMPORARY TABLESPACE "TEMP""
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "SELECT_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "SELECT_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "EXECUTE_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "EXECUTE_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "DELETE_CATALOG_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "DELETE_CATALOG_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "RECOVERY_CATALOG_OWNER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "RECOVERY_CATALOG_OWNER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "GATHER_SYSTEM_STATISTICS""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "GATHER_SYSTEM_STATISTICS" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "LOGSTDBY_ADMINISTRATOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "LOGSTDBY_ADMINISTRATOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AQ_ADMINISTRATOR_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AQ_ADMINISTRATOR_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AQ_USER_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AQ_USER_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "GLOBAL_AQ_USER_ROLE" IDENTIFIED GLOBALLY "
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OEM_MONITOR""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OEM_MONITOR" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "HS_ADMIN_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "HS_ADMIN_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "WKUSER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "WKUSER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "WM_ADMIN_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "WM_ADMIN_ROLE" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVAUSERPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVAUSERPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVAIDPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVAIDPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVASYSPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVASYSPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVADEBUGPRIV""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVADEBUGPRIV" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "EJBCLIENT""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "EJBCLIENT" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVA_ADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVA_ADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "JAVA_DEPLOY""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "JAVA_DEPLOY" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "CTXAPP""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "CTXAPP" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "XDBADMIN""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "XDBADMIN" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "AUTHENTICATEDUSER""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "AUTHENTICATEDUSER" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "OLAP_DBA""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "OLAP_DBA" FROM SYSTEM"
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLE "SALES_HISTORY_ROLE""
    IMP-00015: following statement failed because the object already exists:
    "REVOKE "SALES_HISTORY_ROLE" FROM SYSTEM"
    IMP-00017: following statement failed with ORACLE error 3113:
    "BEGIN "
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_EVALUATIO"
    "N_CONTEXT_OBJ, 'SYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_EVALUATIO"
    "N_CONTEXT_OBJ, 'DBA',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_EVALUATIO"
    "N_CONTEXT_OBJ, 'AQ_ADMINISTRATOR_ROLE',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_EVALUATIO"
    "N_CONTEXT_OBJ, 'MDSYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_EVALUATIO"
    "N_CONTEXT_OBJ, 'CTXSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_EVALUATIO"
    "N_CONTEXT_OBJ, 'WKSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_ANY_EVALU"
    "ATION_CONTEXT, 'SYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_ANY_EVALU"
    "ATION_CONTEXT, 'DBA',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_ANY_EVALU"
    "ATION_CONTEXT, 'MDSYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_ANY_EVALU"
    "ATION_CONTEXT, 'CTXSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.CREATE_ANY_EVALU"
    "ATION_CONTEXT, 'WKSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.ALTER_ANY_EVALUA"
    "TION_CONTEXT, 'SYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.ALTER_ANY_EVALUA"
    "TION_CONTEXT, 'DBA',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.ALTER_ANY_EVALUA"
    "TION_CONTEXT, 'MDSYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.ALTER_ANY_EVALUA"
    "TION_CONTEXT, 'CTXSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.ALTER_ANY_EVALUA"
    "TION_CONTEXT, 'WKSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.DROP_ANY_EVALUAT"
    "ION_CONTEXT, 'SYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.DROP_ANY_EVALUAT"
    "ION_CONTEXT, 'DBA',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.DROP_ANY_EVALUAT"
    "ION_CONTEXT, 'MDSYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.DROP_ANY_EVALUAT"
    "ION_CONTEXT, 'CTXSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.DROP_ANY_EVALUAT"
    "ION_CONTEXT, 'WKSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.EXECUTE_ANY_EVAL"
    "UATION_CONTEXT, 'SYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.EXECUTE_ANY_EVAL"
    "UATION_CONTEXT, 'DBA',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.EXECUTE_ANY_EVAL"
    "UATION_CONTEXT, 'MDSYS',TRUE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.EXECUTE_ANY_EVAL"
    "UATION_CONTEXT, 'CTXSYS',FALSE);"
    "SYS.DBMS_RULE_ADM.GRANT_SYSTEM_PRIVILEGE(SYS.DBMS_RULE_ADM.EXECUTE_ANY_EVAL"
    "UATION_CONTEXT, 'WKSYS',FALSE);"
    "COMMIT; END;"
    IMP-00003: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    IMP-00003: ORACLE error 3114 encountered
    ORA-03114: not connected to ORACLE
    How to solve this problem?
    I want to migrate whole database, it'can be?

    Hi
    I was able to find only two types of error in this.
    1)
    IMP-00015: following statement failed because the object already exists:Use ignore=y along with import because the tablespace for which it failed already exist in the database. So with ignore=y it would ignore the objects which already exist and would go to next step.
    2)
    IMP-00003: ORACLE error 1119 encounteredThis is because full export do include tablespace defination also. Since the tablespaces which it is trying to create does not exist in the system and the source database from where the exp dump was taken was Unix flavour so the file structure between them was different and as a result it was not able to create it.
    Suggestion.: Manually create the tablespace at your desired location. And then run the imp again with ignore=y
    Regards
    Anurag

  • Migration from sun/solaris to windows

    While performing a migration of SAP from solaris to windows OS what are the implications, issues and things to keep in mind. Also which database would give the best performance (Oracle or MS SQL) and what are the specific requirements if latest release of MS SQL is to be used the database.

    > That is fine but I rather need to know that if the database is changed from Oracle10.2  to MS SQL 2000 then what can be the implications and what will be the additional hardware requirements, if the current SAP configuration is 4.6D and it is migrated to 32 bit windows server 2003.
    Why do you plan to use the almost 10 year old SQL Server 2000? It's like going back to Oracle 7.x times! SQL Server 2005 would be the way to go.
    > Whether shifting to MS SQL server 2000 would give an added advantage?
    Advantage for whom?
    - Oracle is expensive, the licenses and the annual maintenance is higher compared to SQL Server
    - Oracle is complex, SQL Server is much easier to maintain
    - Windows adds an additional risk (Virus, Malware) which is has to be dealt with separately (Firewalls, Virusscanners etc.) which in turn is additional work and hence costs additional money
    - Windows is not always a deterministic operating system ("it works again after reboot, nobody knows why")
    > My job is to give the pros cons of both configurations.
    I would do some research what both combinations are able to do, if you need certain Oracle features that are not available on SQL Server, if you developers and administrators are more convenient with Oracle, if you have specific requirements about performance that can't be fullfilled with SQL server etc.
    All that are things you have to evaluate and check. Since we don't know how you use the system and what you do with it we can't tell you what's "best" for your environment.
    Markus

  • Db migration from Solaris 8i to windows 10g

    There is requirement to move db from solaris8(dbversion8170 to window Server 2003 (10204 already installed)
    DB is about 80gb big, what would be the best approach ?
    I am thinking to create new db on windows, and export and import data.....any concerns/suggestion?
    Source System
    SQL> select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
    PL/SQL Release 8.1.7.4.0 - Production
    CORE 8.1.7.0.0 Production
    TNS for Solaris: Version 8.1.7.4.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production
    Target System
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Release 10.2.0.4.0 - Production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    what are other options i can try ?I only mention this approach because you asked. I wouldn't recommend it as a general strategy. exp/imp is the most straight-forward.
    We are in the process of migrating from 9.2.0.6 to 11.1.0.7 (11.2 is not an approved standard yet in our enterprise), moving from Solaris to Linux, and consolidating two related instances into one.
    We had to handle some unique situations due to our consolidation, so we did a lot of the steps manually that exp/imp does for you. A side benefit of this extra work is the actual down time is can be less than exp/imp itself, and avoids the need to dump all the data to disk and read it all again. We have about 500GB to migrate. It is a lot more work than a simple exp/imp, and is probably not be worth the effort for a single 80GB instance.
    Our steps (oversimplified, there are more details than this) :
    Set up the new instance and configure storage
    Create users and roles in new DB
    export structure only (using 9i exp)
    import structure only (using 11g imp), without indexes or constraints
    copy data (insert /*+APPEND*/ into.. select * from ... over a database link)
    create indexes and constraints
    Handling LONG data, materialized views, interdependencies between schemas each presented their own special circumstances I had to deal with.
    The other path to get from 8i to 10g (mentioned only for academic reasons) is do a series of upgrades-in-place to get from 8i to 10.2.0.4 then use cross-platform transportable tablespaces to go from Solaris to Windows.

  • OS Migration from Solaris 10 to Windows Server 2008 R2 or higher

    Hi experts,
    We'd like to migrate the OS of our SAP systems to windows from Solaris 10. We're still wondering which version of Windows we'll use. (matter of money)
    Could you give me some docs, tips or advice to do that ? (requirements, how to do it, packages to install)
    I have checked berforehand that all the SAP solutions we're using are compatible with Windows Server 2008 R2 or higher.
    I heard I'd need an OS Migration Expert to do it, but still, before that I need to check if it's possible and a roadmap could also be nice.
    Thank you in advance,
    Best Regards.
    Alexiel.

    Hi Alex,
    From license perspective you need to procure license for Windows 2012 but for installation you can downgrade it to windows 2008 R2 as required.
    From suggestion perspective, it is always good to go with Windows 2012 to gain benefits from mainstream support and new features as compared to windows 2008 r2.
    As per SAP recommendation, it is good to have OS/DB certified consultant to perform the migration.
    Some useful documents available on SCN
    System Copy Guide: System Copy for SAP Systems Based on SAP NetWeaver 7.1 Java - SAP NetWeaver Composition Environment 7…
    Heterogeneous ABAP System Copy - Technical Overview
    FAQ - System Copy and Migration
    Regards,
    Deepak Kori

  • FTP from Solaris 10 to Windows

    Hi All
    If I ftp from my Solaris server to Windwows I can mget files from the Windows Server to Solaris, but when I want to mput files from Solaris back to Windows it starts and stops immediately. The after a while it timeouts. The ftp of the files does start because it put like a 1 or 2 mb of the file in the Windows folder.
    This is 50mb .gz files.
    Please help.
    No help found in from google.

    I think i once had a similar problem, but i ended up pushing the files to the window server using 'smbclient' instead, which of course requires an SMB share on the windows host.
    I just did something like
    /usr/sfw/bin/smbclient //<window server>/<windows share> <password> -c "lcd /local/dir; put $file"
    .7/M.

  • You can take a coldbackup from solaris and use it on windows NT?

    hi all,
    You can take a coldbackup from solaris and use it on windows NT?
    can we?
    regards
    girish

    khaja(DBA) wrote:
    Yes!!! why not
    Have you actually done this?
    Why not? Because the internal structure of the solaris files is different from Windows.
    >
    >
    Regards,
    khaja

  • I got error when I export database ORACLE 9i from solaris 9.

    I want to export full database ORACLE 9i from SOLARIS 9 to import full database on ORACLE 9i on windows.
    I set oracle environment and NSL_LANG with command:
    bash-3.00$ export ORACLE_SID=TIS
    bash-3.00$ export NLS_LANG=AMERICAN_AMERICA.TH8TISASCII
    and then run command to export:
    bash-3.00$ exp system/manager@TIS full=y file= /u03/dmp/TISfull.dmp log=/u03/dmp/exp_TIS.log
    I got error message as:
    Export: Release 9.2.0.1.0 - Production on Thu Oct 8 17:57:32 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in TH8TISASCII character set and UTF8 NCHAR character set
    About to export the entire database ...
    . exporting tablespace definitions
    . exporting profiles
    . exporting user definitions
    . exporting roles
    . exporting resource costs
    . exporting rollback segment definitions
    . exporting database links
    . exporting sequence numbers
    . exporting directory aliases
    . exporting context namespaces
    . exporting foreign function library names
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions
    . exporting system procedural objects and actions
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_AW", line 42
    ORA-06512: at "SYS.DBMS_AW", line 105
    ORA-06512: at "SYS.DBMS_AW", line 221
    ORA-06512: at "SYS.DBMS_AW_EXP", line 264
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_info_exp
    . exporting cluster definitions
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00056: ORACLE error 25153 encountered
    ORA-25153: Temporary Tablespace is Empty
    ORA-06512: at "SYS.DBMS_LOB", line 424
    ORA-06512: at "SYS.DBMS_METADATA", line 1140
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    How can I solve this problem?
    Any suggestion?

    #### HOW to solve it.
    ## To check the default temporary tablespace of the database:
    SQL> select property_name, property_value from database_properties;
    ## check DEFAULT_TEMP_TABLESPACE, if it use wrong temporary tablespace, run:
    SQL> alter database default temporary tablespace temp;
    ## check user with temporary tablespace, run command:
    SQL> select username, temporary_tablespace, account_status from dba_users;
    ## change temporary tablespace:
    SQL> create temporary tablespace temp1 tempfile '/data/u01/app/oracle/oradata/TIS/temp_b.dbf' size 100m;
    SQL> alter database default temporary tablespace temp1;
    SQL> drop tablespace temp including contents and datafiles;
    SQL> create temporary tablespace temp tempfile '/data/u01/app/oracle/oradata/TIS/temp01.dbf' size 100m autoextend off extent management local uniform size 1m;
    SQL> alter database default temporary tablespace temp;
    SQL> drop tablespace temp1 including contents and datafiles;
    Thanks

  • Complexities of Migrating Oracle 10g from Solaris to HP-UX Itanium

    Can anyone share their experiences with regards to migrating Oracle 10g from Solaris on a Sun platform to HP-UX 11i v3 (Itanium) on HP Integrity servers. We are trying to consider all the risks associated with such a move. How much time delay did you experience in resolving unexpected issues along the way? How complex is the process? If you had to do it all over again, would you?
    In addtion, we will also be migrating Oracle eBusiness Suite 11i (11.5.10.2).
    We appreciate your helpful feedback.
    Thank you.

    Here is more information:
    - the database size is currently about 500GB
    - our ASP allows us to be down as much as we want however the company's own needs can only allow a downtime window of two days (over the weekend)
    - i presume further that RMAN might be an option to use to backup the database and instance to some transportable media
    - it would take about four days to get that media from the ASP to our facility so durign that time the instance at the ASP would have to be used
    - after we get the backup media and load everything into our in-house site, our last step would be to find a way to migrate all changes over the WAN. I am told that unless the platforms are the same on both ends, mirroring will be extremely difficult or impossible. If we have a platform that is different from the ASP platform, then the migration of all changes will require conversion and other mechanisms. I am told that HP-UX has so much complexities that this will be a daunting task to accomplish.
    Do you have any opinions and recommnedations?

  • Migration of Database oracle 10g from solaris to linux

    Hi,
    I need to migrate a DB from solaris to linux without shutdown the solaris DB.I would like to know the backup using RMAN Transportable tablespace in solaris and migrate it to dest(Linux).
    Kindly share ur ideas

    I need to migrate a DB from solaris to linux without shutdown the solaris DB.I would like to know the backup using RMAN Transportable tablespace in solaris and migrate it to dest(Linux).
    Kindly share ur ideasIt is very much possible. In fact I transfered DB from sunos to Windows. But this is not a backup process using RMAN. RMAN is used to change the endianness of datafile so that it is in format which is required by Windows format. This transfer is possible using the data pump utility(IMPDP). There are many threads on the forum for this topic. Seek help from other threads.
    Regards
    Virendra

  • Reconfiguring Hyperion after DB move from Solaris to Linux

    Our Hyperion Databases are moving from Solaris to Linux. We need to reconfigure Hyperion EPM to point to the new Linux DB. We have 4 Hyperion servers A,B, C, D.
    Server A : Foundation Services, Workspace ,Reporting & Analysis, Planning, Calc Manager, Shared Services, EAS, APS.
    Server B : EPMA, Essbase studio
    Server C: ODI, FDM
    Server D: Essbase
    We are planning to do the below steps :
    1) Stop all Hyperion services .
    2) Stop databases on Solaris servers.
    2) Configure Foundation first on foundation services server ( server A) , using EPM system configurator.
    3) Configure Foundation on the other 3 servers( B, C,D) which are having EPMA, FDM, Essbase etc.
    4) Foundation- Deployment to applicaiton server in foundation services server ( Server A).
    5) Configure/deploy DB for rest of the products.
    We tried to do similar steps last time. We were able to do foundation but for other products it failed. Please let us know if these steps are correct?
    We are on Hyperion 11.1.2.2.300 version. O/S is Windows 2008 64 bit.

    You should just need to follow the documentation:
    Changing the Shared Services and Registry Database Connection Information and Password
    Changing EPM System Product Repository Database Connection Information and Passwords
    If there are problems following those steps then post the errors from the logs.
    Cheers
    John

  • Migrating repositories from Solaris to Linux

    Hi All
    I have a requirement to migrate Repositories from Solaris to Linux...
    Has anybody done it?
    OR
    Any ideas would be appreciated.
    Regards

    Hi,
    I'm currently working with Analytics on UNIX
    (Solaris) and perform actions similar to yourself:
    1. Develop RPD in Windows (Analytics Admin Tool)
    2. Post to server (here I use an S/FTP-emulation tool such as WinSCP/Core
    FTP), this handles any conversion of the file needed, i.e. to UNIX version.
    3. Start Analytics services.
    In your case :- Open Solaris server via ftp and copy your Solaris rpd in window system then again try to login linux via ftp paste the related folder. FTP software like (Winscp software am using)
    There is no much complex in this migration.
    Hope this help's
    Thanks,
    Satya

  • Migrating 9i from Solaris to Linux

    I have a Solaris 8 (SPARC) server running 9.0.2.2 running a single database & instance. I'd like to migrate it to a Red Hat Linux (i386) server running 9.2.0.4, however I'm having nothing but problems using exp & imp. I wasn't aware of the "transportable tablespaces" feature until I read Re: oracle 9i - migrating from windows to linux, so perhaps that's something I need to take in to account also.
    I've been using this command:
    exp GRANTS=Y DIRECT=Y FULL=Y COMPRESS=N FEEDBACK=5000 FILE=/tmp/expdat.dmp
    To export everything from Solaris, however when I try to import that dump file into Linux I get nothing but problems: it seems like users aren't being created, tablespace size limitations are different, etc. Is this because I haven't got transportable tablespaces enabled?
    Thanks,
    Chris

    What's the size is your database? Using the exp commands I noted, the resulting file was ~ 2.7GB.
    What's the actual command and errors you had when you
    do import?[oracle@windham ~]$ imp FILE=expdat.dmp IGNORE=Y GRANTS=Y INDEXES=Y ROWS=Y FULL=Y CONSTRAINTS=Y DESTROY=Y TOID_NOVALIDATE=Y
    Import: Release 9.2.0.4.0 - Production on Thu Mar 20 14:26:19 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Username: / as sysdba
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Export file created by EXPORT:V09.02.00 via direct path
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    . importing SYSTEM's objects into SYSTEM
    IMP-00017: following statement failed with ORACLE error 1537:
    "CREATE UNDO TABLESPACE "UNDOTBS" BLOCKSIZE 8192 DATAFILE '/opt/oracle/orad"
    "ata/bbprod2/undotbs01.dbf' SIZE 1512 REUSE AUTOEXTEND ON NEXT 8192 MAXSIZE"
    " 32767M EXTENT MANAGEMENT LOCAL "
    IMP-00003: ORACLE error 1537 encountered
    ORA-01537: cannot add data file '/opt/oracle/oradata/bbprod2/undotbs01.dbf' - file already part of database
    IMP-00017: following statement failed with ORACLE error 3214:
    "CREATE TABLESPACE "BB_BB60_STATS_DATA" BLOCKSIZE 8192 DATAFILE '/opt/oracl"
    "e/oradata/bbprod2/bb_bb60_stats_data_file1.dbf' SIZE 1242 REUSE AUTOEXTEND "
    "ON NEXT 131072 MAXSIZE 2000M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 131072 "
    "ONLINE PERMANENT NOLOGGING"
    IMP-00003: ORACLE error 3214 encountered
    ORA-03214: File Size specified is smaller than minimum required
    IMP-00017: following statement failed with ORACLE error 3214:
    "CREATE TABLESPACE "BB_BB60_STATS_INDX" BLOCKSIZE 8192 DATAFILE '/opt/oracl"
    "e/oradata/bbprod2/bb_bb60_stats_indx_file1.dbf' SIZE 2000 REUSE AUTOEXTEND "
    "ON NEXT 65536 MAXSIZE 2000M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 65536 ON"
    "LINE PERMANENT NOLOGGING"
    IMP-00003: ORACLE error 3214 encountered
    ORA-03214: File Size specified is smaller than minimum required
    IMP-00017: following statement failed with ORACLE error 3214:
    "CREATE TABLESPACE "BB_BB60_DATA" BLOCKSIZE 8192 DATAFILE '/opt/oracle/orad"
    "ata/bbprod2/bb_bb60_data_file1.dbf' SIZE 1256 REUSE AUTOEXTEND ON NEXT 1310"
    "72 MAXSIZE 32767M EXTENT MANAGEMENT LOCAL UNIFORM SIZE 131072 ONLINE PERM"
    "ANENT NOLOGGING"
    IMP-00003: ORACLE error 3214 encountered
    ORA-03214: File Size specified is smaller than minimum required
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "BB_BB60" IDENTIFIED BY VALUES '138A4D33145F9696' DEFAULT TABLE"
    "SPACE "BB_BB60_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'BB_BB60_DATA' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "BB_BB60_STATS" IDENTIFIED BY VALUES '5AA981521239D2C3' DEFAULT"
    " TABLESPACE "BB_BB60_STATS_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'BB_BB60_STATS_DATA' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "BB_BB60_REPORT" IDENTIFIED BY VALUES '239B6C0A5DD5B98B' DEFAUL"
    "T TABLESPACE "BB_BB60_DATA" TEMPORARY TABLESPACE "TEMP""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'BB_BB60_DATA' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER USER TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY TABLE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT DROP ANY TABLE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT QUERY REWRITE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER TABLESPACE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SEQUENCE TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UNLIMITED TABLESPACE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER USER TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY TABLE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ANALYZE ANY TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT DROP ANY TABLE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT QUERY REWRITE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER TABLESPACE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT CREATE SEQUENCE TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY DICTIONARY TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ANY DICTIONARY TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ANALYZE ANY TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "BB_BB60""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "RESOURCE" TO "BB_BB60_STATS""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT "CONNECT" TO "BB_BB60_REPORT""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'BB_BB60_REPORT' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60_STATS" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60_STATS' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60_REPORT" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60_REPORT' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60" QUOTA UNLIMITED ON "BB_BB60_DATA" QUOTA UNLIMITED ON ""
    "BB_BB60_INDX""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60' does not exist
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "BB_BB60_STATS" QUOTA UNLIMITED ON "BB_BB60_STATS_DATA" QUOTA UN"
    "LIMITED ON "BB_BB60_STATS_INDX""
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'BB_BB60_STATS' does not exist
    . importing BB_BB60's objects into BB_BB60
    "ALTER SESSION SET CURRENT_SCHEMA= "BB_BB60""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    IMP-00000: Import terminated unsuccessfully
    I'll gladly post whatever other information you need...

  • Migrating Oracle8 from Solaris to NT

    We're moving our Oracle 8.0.5 database from Solaris 2.6 over to Oracle 8.0.6 on a Windows NT dual process Intel server. Any tips or suggestions on the best way to go about doing this?
    null

    If you are considering balancing I/O with your database layout, yes ,you cannot do it with raid-5 because you don't have any control over where your file is placed. with raid-5 each file is split and written across the 3 disks in your case.
    so at any point of time you will reading or writing to any of these three disks so there will definitely some contention during read /write as multiple files need to accessed during the database operation.
    use raid-5 only if your database is reporting database.
    it does not eliminate your need to specify the files,but you are trading performance for availability by using raid-5.

Maybe you are looking for

  • "Unknown error" when adding a page via web services

    I am trying to add a division (a Welcome page) to a section on another welcome page, in order to get a site structure that is one level deeper than what can be built using the iTunes interface. I am using Web Services, which is new to me, to try to d

  • Can't Install Boot Camp 3.0 on 64-bit Windows 7 system

    I have 64-bit Windows 7 Ultimate running on HD#2 on a Mac Pro 2,1 system (2006). I've installed the Boot Camp 2.0 drivers after I installed Windows, I forget why I needed them, maybe for an old Apple keyboard. Anyway, I can't install Boot Camp 3.0 fr

  • Difference between three types of product costs

    Hi, SAP Masters can any bode explain the what is the difference between product cost by period, product cost by sale order and the third one is there and also please esplain the master recipe

  • How do I update my ios4 ipad to add icloud function?

    how do I update my ios4 ipad to add icloud function?

  • Members of a given Log_in

    Experts, I have a log_in in SQL server called 'x'. I do not know who are the members of that specific log in. I know that under that log in there must be more than one windows account. I am feeling that the Active directory manager (Sys Admin) must h