10g - 9i Compatibility

Hi,
New to oracle and had a question regarding compatibility between 9i and 10g;
If I create an export file from Oracle 10g and send this file to a client; can the client import the file if he is running Oracle 9i. Would there be issues?
Thanks in advance

What if you do not have the 9i install? Only 10g
install.
Client has 9i onlyYou can download and install 9i client software on one of your machines and do export using it. Also check the exact version of your Client's 9i. For example, if he's on 9.1.0.4 you can't use 9.2.0.1 to do export. You need to use version lower than his.

Similar Messages

  • Oracle 9i lite & 10g lite compatibility issue

    Hi,
    Can anyone tell me if there is a compatibility issue between oracle lite 9i and 10g lite. We are currently developing a window mobile 5.0 application in C# and our client is using a 9i oracle database. We want to directly connect to the database but based on what I search on the forums that CF oracle DtaAdapter only available in the 10g lite version. based on this link:
    http://blog.opennetcf.org/ncowburn/OracleLite10gADONETProviderForWindowsCEPocketPC.aspx
    Can anyone shead some ligth here, any help will be highly appreciated....
    Thank you,

    I connect to the database through the same user that created those tables. Do I still need a public synonym ?

  • Ora 10g client compatibility

    Accessing Oracle 8.1.7.3 databases with a 10.1. Client produces an ORA-03134 error - access to a server version not supported any more.
    Where can I find which versions are supported - the documentation that comes with the client says nothing about it.
    Michael

    This compatibility matrix:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=207303.1
    "#2 - An ORA-3134 error is incorrectly reported if a 10g client tries to connect to an 8.1.7.3 or lower server. See Note:3437884.8 . "
    Yes, we're still migrating things from 8i - I know it's 2010, but we weren't in any hurry...

  • X2-10GB-LRM to SFP-10G-SR= Compatibility

    Hi,
    Can you help me in this ?
    I have two 10Gig modules.
    On 6500, i have X2-10GB-LRM  and on 3750-x i have SFP-10G-SR= .
    you can use it with fiber cable and patch cord to connect the two devices?
    thanks

    Hello,
    SFP-10G-SR is a MMF and it uses a LC duplex connector.
    X2-10GB-LRM is also a MMF and it uses LC duplex connector.
    so they are compatible.
    Link
    Under 6xxx series switches you will both transceivers as part of the supported devices.
    http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matri/OL_6974.html#wp99798
    Under 3xxx series switches:
    http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matri/OL_6974.html#wp48759
    Link for 10GBASE X2 modules:
    http://www.cisco.com/en/US/prod/collateral/modules/ps5455/ps6574/product_data_sheet0900aecd801f92aa.html
    10 transceiver modules compatibility matrix:
    http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matrix/OL_6974.html
    Look for Table 1 10-Gigabit Ethernet Transceiver Module Models
    Thank,
    Haihua

  • 9i and 10g backward compatibility

    We are thinking of trying out Oracle 10g. We are currently using 9i and have written Java apps that work against 9i using the JDBC drivers provided by Oracle. We would like to know if these apps will work perfectly against 10g without any changes if we use the new 10g JDBC drivers.
    Thanks.

    We are thinking of trying out Oracle 10g. We are
    currently using 9i and have written Java apps that
    work against 9i using the JDBC drivers provided by
    Oracle. We would like to know if these apps will
    work perfectly against 10g without any changes if we
    use the new 10g JDBC drivers.
    Thanks.We make OrindaBuild, a JDBC access code generator for PL/SQL. We found a series of minor behaviour changes when we ported it to 10g, such as:
    * In oracle 9i retrieving a NULL value for any of the datatypes TIMESTAMP, TIMESTAMP WITH TIME ZONE or TIMESTAMP WITH LOCAL TIME ZONE would result in a matching but empty java object being returned. In 10g null is returned instead, which means that existing code may suddenly start to generate java.lang.NullPointerException Exceptions when the driver is upgraded.
    * Prior to Oracle 10.1.0 DATE columns were returned as java.sql.TimeStamp objects. In Oracle 10G they come back as java.sql.Date objects.
    * Get Cursor Closed message when attempting to retrieve a cursor a second time. Prior to 10.1.0 Oracle returned a zero-length cursor.
    None of the above are bugs but you are going to have to test your app and possibly make minor code changes. Do not assume the new driver will work 'out of the box'.
    David Rolfe
    Orinda Software
    Dublin, Ireland
    www.orindasoft.com

  • 10g Backup Compatibility

    I have a RMAN backup of 10g R2 database and using this backup I want the database to be duplicated in 11g on a different system. But RMAN 11g refuses to connect to 10g Database and error is that it is not compatible. I have a cold backup and tried to manually recover database in 11g but when I tried to mount the database it says that control file is of older version and is not compatible. As for as I knew Oracle is backward compatible and I have done manual recovery of 8i into 9i and 9i to 10g. Can anyone tell what's wrong here?

    Upon running the script above I got the following.
    SQL> @C:\app\imran.haider\product\11.1.0\db_1\RDBMS\ADMIN\catupgrd.sql
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>
    DOC> The first time this script is run, there should be no error messages
    DOC> generated; all normal upgrade error messages are suppressed.
    DOC>
    DOC> If this script is being re-run after correcting some problem, then
    DOC> expect the following error which is not automatically suppressed:
    DOC>
    DOC> ORA-00001: unique constraint (<constraint_name>) violated
    DOC> possibly in conjunction with
    DOC> ORA-06512: at "<procedure/function name>", line NN
    DOC>
    DOC> These errors will automatically be suppressed by the Database Upgrade
    DOC> Assistant (DBUA) when it re-runs an upgrade.
    DOC>
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    DOC>######################################################################
    DOC>######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the user running this script is not SYS. Disconnect
    DOC> and reconnect with AS SYSDBA.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    no rows selected
    DOC>######################################################################
    DOC>######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the database server version is not correct for this script.
    DOC> Shutdown ABORT and use a different script or a different server.
    DOC>######################################################################
    DOC>######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the database has not been opened for UPGRADE.
    DOC>
    DOC> Perform a "SHUTDOWN ABORT" and
    DOC> restart using UPGRADE.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the Oracle Database Vault option is TRUE. Upgrades cannot
    DOC> be run with the Oracle Database Vault option set to TRUE since AS
    DOC> SYSDBA connections are restricted.
    DOC>
    DOC> Perform a "SHUTDOWN ABORT", relink the server without the Database
    DOC> Vault option (but with the OLS option), and restart the server using
    DOC> UPGRADE.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if Database Vault is installed in the database but the Oracle
    DOC> Label Security option is FALSE. To successfully upgrade Oracle
    DOC> Database Vault, the Oracle Label Security option must be TRUE.
    DOC>
    DOC> Perform a "SHUTDOWN ABORT", relink the server with the OLS option
    DOC> (but without the Oracle Database Vault option) and restart the server
    DOC> using UPGRADE.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if bootstrap migration is in progress and logminer clients
    DOC> require utlmmig.sql to be run next to support this redo stream.
    DOC>
    DOC> Run utlmmig.sql
    DOC> then (if needed)
    DOC> restart the database using UPGRADE and
    DOC> rerun the upgrade script.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC> The following statement will cause an "ORA-01722: invalid number"
    DOC> error if the current timezone version file is not the same as the
    DOC> version in the database to be upgraded. The statement will cause an
    DOC> ORA-00942 or ORA-00904 error if the pre-upgrade utility (utlu111i.sql)
    DOC> has not be run to update registry$database table to include the existing
    DOC> database timezone file version.
    DOC>
    DOC> Shutdown ABORT and revert to the original ORACLE_HOME. Then apply
    DOC> the required timezone version patch to the original ORACLE_HOME
    DOC> prior to attempting to upgrade. Re-run utlu111i.sql after applying
    DOC> the patch to record the new timzone file version in the
    DOC> registry$database table.
    DOC>
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    FROM registry$database
    ERROR at line 2:
    ORA-00942: table or view does not exist
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options

  • RMAN 10g/9i Compatibility

    Hi,
    I'm considering creating an RMAN repository on one of my 10g databases, but I would like to know if I will be able to use this same repository to manage RMAN backups for my 9i databases too?
    In essence, is 10g RMAN backward compatible with 9i?
    Thanks in advance.

    This is the schema for 9i/10g (columns are target database,rman executable,catalog database,catalog schema):
    9.2.0 | >=9.0.1.3 and <= Target database | > =8.1.7 | >= RMAN executable
    10.1.0 | >=9.0.1.3 and <= Target database | > =9.0.1 | >= RMAN executable

  • SFP-10G-LR and SFP-10G-LRM Compatibility

    Hello,
    Has anyone had success/experience running across OS2 SM with a SFP-10G-LR at one end and a SFP-10G-LRM at the other, where the total link length is <300m?
    Thanks,
    Andrew

    Dear Dima L,
    I will check this tomorrow... but expect the same error.
    Regards,
    Manuel

  • Admin server and Managed Server not Running

    Hi,
    Admin server doesnot change its state to RUNNING from STARTING. Even after hrs of starting the server.. the satus is as shown.
    <Jun 1, 2011 10:22:59 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <Jun 1, 2011 10:23:01 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 1, 2011 10:23:01 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 1, 2011 10:23:02 AM IST> <Notice> <LoggingService> <BEA-320400> <The log file D:\OSB11g_Home\user_projects\domains\osb11g_domain\servers\AdminServer\logs\AdminServ
    er.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jun 1, 2011 10:23:02 AM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to D:\OSB11g_Home\user_projects\domains\osb11g_domain\servers\AdminS
    erver\logs\AdminServer.log00056. Log messages will continue to be logged in D:\OSB11g_Home\user_projects\domains\osb11g_domain\servers\AdminServer\logs\AdminServer.log.
    >
    <Jun 1, 2011 10:23:02 AM IST> <Notice> <Log Management> <BEA-170019> <The server log file D:\OSB11g_Home\user_projects\domains\osb11g_domain\servers\AdminServer\logs\Ad
    minServer.log is opened. All server side log events will be written to this file.>
    <Jun 1, 2011 10:23:07 AM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jun 1, 2011 10:23:17 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jun 1, 2011 10:23:17 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    It just stops at this stage. Facing the same prob with Managed Server as well.
    I tried Killing all the java process, as well as updated boot.properties file and restarted which dint help.
    can anyone Help me on this.
    Thanks & Regards,
    Indu

    Yes, i do have applications deployed.
    Here is my config.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://xmlns.oracle.com/weblogic/domain" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/security/xacml http://xmlns.oracle.com/weblogic/security/xacml/1.0/xacml.xsd http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator/1.0/passwordvalidator.xsd http://xmlns.oracle.com/weblogic/domain http://xmlns.oracle.com/weblogic/1.0/domain.xsd http://xmlns.oracle.com/weblogic/security http://xmlns.oracle.com/weblogic/1.0/security.xsd http://xmlns.oracle.com/weblogic/security/wls http://xmlns.oracle.com/weblogic/security/wls/1.0/wls.xsd">
    <name>osb11g_domain</name>
    <domain-version>10.3.4.0</domain-version>
    <security-configuration>
    <name>osb11g_domain</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType">
    <wls:use-retrieved-user-name-as-principal>true</wls:use-retrieved-user-name-as-principal>
    </sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://xmlns.oracle.com/weblogic/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    <sec:password-validator xmlns:pas="http://xmlns.oracle.com/weblogic/security/providers/passwordvalidator" xsi:type="pas:system-password-validatorType">
    <sec:name>SystemPasswordValidator</sec:name>
    <pas:min-password-length>8</pas:min-password-length>
    <pas:min-numeric-or-special-characters>1</pas:min-numeric-or-special-characters>
    </sec:password-validator>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>{AES}sLWSLcQMQZchzo4SR4mjU9t+aXrRFlW76I0/Ie1V/yHuMxEZuy5UXjjl3D0Nzrx43Y4+uYwH+l4fz2RHNJdUBNyjN06wyjujzfOf1o61GuXTvWeBrT5LAIlAhstSWvMZ</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>{AES}vIICdR6YTBvPsRxkaKtwek5yf6wEPemMg5NLqoMoSSY=</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <listen-address>localhost</listen-address>
    <server-diagnostic-config>
    <name>AdminServer</name>
    <diagnostic-context-enabled>true</diagnostic-context-enabled>
    </server-diagnostic-config>
    </server>
    <server>
    <name>osb_server1</name>
    <listen-port>8011</listen-port>
    <listen-address></listen-address>
    <server-diagnostic-config>
    <name>osb_server1</name>
    <diagnostic-context-enabled>true</diagnostic-context-enabled>
    </server-diagnostic-config>
    </server>
    <embedded-ldap>
    <name>osb11g_domain</name>
    <credential-encrypted>{AES}y3pEDYlwHWeJTJDCHip1ctAwdCh6Q+4nW09EsH6rlDtzqCsaxpc5fx4SoASAKkIo</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.4.0</configuration-version>
    <app-deployment>
    <name>FMW Welcome Page Application#11.1.0.0.0</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.jrf_11.1.1/fmw-welcome.ear</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>wsil-wls</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.webservices_11.1.1/wsil-wls.ear</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>DMS Application#11.1.1.1.0</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.dms_11.1.1/dms.war</source-path>
    <deployment-order>5</deployment-order>
    <security-dd-model>CustomRoles</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>FileAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/FileAdapter.rar</source-path>
    <deployment-order>321</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>DbAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/DbAdapter.rar</source-path>
    <deployment-order>322</deployment-order>
    <plan-dir xsi:nil="true"></plan-dir>
    <plan-path>D:\OSB11g_Home\Oracle_OSB1\soa\connectors\Plan.xml</plan-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>JmsAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/JmsAdapter.rar</source-path>
    <deployment-order>323</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>AqAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/AqAdapter.rar</source-path>
    <deployment-order>324</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>FtpAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/FtpAdapter.rar</source-path>
    <deployment-order>325</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>SocketAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/SocketAdapter.rar</source-path>
    <deployment-order>326</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>MQSeriesAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/MQSeriesAdapter.rar</source-path>
    <deployment-order>327</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>OracleAppsAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/AppsAdapter.rar</source-path>
    <deployment-order>328</deployment-order>
    <plan-dir xsi:nil="true"></plan-dir>
    <plan-path>D:\OSB11g_Home\Oracle_OSB1\soa\connectors\Plan_Apps.xml</plan-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>OracleBamAdapter</name>
    <target>AdminServer,osb_server1</target>
    <module-type>rar</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/soa/connectors/OracleBamAdapter.rar</source-path>
    <deployment-order>329</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Cluster Singleton Marker Application</name>
    <target>osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/common/clustersingletonmarker.ear</source-path>
    <deployment-order>80</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Domain Singleton Marker Application</name>
    <target>osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/common/domainsingletonmarker.ear</source-path>
    <deployment-order>85</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Framework Starter Application</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/common/frameworkstarter.ear</source-path>
    <deployment-order>90</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Coherence Cache Provider</name>
    <target>osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/coherence.ear</source-path>
    <deployment-order>93</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/kernelEar</source-path>
    <sub-deployment>
    <name>/httpTransport</name>
    <module-type>war</module-type>
    <compatibility-name>XBus HTTP Transport Webapp</compatibility-name>
    </sub-deployment>
    <deployment-order>95</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB UDDI Manager</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/uddiEar</source-path>
    <deployment-order>122</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Subscription Listener</name>
    <target>osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/uddi_subscription</source-path>
    <deployment-order>123</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>JMS Reporting Provider</name>
    <target>osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/common/jmsreportprovider.ear</source-path>
    <deployment-order>125</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>Message Reporting Purger</name>
    <target>osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/common/msgpurger.ear</source-path>
    <deployment-order>126</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>Ftp Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>FTP Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/ftp_transport.ear</source-path>
    <sub-deployment>
    <name>ftp_transport.jar</name>
    <target>osb_server1</target>
    <module-type>jar</module-type>
    <compatibility-name>ftp_transport.jar</compatibility-name>
    </sub-deployment>
    <deployment-order>151</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>SFTP Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>SFTP Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/sftp_transport.ear</source-path>
    <sub-deployment>
    <name>sftp_transport.jar</name>
    <target>osb_server1</target>
    <module-type>jar</module-type>
    <compatibility-name>sftp_transport.jar</compatibility-name>
    </sub-deployment>
    <deployment-order>165</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>Email Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>EMail Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/emailtransport.ear</source-path>
    <sub-deployment>
    <name>emailtransport.jar</name>
    <target>osb_server1</target>
    <module-type>jar</module-type>
    <compatibility-name>emailtransport.jar</compatibility-name>
    </sub-deployment>
    <deployment-order>153</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>File Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>File Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/file_transport.ear</source-path>
    <sub-deployment>
    <name>filepoll.jar</name>
    <target>osb_server1</target>
    <module-type>jar</module-type>
    <compatibility-name>filepoll.jar</compatibility-name>
    </sub-deployment>
    <deployment-order>155</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>MQ Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>MQ Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/mq_transport.ear</source-path>
    <deployment-order>172</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>EJB Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/ejbtransport.ear</source-path>
    <deployment-order>157</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>Tuxedo Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/tuxedo_transport.ear</source-path>
    <deployment-order>159</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALDSP Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <compatibility-name>ALDSP Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/aldsp_transport.ear</source-path>
    <deployment-order>161</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>SB Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>SB Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/sb_transport.ear</source-path>
    <deployment-order>163</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>WS Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>WS Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/ws_transport.ear</source-path>
    <deployment-order>166</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>WS Transport Async Applcation</name>
    <target>osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/bea_alsb_ws_async_response.war</source-path>
    <deployment-order>167</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>FLOW Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>FLOW Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/flow_transport.ear</source-path>
    <deployment-order>175</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>BPEL 10g Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>BPEL 10g Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/bpel10gtransport.ear</source-path>
    <deployment-order>177</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>JCA Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>JCA Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/jcatransport.ear</source-path>
    <deployment-order>181</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>JEJB Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>JEJB Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/jejb_transport.ear</source-path>
    <deployment-order>184</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>SOA-DIRECT Transport Provider</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <compatibility-name>SOA-DIRECT Transport</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/transports/soa_transport.ear</source-path>
    <deployment-order>185</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Routing</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/stages/xbusrouting.ear</source-path>
    <deployment-order>410</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Transform</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/stages/xbustransform.ear</source-path>
    <deployment-order>420</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Publish</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/stages/xbuspublish.ear</source-path>
    <deployment-order>430</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Logging</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/stages/xbuslogging.ear</source-path>
    <deployment-order>440</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Resource</name>
    <target>osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/sbresourceWar/sbresource.war</source-path>
    <deployment-order>500</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB WSIL</name>
    <target>osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/wsilWar/wsil.war</source-path>
    <deployment-order>510</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ServiceBus_Console</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <compatibility-name>sbconsole</compatibility-name>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/sbconsoleEar</source-path>
    <deployment-order>810</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <app-deployment>
    <name>ALSB Test Framework</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/Oracle_OSB1/lib/sbTestFwk.ear</source-path>
    <deployment-order>910</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </app-deployment>
    <library>
    <name>oracle.bi.jbips#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-jbips-slib-stub.ear</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bi.composer#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-composer-slib-stub.war</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bi.adf.model.slib#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-adf-model-slib.ear</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bi.adf.view.slib#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-adf-view-slib.war</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bi.adf.webcenter.slib#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.bi.presentation_11.1.1/bi-adf-webcenter-slib.war</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.wsm.seedpolicies#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.wsm.policies_11.1.1/wsm-seed-policies.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.jsp.next#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.jsp_11.1.1/ojsp.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.dconfig-infra#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.dconfig-infra_11.1.1.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>orai18n-adf#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.nlsgdk_11.1.0/orai18n-adf.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.adf.dconfigbeans#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.adf.dconfigbeans_11.1.1.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.pwdgen#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.pwdgen_11.1.1/pwdgen.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.jrf.system.filter</name>
    <target>AdminServer,osb_server1</target>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.jrf_11.1.1/system-filters.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>adf.oracle.domain#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>ear</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.adf.model_11.1.1/adf.oracle.domain.ear</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>adf.oracle.businesseditor#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.adf.businesseditor_11.1.1/adf.businesseditor.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.adf.management#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.adf.management_11.1.1/adf-management.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>adf.oracle.domain.webapp#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.adf.view_11.1.1/adf.oracle.domain.webapp.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jsf#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:\OSB11g_Home\wlserver_10.3/common/deployable-libraries/jsf-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>UIX#[email protected]</name>
    <target>AdminServer,osb_server1</target>
    <module-type>war</module-type>
    <source-path>D:/OSB11g_Home/oracle_common/modules/oracle.uix_11.1.1/uix11.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-

  • .DMP File Import Troubles.

    I am trying to import a .DMP file from Oracle 9i (see below) using the Oracle Database Homepage (Oracle 10g Express Edition) and I received the following, error message:
    "Your export file is not supported."
    So, I believe the problem to be with the charset that is being used to export. Does this make any sense? I really need to get this database imported. Any help is greatly appreciated.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.5.0 - Production With the Partitioning option JServer Release 9.2.0.5.0 - Production Enter array fetch buffer size: 4096 > 40960 Export file: USERS:[XXXX]EXPDAT.DMP > DOUG_EXPORT.DMP (2)U(sers), or (3)T(ables): (2)U > 3 Export table data (yes/no): yes > Compress extents (yes/no): yes > no Export done in US7ASCII character set and AL16UTF16 NCHAR character set server uses WE8ISO8859P1 character set (possible charset conversion)

    Hi
    Read this document, it can helps you. You should use exp 9.2 to import into 10g.
    Compatibility Matrix for Export & Import Between Different Oracle Versions
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=132904.1
    Which EXPORT utility to use when importing into an Oracle8
              or a higher database release
              (always use IMPORT utility of the target database):
    -------------------------------------------------------------------------+
    |  EXPORT   |                         IMPORT into:                         |
    |   from    --------------------------------------------------------
    |    \/     |  8.1.5 |  8.1.6 |  8.1.7 |  9.0.1 |  9.2.0 | 10.1.0 | 10.2.0 |
    -------------------------------------------------------------------+
    |  5.x 1) 2)| EXP5x  | EXP5x  | EXP5x  | EXP5x  | EXP5x  | EXP5x  | EXP5x  |
    |  6.x    2)| EXP6x  | EXP6x  | EXP6x  | EXP6x  | EXP6x  | EXP6x  | EXP6x  |
    |  7.x    3)| EXP7x  | EXP7x  | EXP7x  | EXP7x  | EXP7x  | EXP7x  | EXP7x  |
    -------------------------------------------------------------------+
    |  8.0.3    | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 | EXP803 |
    |  8.0.4    | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 | EXP804 |
    |  8.0.5    | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 | EXP805 |
    |  8.0.6    | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 | EXP806 |
    -------------------------------------------------------------------+
    |  8.1.5    | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 | EXP815 |
    |  8.1.6    | EXP815 | EXP816 | EXP816 | EXP816 | EXP816 | EXP816 | EXP816 |
    |  8.1.7    | EXP815 | EXP816 | EXP817 | EXP817 | EXP817 | EXP817 | EXP817 |
    -------------------------------------------------------------------+
    |  9.0.1    |   N/S  | EXP816 | EXP817 | EXP901 | EXP901 | EXP901 | EXP901 |
    |  9.2.0    |   N/S  |   N/S  | EXP817 | EXP901 | EXP920 | EXP920 | EXP920 |
    -------------------------------------------------------------------+
    | 10.1.0  4)|  Not Supported  | EXP817 | EXP901 | EXP920 |    4)  |    4)  |
    | 10.2.0  4)|  Not Supported  | EXP817 | EXP901 | EXP920 |    4)  |    4)  |
    -------------------------------------------------------------------+Bye, Aron

  • Oracle 11g cast

    Hi All,
    I've faced one issue with Oracle 11g.
    In Oracle 10g when you do:
    create table Test as
    select Cast(SomeField as nvarchar2(1)) as SomeField from Other_table;
    if SomeField type is number(5) and it has value 11 - following error message will be generated:
    ORA-12899: value too large for column ???
    (actual: 3, maximum: 1)
    and that is fair. In Oracle 11g the same operation inserts truncated values i.e. 1 in this example.
    Is there a way to make it wok in 11g in the same way as 10g except compatibility parameter changes?
    Thank you in advance.

    I don't have access to 10g - just 9.2.0.8 vs 11.2.0.2.
    See the following output:
    SQL> select * from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE    9.2.0.8.0       Production
    TNS for Solaris: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    SQL>
    SQL> select cast('11' as nvarchar2(1)) col1 from dual;
    C
    1
    SQL>
    SQL> select cast(11 as nvarchar2(1)) col1 from dual;
    select cast(11 as nvarchar2(1)) col1 from dual
    ERROR at line 1:
    ORA-25137: Data value out of range
    SQL>
    SQL> create table dom1
      2  (col1 number(5)
      3  ,col2 varchar2(5));
    Table created.
    SQL>
    SQL> insert into dom1 values (11,'11');
    1 row created.
    SQL>
    SQL> select cast(col1 as nvarchar2(1)) from dom1;
    select cast(col1 as nvarchar2(1)) from dom1
    ERROR at line 1:
    ORA-25137: Data value out of range
    SQL>
    SQL> select cast(col2 as nvarchar2(1)) from dom1;
    select cast(col2 as nvarchar2(1)) from dom1
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    SQL>
    SQL> create table dom2 as
      2  select Cast(col1 as nvarchar2(1)) as col1 from dom1;
    select Cast(col1 as nvarchar2(1)) as col1 from dom1
    ERROR at line 2:
    ORA-25137: Data value out of range
    SQL>
    SQL> create table dom2 as
      2  select Cast(col2 as nvarchar2(1)) as col2 from dom1;
    select Cast(col2 as nvarchar2(1)) as col2 from dom1
    ERROR at line 2:
    ORA-01401: inserted value too large for column
    SQL> vs
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    SQL>
    SQL> select cast('11' as nvarchar2(1)) col1 from dual;
    C
    1
    SQL>
    SQL> select cast(11 as nvarchar2(1)) col1 from dual;
    select cast(11 as nvarchar2(1)) col1 from dual
    ERROR at line 1:
    ORA-25137: Data value out of range
    SQL>
    SQL> create table dom1
      2  (col1 number(5)
      3  ,col2 varchar2(5));
    Table created.
    SQL>
    SQL> insert into dom1 values (11,'11');
    1 row created.
    SQL>
    SQL> select cast(col1 as nvarchar2(1)) from dom1;
    select cast(col1 as nvarchar2(1)) from dom1
    ERROR at line 1:
    ORA-25137: Data value out of range
    SQL>
    SQL> select cast(col2 as nvarchar2(1)) from dom1;
    select cast(col2 as nvarchar2(1)) from dom1
    ERROR at line 1:
    ORA-01401: inserted value too large for column
    SQL>
    SQL> create table dom2 as
      2  select Cast(col1 as nvarchar2(1)) as col1 from dom1;
    select Cast(col1 as nvarchar2(1)) as col1 from dom1
    ERROR at line 2:
    ORA-25137: Data value out of range
    SQL>
    SQL> create table dom2 as
      2  select Cast(col2 as nvarchar2(1)) as col2 from dom1;
    select Cast(col2 as nvarchar2(1)) as col2 from dom1
    ERROR at line 2:
    ORA-01401: inserted value too large for column
    SQL>

  • Oralce Business Intelligence 10 installtion

    Hello All,
    I have installed vista home premium with service pack one and oracle 10g vista compatable too. Can we install Oracle Business Intelligence on same latop.
    Thanks

    You need to verify whether Oracle Business Intelligence is certified with Vista OS.
    Oracle Certification Matrix
    http://www.oracle.com/technology/support/metalink/index.html
    Oracle Business Intelligence Suite Enterprise Edition 10g (10.1.3.3, 10.1.3.4)
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf
    Oracle Business Intelligence Suite Enterprise Edition 10g (10.1.3.2)
    http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b32508.pdf
    Oracle Business Intelligence Standard Edition One 10g (10.1.3.2.1)
    http://download.oracle.com/docs/cd/E10352_01/doc/bi.1013/e10270.pdf

  • Compatibility of Oracle 6i and 10g

    Dear All,
    We are migrating our system from 6i to 10g version and I have encountered issue regarding compatibility of both version.
    Could you help me? For reference of issue:
    Runtime Compatibility Mode in Forms 10g
    don't check requirement when navigate to previous item
    thanks!

    I am with Mediware Information Systems and we have an opening for a Senior Oracle 6i DBA if you know of anyone who has 5 yrs. of Oracle 6i DBA experience. If so, they can send their resume to [email protected] with the subject line 06-029.
    Thanks!

  • Version compatibility  of 10G Application Server 10.1.2.0.2  with  JDK 1.5.

    hi buddies,
    I want to know that whether
    10G Application Server 10.1.2.0.2 with JDK 1.5. is Version compatibility
    pls do send ur replies if known to you.

    Hi ,
    As far as I know AS 10.1.2.0.2 is Not certified with JDK 1.5.
    Please see below some links where you can double-check this
    1. OC4J with JDK 1.5 JSP compilation error
    2. http://docs.huihoo.com/oracle/docs/B14099_19/web.1012/b14011/chap1.htm
    "Only the JDK 1.3.1 and JDK 1.4 compilers are supported and certified by OC4J. It is possible to specify an alternative compiler by adding a <java-compiler> element to the server.xml file, and this might provide a workaround for the "classes not in packages" issue, but no other compilers are certified or supported by Oracle for use with OC4J."
    3. "Certified JDKs" from
    http://www.oracle.com/technology/software/products/ias/files/as_certification_r2_101202.html
    BR,
    Mihai

  • Symantec & Oracle 10g Compatibility issues

    Hi all,
    Recently i had virus attack on two of my database servers running oracle 10g. one is running on xp and the other on server 2003 r2.
    i cleaned the viruses applied windows patches and then installed symantec endpoint protection 11.
    after installing this teh system started crashing givin bsd.
    in the xp machine i did a bit of r&d and found out that there was a problem with oracle and symantec together.
    then i unsinstalled symantec made everything ok with the db and stopped db services and installed symantec back
    this worked and sytem was up and running again
    but the problem still continues with the windows server 2003
    as soon as i uninstalled oracle the system crashed and now its not starting.
    are there any compatibility issues between symantec and oracle 10g?
    or something should be taken care on the oracle server before installing symantec?
    Any suggestions or experience would really help.
    Regards
    Deepak

    Hi,
    I guess the problem is with Symantic and the Virus .
    As I know there is no direct ill-impact upon Oracle and Symantic together.
    There might be another cause... So some more R&D :)
    Edited by: The Human Fly on Jan 25, 2010 1:12 AM

Maybe you are looking for

  • Dialog work process in stop gui status

    Hi, there are lots of dialog work process are stuck status due to stop gui error. stop gui work process are not getting released automatic from the system due to this many users are facing problem and they are getting sap slow problem. to resolve the

  • Email not coming through!

    So I just got a new Pearl 8130 from VZW last Saturday and for the majority of the time I've had the phone... my emails aren't coming through! I've got three accounts set up on it: 1 - a work account which I need to make sure I have my Outlook at work

  • Message 'Your request cannot be processed Error code: 1009

    Message 'Your request cannot be processed Error code: 1009

  • Drop Down Menu Choices

    Since the changeover to BT home page I can't use drop down choice menus for online banking or online purchasing.  They work ok on Firefox and Google Chrome but not on BT.  Have Vista on 2 computers and Windows 8 on the other one, same problem so it's

  • Progress bar Fl cs3 as3.0

    below is my very simple code to load images from a instance of button component into an instance of UIloader component. there are multiple buttons like this one i can't get it... the way to get progress bar to listen and respond to the loading of the