Switching from pointbase to Oracle

I have successfully changed my portal database from pointbase to oracle by following
all the steps in the WLP admin guide, however the sync.sh script doesn't sync
all of my user data. eg. User_security, group_security tables. Am I doing something
wrong, or do I have to recreate the necessary accounts in oracle?

The sample data in the user and group tables is loaded after database
creation in the create_db script. A utility called the
com.bea.p13n.db.internal.DbLoader populates our sample users, groups,
and some other properties. It is executed in the
\bea\weblogic700\portal\db\databaseload script.
I would not recommend pursuing the route of trying to create .dat files
to load data yourself. You would need an encrypt password utility to
populate the text files with the appropriate passwords which BEA does
not provide.
The preferred way is to use the JSP admin tool (the tools webapp) or
through custom JSP's using the user management tags. See um:createUser,
um:createGroup, etc.
http://e-docs.bea.com/wlp/docs70/jsp/p13njsp.htm#1001770
You may also try to implement custom EJB's to use the Unified User
Profile, UserManager or GroupManager interfaces.
-- Jim
Dan wrote:
I have successfully changed my portal database from pointbase to oracle by following
all the steps in the WLP admin guide, however the sync.sh script doesn't sync
all of my user data. eg. User_security, group_security tables. Am I doing something
wrong, or do I have to recreate the necessary accounts in oracle?

Similar Messages

  • Problem while changing DB from Pointbase to Oracle

    Hi All,
    I dont know whether this is right place to ask this question, but I am newbie, on weblogic, and would like some assistance,
    I am trying to point my DB in weblogic from Pointbase to Oracle, I have updated the database.properties file to point @ Oracle. Now when I go and try to exectue the create_db.cmd file to execute all the scripts and thereby load/create the DB, I get the below error when all the .sql files are executed.
    Buildfile: C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml
    init_props:
    init_tasks:
    main:
    setup_create_database_objects:
    init_props:
    init_tasks:
    create_database_objects:
    echo ***** Calling JDBCDataLoader ** to create database objects and insert seed data
    java Loading Database...
    java logFile=create_db.log
    java user=akulas
    java password=******
    java url=jdbc:oracle:thin:@hpcad144.qwest.net:1524:dnets_d
    java files=C:\bea\WLSERV~1.0/common/p13n/db/oracle/jdbc_index/jdbc.index,C:\bea\WLSERV~1.0/cm/db/oracle/jdbc_index/jdbc.index,C:\bea\WLSERV~1.0
    /portal/db/oracle/jdbc_index/jdbc.index
    java driver=oracle.jdbc.driver.OracleDriver
    java saltFile=C:\bea\user_projects\domains\VenkatDomain/security/SerializedSystemIni.dat
    java prodDir=C:\bea\WLSERV~1.0
    java Processing file 'C:\bea\WLSERV~1.0\common\p13n\db\oracle\jdbc_index\jdbc.index'
    java Files=
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/seq_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/seq_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/p13n_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/er_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/er_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/bt_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/bt_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/bt9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n9_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/p13n9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n102_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/oracle/p13n102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/common/p13n/db/data/required/p13n102_insert_system_data.sql
    java Processing file 'C:\bea\WLSERV~1.0\cm\db\oracle\jdbc_index\jdbc.index'
    java Files=
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm10_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv10_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv9_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/required/cmv_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm9_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/required/cm9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv9_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/required/cm_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/sample/cm_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm10_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv10_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cmv102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/oracle/cm102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/sample/cm102_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/cm/db/data/sample/cm102_update_system_data.sql
    java Processing file 'C:\bea\WLSERV~1.0\portal\db\oracle\jdbc_index\jdbc.index'
    java Files=
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf10_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf10_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_constraints.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_drop_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/wps_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/wps_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_indexes.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/comm_create_triggers.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/comm_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_drop_columns.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_create_fkeys.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf9_create_views.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/bt_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/bt9_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf10_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf10_insert_system_data.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf102_create_tables.sql
    java file:/C:/bea/WLSERV~1.0/portal/db/oracle/pf102_drop_tables.sql
    java Error = SQLException when executing file file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf_insert_system_data.sql
    java java.lang.Exception: SQLException when executing file file:/C:/bea/WLSERV~1.0/portal/db/data/required/pf_insert_system_data.sql
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:182)
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.main(JDBCDataLoader.java:1320)
    java Caused by: java.sql.SQLException: ORA-00942: table or view does not exist
    java at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    java at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
    java at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
    java at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
    java at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:207)
    java at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:946)
    java at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168)
    java at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:1614)
    java at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:1579)
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.loadData(JDBCDataLoader.java:748)
    java at com.bea.plateng.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:166)
    java ... 1 more
    java Load Failed
    BUILD FAILED
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:17: The following error occurred while executing this line:
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:90: The following error occurred while executing this line:
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:97: The following error occurred while executing this line:
    C:\bea\WLSERV~1.0\common\p13n\db\build_createdatabase.xml:62: Java returned: -1
    Total time: 3 minutes 55 seconds
    I tried debugging the problem, and found that the table "PF_MARKUP_XML" was not created, the create script of that table is in the "pf_create_tables.sql" file. When I tried to manually execute the specific create script for that table it was executed successfully, and the table was created. So I dont know what is the problem then.
    Any help on this would be highly appreciated.
    Thanks,

    Hi,
    not sure which version of WLP you are running, but take a look at [http://edocs.bea.com/wlp/docs92/db/oracle.html|http://edocs.bea.com/wlp/docs92/db/oracle.html]:
    "Note:      A WebLogic Portal Oracle database user that has DBA privileges causes database create errors and upgrade issues. Before you create database objects or perform an upgrade, you should revoke the Oracle user's DBA privileges and replace them with the following privileges: GRANT CREATE TABLE, CREATE VIEW, CREATE TRIGGER, CREATE SEQUENCE, CREATE SESSION, UNLIMITED TABLESPACE TO <<WEBLOGIC>>."
    If the DB user you were using had DBA privileges then maybe this was the reason for your problem?
    Seems to be still valid even for 10.2.
    Hope this helps.
    Cheers,
    Petri

  • Switched support from Redhat to Oracle

    I have successfully switched my support from Redhat to Oracle and my system does appear in ULN after login. However, when I start "up2date" on my system it does not show any channels, Redhat or Oracle. Shouldn't the Oracle channels now appear after switching?
    Here is my command line confirmation:
    $ up2date --show-channels
    el4_i386_latest
    $
    How do I get up2date to see the Oracle channels?

    While the up2date initial window did not show any channels, clicking Next did start the update process. The first update installed kernel updates and rebooted the system. Running up2date again installed the remaining available updates. Rebooting a second time now shows Oracle Linux instead of Red Hat.
    After completing all available updates, the up2date program fails to start. Running from the Applications menu System Tools>Unbreakable Lunix Network Alert Icon I get the following errors.
    Exception type OpenSSL.SSL.Error
    Exception Handler Information
    Traceback (most recent call last):
    File "/usr/share/rhn/rhn_applet/rhn_applet.py", line 521, in refresh
    self.model.refresh(force)
    File "/usr/share/rhn/rhn_applet/rhn_applet_model.py", line 457, in refresh
    source.refresh(force)
    File "/usr/share/rhn/rhn_applet/rhn_applet_source.py", line 35, in refresh
    self._do_refresh()
    File "/usr/share/rhn/rhn_applet/rhn_applet_rpc.py", line 212, in dorefresh
    status = server.applet.poll_status()
    File "/usr/lib/python2.3/xmlrpclib.py", line 1029, in __call__
    return self.__send(self.__name, args)
    File "/usr/lib/python2.3/site-packages/rhn/rpclib.py", line 319, in _request
    request, verbose=self._verbose)
    File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 168, in request
    headers, fd = req.send_http(host, handler)
    File "/usr/lib/python2.3/site-packages/rhn/transports.py", line 696, in send_http
    headers=self.headers)
    File "/usr/lib/python2.3/httplib.py", line 718, in request
    self._send_request(method, url, body, headers)
    File "/usr/lib/python2.3/httplib.py", line 739, in sendrequest
    self.endheaders()
    File "/usr/lib/python2.3/httplib.py", line 712, in endheaders
    self._send_output()
    File "/usr/lib/python2.3/httplib.py", line 597, in sendoutput
    self.send(msg)
    File "/usr/lib/python2.3/httplib.py", line 576, in send
    self.sock.sendall(str)
    File "/usr/lib/python2.3/site-packages/rhn/SSL.py", line 201, in write
    sent = self._connection.send(data)
    Error: [('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')]
    Does anyone know what the problem could be?

  • How can I switch from auto_login wallet to password-protected encryption wallet in 12c  ?

    How can I switch from auto_login wallet to password-protected encryption wallet in 12c
    --Now the autologin wallet is in effect
    SQL> select * from v$encryption_wallet
      2  ;
    WRL_TYPE
    WRL_PARAMETER
    STATUS       WALLET_TYPE    WALLET_OR FULLY_BAC
        CON_ID
    FILE
    /acfs3/wallet
    OPEN       AUTOLOGIN    SINGLE    NO
      0
    --I need to export the keys and it informs me to use password-based keystore
    SQL> ADMINISTER KEY MANAGEMENT export KEYS with secret tde_1234 to '/home/oracle/dumpdir/orapdba.wallet' IDENTIFIED BY "tde_1234";
    ADMINISTER KEY MANAGEMENT export KEYS with secret tde_1234 to '/home/oracle/dumpdir/orapdba.wallet' IDENTIFIED BY "tde_1234"
    ERROR at line 1:
    ORA-28417: password-based keystore is not open
    --So I try to close the autologin keystore and open the password-based keystore, but the autologin keystore cannot be closed
    SQL>  administer key management set keystore close;
    administer key management set keystore close
    ERROR at line 1:
    ORA-28365: wallet is not open
    SQL> administer key management set keystore open identified by "tde_1234";
    administer key management set keystore open identified by "tde_1234"
    ERROR at line 1:
    ORA-28354: Encryption wallet, auto login wallet, or HSM is already open
    So My question is
    How to switch from auto_login keystore to password-protected keystore ?

    Remove the cwallet.sso file and check the wallet status in v$encryption_wallet.
    If it is not opened, try to open it with administer key statement.
    Check the status again.

  • Out of memory error in migrating from mysql to oracle

    Hi,
    I'm trying migrate from mysql to oracle9i. The hardware and software requirements are matching or even much higher than mentioned in the documentation. I have installed OMWB is properly(hope so). When I try to migrate the desired database from mysql to oracle, the repository, the Oracle model are created successfully. But while migrating data, say for around 35000 rows insertion everything works pretty fine. But after sometime, the migration stops and no error or anything appears in the screen.And in the Errorlog I get "OutOfMemoryError".
    I tried to migrate single table also. But I still get this problem after sometime. The tables may contain from 10 - 130000 rows...
    I even tried to change the %JRE..% memory value to 64M or 128M in the omwb.bat file and the O/s is Microsoft Windows XP, RAM 256MB.
    Any help is much appreciated.
    Thanks in advance.

    Hi Viji,
    did the message in the error.log provide any extra information? For example, was the OutOfMemory error prefixed with a string
    like "cannot create new native thread" ? My suggestion to workaround the problem would have been to increase the JVM heap size to 128
    but this appears to have been unsuccessful for you. Can you send a mail to the Migration Workbench support services
    ([email protected]) explaining the problem, and attach the full error.log file please ? (please also copy me on the mail).
    In the meantime, you can workaround this by migrating the schema only (there is a switch on step 3 of the migration wizard asking:
    "Do you want to migrate the table data to Oracle?" - just select the "No" option). When the schema has migrated, you can then use the
    offline data loading facility to migrate the data. This uses data extraction scripts and SDQL*Loader to migrate the data to the target
    Oracle database.You can learn more about the offline data loading facility from the plugins referenceguide (from the Help menu in
    the Migration Workbench).
    I hope this helps,
    Tom.

  • Forms behavior differences switching from JInit to Sun's Plug-in?

    What differences are there in Forms behavior after switching from JInit v 1.3.1.26 to Sun's 1.4.2_06 plugin?
    We are running Oracle Forms v 10.1.2.2.0, Internet Application Server v 10.1.2, and IE 7.
    Thanks
    KenV

    The biggest differences I have seen has to do with fonts and space between lines.
    If you have a tightly built form where prompts and items are close together, they might be aligned slightly differently.
    Prompts for column headings that may be on two lines might have more space or less space between the two lines.
    In LOVs, the lines are farther apart or closer together.
    Same goes for fields where word wrap is allowed (where text in the item displays on more than one line).

  • Switch from one application  to another without entered a login detail

    Hi,
    I have two application in same workspace and they have same authentication or login detail. if i switch from one application to another then it do not ask for login .
    for examle if i switch to sample application there login detail is diffrent it ask for username as demo and passoword as workspace then it should for login detail.
    can i create a menu of those application those have same login credential?
    how can i do this?
    Thanks and Regards
    Vedant

    Dear Friend,
    Thanks to reply me.
    i am using Customise authentication scheme .
    What should i pass in Cookie Attributes
    1.Cookie Name --------?
    2.Cookie Path --------?
    3.Cookie Domain-------?
    suppose one application path is
    http://apex.oracle.com/pls/apex/f?p=157:68
    suppose Second application path is
    http://apex.oracle.com/pls/apex/f?p=115:1
    and both application are in same Workspace
    i want to switch One application to Second Application .
    How to pass this application information in Cookie ?
    How can i do this ?
    Thanks
    Edited by: Vedant on Sep 25, 2011 11:48 PM

  • Documentation on client switches from Informatica to ODI?

    Hi,
    Any documentation out there that describes the process of how to upgrade from an existing Informatica ETL to ODI ETL in BI Apps? (A client already has BI apps implemented and wants to switch from informatica to ODI.)
    Thanks

    Right now, there is only one BI Apps version which utilizes ODI: 7.9.5.2.
    This version is constrained to Oracle EBS sources and contains none of the Siebel mappings for example. There isn't anything official yet (path, process, documentation, tools, etc...) for moving from Informatica to ODI.
    Cheers,
    C.

  • Switching from RHEL6 to OL6

    Hi,
    is there a way to switch from a RHEL6 install over to OL6 and ULN.
    I found instructions for older versions on https://linux.oracle.com/switch.html
    but they don't cover the newest version.
    Thank you!
    Robert

    We're just in the final stages of verifying the content update for OL6. If you want, please email uln-info_us and I can hook you up with the early info.

  • I am switching from a pc to mac and want to know how I go about transferring files from one to the other.  There is a chance that I will have to hand my pc back before I receive my MacBook so I will need to transfer on to some sort of external hard drive.

    I am switching from an acer laptop to a MacBook Pro.  I may have to hand in my laptop before I receive my new MacBook. What is the best way to back up my files so that I can transfer them to my MacBook.  I cloud cannot be installed on my laptop because it uses a version of windows that is older and doesn't support it.  Hope someone can help.

    Connect a blank powered external drive to the PC.
    Right click on the Disk in the File manager and choose format: exFAT 
    (if it's a XP machine, first install exFAT from Microsoft and reboot)
    navigate to your user account folders on the PC and drag and drop copy (or copy and paste) to the external drive.
    (if a program has your files, then export them out first)
    Hook up the drive to the Mac, and transfer files to the desktop or to their same appropritate folders.
    Import photo's into iPhoto program, import music into iTunes etc and they will manage those files.
    You can continue to use the external exFAT drive between Mac's and PC's
    Do not format the drive NTFS or FAT, NTFS can't be written too by the Mac and FAT can't hold over 4GB sized files.
    If you format exFAT on the Mac, it likely won't work correctly on the  PC.
    "Migration" type programs are a utter waste of time and effort between PC's and Mac's for the fact that only certain files (and no programs or anything else) will work between them, also it's a hassle and takes too long. So don't even bother with it.

  • I switched from an iPhone to a Droid and can't receive texts from iPhones now, help?

    I switched from my iPhone 4s to a Droid and I do not have that phone anymore. I can not recieve texts from anyone with an iPhone and can not get in contact with my girlfriend or siblings now. I think their phones are trying to send their texts as iMessages to my phone that does not recieve iMessages. How can I just delete my Apple account and recieve texts again?

    Sounds like you didn't turn of iMessage on your iPhone before making the switch.  If you registered your iPhone with Apple using a support profile, try going to https://supportprofile.apple.com/MySupportProfile.do and unregistering it.  Also, try changing the password associated with the Apple ID that you were using for iMessage.

  • My wife recently switched from an iPhone to a Samsung and she can send text messages but she can't receive texts or emails. Any suggestions?

    My wife recently switched from an iPhone to a Samsung and she can send texts but she can't receive them nor receive emails. Her iPhone has had her info removed and the settings have all been set to default. What else does she need to do to correct this?

    In particular the last link is for you
    iMesssage to old phone
    If you move to another phone and forget to turn off iMessage then read “if you no longer have the device in http://support.apple.com/kb/HT5661  If you still cannot resolve it call Apple http://support.apple.com/kb/HE57
    To deactivate iMessage http://support.apple.com/kb/ts5185
    Read http://m.samsung.com/us/support/SupportOwnersFAQPopup.do?faq_id=FAQ00053450&fm_s eq=62995

  • I switched from an iPhone to a Galaxy s4.  Everything seems ok except text messaging with people who have an iPhone.  I can send them a text, they can see it, but I cannot see what they text back.  What can I do please?

    I just switched from an iPhone to a Galaxy 4S and I like it except for text messaging.  I can text, they can see it, but I cannot see their response if they are using an iPhone.  Can you help me with this?  What do I do please?

        Congratulations on your new phone kathdogg! Now let's get your messaging working correctly. If you still have your old device, turn it on, go to settings, and turn off iMessaging.
    If you are no longer in possession of your old device, you will need to remove your phone number from your Apple Support Profile. This can be done here: http://bit.ly/1cst2SC 
    Please keep us posted, and let us know if this resolves your issue!
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Data network errors when manually switching from 3g to 2g

    Hi everyone,
    Apologies if this has been posted before but im running out of ideas! - Got my iphone 4 a couple of weeks ago and have noticed a rather irritating problem with it. For some reason, if i manually switch from 3g to 2g the data connection drops.. I get 'cannot activate cellular data network' errors and i have to toggle airplane mode on/off to reset the connection. Is this a network issue? - I live in London and am with Vodafone... Their tech support are useless as all they suggest is resetting the phone or getting it replaced. Its my third handset in 2 weeks and im getting close to calling it a day and sending the phone back to Apple. Anyone out there in a similar situation? - Advice??

    Bump
    So no-one has suffered this issue? - Not even fellow vodafone uk users?

  • IPhone 4s Voice mail notification not working after switching from Verizon to PagePlus.

    iPhone 4s Voice mail notification not working after switching from Verizon to PagePlus.  How can I get the notifications working?

    Contact your carrier - voicemail, and visual voicemail, is a carrier feature.

Maybe you are looking for