Migration from windows to Linux -- Invalid objects.

Hi DBA's
After Migration there are no of invalid objects are there, specially APPLSYS, what action should I take.
SQL> select owner, object_name, object_type from all_objects where status<>'VALID' order by owner;
OWNER OBJECT_NAME OBJECT_TYPE
APPLSYS AQ$WF_CONTROL VIEW
APPLSYS AQ$WF_JAVA_DEFERRED VIEW
APPLSYS AQ$WF_JAVA_ERROR VIEW
APPLSYS AQ$WF_JMS_IN VIEW
APPLSYS AQ$WF_JMS_JMS_OUT VIEW
APPLSYS AQ$WF_JMS_OUT VIEW
APPLSYS AQ$WF_NOTIFICATION_IN VIEW
APPLSYS AQ$WF_NOTIFICATION_OUT VIEW
APPLSYS AQ$WF_WS_JMS_IN VIEW
APPLSYS AQ$WF_WS_JMS_OUT VIEW
APPLSYS AQ$WF_WS_SAMPLE VIEW
OWNER OBJECT_NAME OBJECT_TYPE
APPS AMV_IMT_PUB PACKAGE
APPS AMV_IMT_PUB PACKAGE BODY
APPS CSS_DEF_IMT_PUB PACKAGE
APPS CSS_DEF_IMT_PUB PACKAGE BODY
APPS CS_KB_CONC_PROG_PKG PACKAGE BODY
APPS CS_SR_ADDR_SYNC_INDEX_PKG PACKAGE BODY
APPS CS_SR_SYNC_INDEX_PKG PACKAGE BODY
APPS EDR_INDEXED_XML_UTIL PACKAGE BODY
APPS EDW_GEOGRAPHY_M_C PACKAGE BODY
APPS EDW_HR_AGE_BAND_M_C PACKAGE BODY
APPS EDW_HR_ASG_CHNG_M_C PACKAGE BODY
OWNER OBJECT_NAME OBJECT_TYPE
APPS EDW_HR_ASSGNMNT_M_C PACKAGE BODY
APPS EDW_HR_GRADE_M_C PACKAGE BODY
APPS EDW_HR_JOBS_M_C PACKAGE BODY
APPS EDW_HR_MVMNT_TYP_M_C PACKAGE BODY
APPS EDW_HR_POSITION_M_C PACKAGE BODY
APPS EDW_HR_PRSN_TYP_M_C PACKAGE BODY
APPS EDW_HR_REASON_M_C PACKAGE BODY
APPS EDW_HR_REC_ACT_M_C PACKAGE BODY
APPS EDW_HR_RQN_VCNCY_M_C PACKAGE BODY
APPS EDW_HR_SERVICE_M_C PACKAGE BODY
APPS EDW_MRP_DM_CLS_M_C PACKAGE BODY
OWNER OBJECT_NAME OBJECT_TYPE
APPS EDW_MRP_FORECAST_M_C PACKAGE BODY
APPS EDW_MRP_PLAN_M_C PACKAGE BODY
APPS EDW_MTL_INVENTORY_LOC_M_C PACKAGE BODY
APPS EDW_OPI_ACTV_M_C PACKAGE BODY
APPS EDW_OPI_LOT_M_C PACKAGE BODY
APPS EDW_OPI_OPRN_M_C PACKAGE BODY
APPS EDW_OPI_PRDL_M_C PACKAGE BODY
APPS EDW_ORGANIZATION_M_C PACKAGE BODY
APPS EDW_POA_LN_TYPE_M_C PACKAGE BODY
APPS EDW_POA_SPLRITEM_M_C PACKAGE BODY
APPS EE PROCEDURE
OWNER OBJECT_NAME OBJECT_TYPE
APPS EGO_ITEM_TEXT_PVT PACKAGE BODY
APPS EGO_ITEM_TEXT_UTIL PACKAGE
APPS EGO_ITEM_TEXT_UTIL PACKAGE BODY
APPS EGO_MTL_SYSTEM_ITEMS_B_TR1 TRIGGER
APPS EGO_MTL_SYSTEM_ITEMS_TL_TR1 TRIGGER
APPS EMAIL PROCEDURE
APPS EMAIL PACKAGE BODY
APPS ENI_DENORM_HRCHY PACKAGE BODY
APPS FII_AP_HOLD_DATA_F_C PACKAGE BODY
APPS FII_AP_INV_LINES_F_C PACKAGE BODY
APPS FII_AP_INV_ON_HOLD_F_C PACKAGE BODY
OWNER OBJECT_NAME OBJECT_TYPE
APPS FII_AP_INV_PAYMTS_F_C PACKAGE BODY
APPS FII_AP_SCH_PAYMTS_F_C PACKAGE BODY
APPS FII_AR_E_REVENUE_F_C PACKAGE BODY
APPS FII_AR_TRX_DIST_F_C PACKAGE BODY
APPS FII_PA_BUDGET_F_C PACKAGE BODY
APPS FII_PA_COST_F_C PACKAGE BODY
APPS FII_PA_REVENUE_F_C PACKAGE BODY
APPS FII_PA_UOM_CONV_F_C PACKAGE BODY
APPS FND_IMUTL PACKAGE BODY
APPS FND_TS_MIG_UTIL PACKAGE BODY
APPS HR_EDW_WRK_CMPSTN_F_C PACKAGE BODY
OWNER OBJECT_NAME OBJECT_TYPE
APPS HZ_DQM_SYNC PACKAGE BODY
APPS HZ_PARTY_STAGE PACKAGE BODY
APPS HZ_PURGE PACKAGE BODY
APPS IBC_IMT_PUB PACKAGE
APPS IBC_IMT_PUB PACKAGE BODY
APPS IBE_SEARCHUPDATE_PVT PACKAGE BODY
APPS IBE_SEARCH_SETUP_PVT PACKAGE BODY
APPS ICX_POR_INTERMEDIA_INDEX PACKAGE BODY
APPS IRC_DOCUMENT_API PACKAGE BODY
APPS IRC_POSTING_CONTENT_API PACKAGE BODY
APPS ISC_EDW_BOOK_SUM1_F_C PACKAGE BODY
OWNER OBJECT_NAME OBJECT_TYPE
APPS JTA_NOTES_IMT_PUB PACKAGE
APPS JTA_NOTES_IMT_PUB PACKAGE BODY
APPS JTF_AMVIMT_PUB PACKAGE
APPS JTF_AMVIMT_PUB PACKAGE BODY
APPS JTF_TASK_IDX_UTL PACKAGE BODY
APPS OKC_ARTICLE_KEYWORD_PVT PACKAGE BODY
APPS OKC_TEMPLATE_KEYWORD_PVT PACKAGE BODY
APPS OPI_EDW_COGS_F_C PACKAGE BODY
APPS OPI_EDW_OPMCOGS_F_C PACKAGE BODY
APPS OPI_EDW_OPMINV_DAILY_STAT_F_C PACKAGE BODY
APPS OPI_EDW_OPM_JOB_DETAIL_F_C PACKAGE BODY
OWNER OBJECT_NAME OBJECT_TYPE
APPS OPI_EDW_OPM_JOB_RSRC_F_C PACKAGE BODY
APPS OPI_EDW_UOM_CONV_F_C PACKAGE BODY
APPS RA_CUSTOMER_TEXT_PKG PACKAGE BODY
APPS WF_DIAGNOSTICS PACKAGE BODY
ODM AQ$DMS_QUEUE_TABLE VIEW
OWAPUB DEBUG_CARTX PACKAGE BODY
OWAPUB OWA_OPT_LOCK PACKAGE BODY
OWAPUB OWA_UTIL PACKAGE BODY
XXQUDRA XXQUDRA_GETPHONE FUNCTION
97 rows selected.
Best Regards,
Suresh Gelda

Hi Sawwan,
I created the dblink.
SQL> select * from user_db_links;
no rows selected
SQL> create database link APPS_TO_APPS connect to
apps identified by apps
using
'(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=aqherp)
(Port=1526))(CONNECT_DATA=(SID=PROD)))'
/ 2 3 4 5 6
Database link created.
SQL> alter view APPLSYS.AQ$WF_CONTROL compile;
Warning: View altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY APPS.EDW_GEOGRAPHY_M_C:
LINE/COL ERROR
109/4 PL/SQL: SQL Statement ignored
147/9 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_LOCATION_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
211/4 PL/SQL: SQL Statement ignored
259/7 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_POSTCODE_CITY_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
LINE/COL ERROR
304/4 PL/SQL: SQL Statement ignored
349/9 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_CITY_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
394/4 PL/SQL: SQL Statement ignored
439/8 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_POSTCODE_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
LINE/COL ERROR
ORA-12154: TNS:could not resolve service name
492/4 PL/SQL: SQL Statement ignored
537/8 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_STATE_REGION_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
583/4 PL/SQL: SQL Statement ignored
628/8 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_STATE_LCV@APPS_TO_APPS.QUDRAH.COM
LINE/COL ERROR
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
681/4 PL/SQL: SQL Statement ignored
726/8 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_REGION_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
771/4 PL/SQL: SQL Statement ignored
816/8 PL/SQL: ORA-04052: error occurred when looking up remote object
LINE/COL ERROR
APPS.EDW_GEOG_COUNTRY_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
871/3 PL/SQL: SQL Statement ignored
902/8 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_AREA2_LCV@APPS_TO_APPS.QUDRAH.COM
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name
953/4 PL/SQL: SQL Statement ignored
LINE/COL ERROR
983/9 PL/SQL: ORA-04052: error occurred when looking up remote object
APPS.EDW_GEOG_AREA1_LCV@APPS_TO_APPS.QUDRAH.COM
Thanks
ORA-00604: error occurred at recursive SQL level 3
ORA-12154: TNS:could not resolve service name

Similar Messages

  • Migration from windows to Linux - JAR files not generating under JAVA_TOP

    Hi DBA's
    Jar files not generating under JAVA_TOP after migration from windows to linux.
    I followed workaround but same in result.
    Workaround
    Run this command. It will give the missing file
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive $JAVA_TOP -sync -reportfile javatopfiles.lst
    Then run this command
    adjava -mx512m -nojit oracle.apps.ad.jri.adjcopy -masterArchive JAVA_TOP -sync -mode APPLY
    I have checked in google.
    Best Regards,
    Suresh Gelda

    Suresh,
    I can find the following error in the log file:
    JarSigner error output:
    Exception in thread "main" java.lang.NoClassDefFoundError: sun/security/tools/JarSigner
    Caused by: java.lang.ClassNotFoundException: sun.security.tools.JarSigner
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: sun.security.tools.JarSigner.  Program will exit.Please review the following notes for suggested solutions:
    Note: 393306.1 - Generate Jar File causes NoClassDefFoundError sun/security/tools/JarSigner
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=393306.1
    Note: 269054.1 - Running adadmin to Force Regenerate of the Java Files Fails
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269054.1

  • Printing after Migration from Windows to Linux

    We have just migrated 11.5.2 from Windows to Linux. I am not sure how to setup printers. In windows we simply had a UNC pointing to our Windows Printer Server and the Printers Queue. This was in the Printer Column and the Type was HPLJ4SI in the Type column under Install > Printer > Register....like this:
    \\MYCOPRT03\PTS2245
    Not sure what to put in linux. Currently we are getting this error:
    Executing request completion options...
    ------------- 1) PRINT   -------------
    Printing output file.
    Request ID : 7457024
    Number of copies : 1
    Printer : \\MYCOPRT03\PTS2245
    /bin/sh: print: command not found
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 127
    Cause: AFPPRN received a return code of failure from the OSD routine FDUPRN. Program exited with status 127.
    Action: Review your concurrent request log file for more detailed information.

    Chris,
    It appears that these links are not savable.You need to refer to the docs in those threads for the steps you have to follow to setup a printer on Linux/Unix.
    How to Setup Printer for Oracle Applications 10.7 - 11.5.x Quick Reference [ID 123140.1]
    How to Test an Initialization String Outside of Oracle Applications [ID 106186.1]
    How to setup Printer Arguments Within Oracle Applications [ID 73804.1]
    Oracle Applications Character Printing [ID 112172.1]
    lp: The printer or class was not found.
    APP-FND-00500: AFPPRN received a return code of failure from routine FDUPRN. Program exited with status 1As applmgr, source the application env file and issue "which lp" and make sure it is accessible by the OS user. If the command is available, then it is something with your printer definition -- Issue "system-config-printer" from the command prompt to launch the Printer Configuration Tool and configure your printer at the OS level.
    Thanks,
    Hussein

  • Migration from windows to Linux -- Autoconfig Error

    Hi DBA's
    I am doing Migration from Windows 2000 to Linux 4.0ES Migration.
    Application - 11.5.10.2, Database - 9.2.0.6.
    Documents Followed
    230627.1 - Export/Import Process for Oracle Applications Release 11i Database Instances Using Oracle9i Enterprise Edition
    238276.1 - Migrating to Linux with Oracle Applications Release 11i
    Till now i have finished as follows.
    1) Doc -238276.1
    Section 1 completed on the source instance.
    2) Doc -230627.1
    Section 1, Section 2, Section 3 completed.
    3) Now i started 238276.1
    Section 2.
    Step 1- updated the manifest --- Completed
    Step 2- copy appl_top and Common_top -- Completed
    Step 3- Clone the AutoConfig XML context file on the Target System -- Completed.
    Step 4- Install iAS Oracle Home -- Completed.
    Step 5- Apply the Oracle interoperability patches for Red Hat Enterprise Linux -- Ignored
    Note- Because My Application is 11.5.10.2.
    Step 6- Run AutoConfig setup phase on the Target System -- Error out.
    I run the command as follows.
    # cd <AD_TOP>/bin
    # ./adconfig.sh run=INSTE8_SETUP contextfile=<Target System ctxfile>
    [applmgr@aqherp bin]$ ./adconfig.sh run=INSTE8_SETUP contextfile=/s03/oracle/prodappl/admin/PROD_aqherp.xml
    Enter the APPS user password: Script execution phase specified: INSTE8_SETUP
    The log file for this session is located at: /s03/oracle/prodappl/admin/PROD_aqherp/log/01122007/adconfig.log
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /s03/oracle/prodappl
    ERROR: Unable to set CLASSPATH
    Neither of the following are present
    /usr/jre/lib/rt.jar
    /usr/lib/rt.jarERROR: Unable to set CLASSPATH
    Neither of the following are present
    /usr/jre/lib/rt.jar
    /usr/lib/rt.jar Classpath :
    Version Conflicts among development maintained and customized templates encountered; aborting AutoConfig run.
    The logfile for this session is located at: /s03/oracle/prodappl/admin/PROD_aqherp/log/01122007/adconfig.log
    [applmgr@aqherp bin]$
    ==========================LOG FILE SHOWS=================================================
    Starting AutoConfig at Mon Jan 12 20:07:21 2009
    Using adconfig.pl version 115.81
    Script execution phase specified: INSTE8_SETUP
    Classpath :
    Version Conflicts among development maintained and customized templates encountered; aborting AutoConfig run.
    Please help me to resolve this issue.
    Best Regards,
    Suresh Gelda

    Hi DBA's
    I am able to run the autoconfig now, but i am getting errors in that
    Please check log file which i am pasting here
    Checking version of /s03/oracle/prodcomn/java/jdbc14.zip
    File exists
    RC-50208: Exception in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/s03/oracle/prodappl/ad/11.5.0/bin/adident": java.io.IOException: error=2, No such file or directory
    File Version: -1
    File version could not be obtained
    Skipping updating s_fnd_jdbc_stmt_cache_size.
    Updated s_fnd_jdbc_stmt_cache_size to 0
    Configuring MOVEJSPPAGEREPOS settings ...
    Execute SYSTEM command : mv /s03/oracle/prodcomn/html/_pages /s03/oracle/prodcomn
    /s03/oracle/prodcomn/html/_pages is moved to /s03/oracle/prodcomn/_pages successfully
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    *******FATAL ERROR*******
    PROGRAM : (/s03/oracle/prodappl/fnd/11.5.0/patch/115/bin/txkSetConfig.pl)
    TIME : Tue Jan 13 12:23:09 2009
    FUNCTION: [ Level 1 ]
    ERRORMSG: ERROR: Reading /tmp//orainst/unix.rgs: No such file or directory
    STACK TRACE
    at /s03/oracle/prodappl/au/11.5.0/perl/TXK/Error.pm line 219
         TXK::Error::printMsg('TXK::Error', 'ERROR: Reading /tmp//orainst/unix.rgs: No such file or direct...') called at /s03/oracle/prodappl/fnd/11.5.0/patch/115/bin/txkSetConfig.pl line 92
    .end err out.
    Result : FAILED
    ===========================================================================
    Generate Tns Names
    Logfile: /s03/oracle/prodappl/admin/PROD_aqherp/log/01131223/NetServiceHandler.log
         Classpath : /usr/java/jdk1.6.0_11/jre/lib/rt.jar:/usr/java/jdk1.6.0_11/lib/dt.jar:/usr/java/jdk1.6.0_11/lib/tools.jar:/s03/oracle/prodcomn/java/appsborg2.zip:/s03/oracle/prodcomn/java
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    java.lang.Exception: Error while generating listener.ora.
         at oracle.apps.ad.tools.configuration.NetServiceHandler.generate806Listener(NetServiceHandler.java:2503)
         at oracle.apps.ad.tools.configuration.NetServiceHandler.processNode(NetServiceHandler.java:2272)
         at oracle.apps.ad.tools.configuration.NetServiceHandler.main(NetServiceHandler.java:2978)
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora.
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating Tools tnsnames.ora
    Tools tnsnames.ora instantiated
    Web tnsnames.ora instantiated
    adgentns.pl exiting with status 512
    ERRORCODE = 512 ERRORCODE_END
    .end std out.
    .end err out.
    ================================================================================
    Uploading file system Context file and its templates to the database
    Context file :
    /s03/oracle/prodappl/admin/PROD_aqherp.xml
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : aqherp
    sDbDomain : qudrah.com
    sDbPort : 1521
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@aqherp.qudrah.com:1521:PROD
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Result : Failed to upload the Context file to the DataBase
         Uploading Context file and its templates to the database...FAILED
    StackTrace:
    java.lang.Exception: oracle.apps.ad.autoconfig.oam.InDbCtxFileException: SQLException : ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "APPS.FND_GSM_UTIL" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
         at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBCtx(FileSysDBCtxMerge.java:685)
         at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.updateDBFiles(FileSysDBCtxMerge.java:222)
         at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1663)
         at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    =========================================================================================
    After Setting Environment
    ORACLE_HOME          : /tmp/
    LD_LIBRARY_PATH          : /tmp//lib:/usr/X11R6/lib:/usr/openwin/lib:/usr/java/jdk1.6.0_11/jre/lib/i386/server:/usr/java/jdk1.6.0_11/jre/lib/i386:/usr/java/jdk1.6.0_11/jre/../lib/i386:/tmp//lib:/usr/X11R6/lib:/usr/openwin/lib
    PATH               : /tmp//bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/s03/oracle/proddb/9.2.0/bin
    ORA_NLS               : /tmp//ocommon/nls/admin/data
    TNS_ADMIN          : /tmp//network/admin/PROD_aqherp
    NLS_LANG               : American_America.AR8MSWIN1256
    NLS_DATE_FORMAT          : DD-MON-RR
    NLS_NUMERIC_CHARACTERS     : .,
    NLS_SORT               : BINARY
    CONTEXT_NAME          : PROD_aqherp
    AD_TOP               : /s03/oracle/prodappl/ad/11.5.0
    FND_TOP               : /s03/oracle/prodappl/fnd/11.5.0
    TXK_TOP               : /s03/oracle/prodcomn/rgf/PROD_aqherp
    APPLTMP : /s03/oracle/prodcomn/temp
    TWO_TASK               : PROD
    ORACLE_LOCALPREFERENCE     : /tmp//tools/admin
    TNS CONNECT STRING     : PROD
    SQLPLUS               : /s03/oracle/proddb/9.2.0/bin/sqlplus
    Setting of Environment completed.
    SQL Command: SELECT language_code||',' FROM fnd_languages WHERE installed_flag IN ('B','I') AND language_code NOT IN ('US', 'SQ','IS','LT','VN')
    ERROR DESCRIPTION:
    (*******FATAL ERROR*******
    PROGRAM : (/s03/oracle/prodcomn/admin/install/PROD_aqherp/txkFrmUTF8.pl)
    TIME : Tue Jan 13 12:24:40 2009
    FUNCTION: TXK::SQLPLUS::validateConnectInfo [ Level 3 ]
    MESSAGES:
    SQLPLUS executable not found in ORACLE_HOME/bin
    STACK TRACE
    at /s03/oracle/prodappl/au/11.5.0/perl/TXK/Error.pm line 167
         TXK::Error::abort('TXK::Error', 'HASH(0x810dd30)') called at /s03/oracle/prodappl/au/11.5.0/perl/TXK/Common.pm line 299
         TXK::Common::doError('TXK::SQLPLUS=HASH(0x853767c)', 'SQLPLUS executable not found in ORACLE_HOME/bin', 'undef') called at /s03/oracle/prodappl/au/11.5.0/perl/TXK/Common.pm line 314
         TXK::Common::setError('TXK::SQLPLUS=HASH(0x853767c)', 'SQLPLUS executable not found in ORACLE_HOME/bin') called at /s03/oracle/prodappl/au/11.5.0/perl/TXK/SQLPLUS.pm line 346
         TXK::SQLPLUS::validateConnectInfo('TXK::SQLPLUS=HASH(0x853767c)') called at /s03/oracle/prodappl/au/11.5.0/perl/TXK/SQLPLUS.pm line 267
         TXK::SQLPLUS::setConnectInfo('TXK::SQLPLUS=HASH(0x853767c)', 'HASH(0x8537880)') called at /s03/oracle/prodappl/au/11.5.0/perl/TXK/TechstackDB.pm line 588
         TXK::TechstackDB::_getSQLValue('TXK::TechstackDB=HASH(0x853755c)', 'SELECT language_code||\',\' FROM fnd_languages WHERE installe...') called at /s03/oracle/prodappl/au/11.5.0/perl/TXK/TechstackDB.pm line 563
         TXK::TechstackDB::getSQLValue('TXK::TechstackDB=HASH(0x853755c)', 'SELECT language_code||\',\' FROM fnd_languages WHERE installe...') called at /s03/oracle/prodcomn/admin/install/PROD_aqherp/txkFrmUTF8.pl line 147
         eval {...} called at /s03/oracle/prodcomn/admin/install/PROD_aqherp/txkFrmUTF8.pl line 112
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    ======================================================================================================
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /s03/oracle/prodcomn/admin/install/PROD_aqherp
    adgendbc.sh INSTE8_SETUP 1
    adgenjky.sh INSTE8_SETUP 1
    afcpnode.sh INSTE8_SETUP 1
    afgcsreg.sh INSTE8_SETUP 1
    txkMultinode.sh INSTE8_SETUP 1
    wdbsvr.sh INSTE8_SETUP 1
    Directory: /usr/bin/perl -I /usr/lib/perl5/5.8.5/i386-linux-thread-multi -I /usr/lib/perl5/5.8.5 -I /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi -I /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi -I /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi -I /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi -I /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi -I /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi -I /usr/lib/perl5/site_perl/5.8.5 -I /usr/lib/perl5/site_perl/5.8.4 -I /usr/lib/perl5/site_perl/5.8.3 -I /usr/lib/perl5/site_perl/5.8.2 -I /usr/lib/perl5/site_perl/5.8.1 -I /usr/lib/perl5/site_perl/5.8.0 -I /usr/lib/perl5/site_perl -I /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi -I /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi -I /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi -I /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi -I /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi -I /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi -I /usr/lib/perl5/vendor_perl/5.8.5 -I /usr/lib/perl5/vendor_perl/5.8.4 -I /usr/lib/perl5/vendor_perl/5.8.3 -I /usr/lib/perl5/vendor_perl/5.8.2 -I /usr/lib/perl5/vendor_perl/5.8.1 -I /usr/lib/perl5/vendor_perl/5.8.0 -I /usr/lib/perl5/vendor_perl -I . -I /s03/oracle/prodappl/au/11.5.0/perl /s03/oracle/prodcomn/admin/install/PROD_aqherp
    txkFrmUTF8.pl INSTE8_SETUP 1
    AutoConfig is exiting with status 7
    Best Regards,

  • Performance analysis after migrating from windows to linux.

    Hi Friends,
    We are on RHEL 5 , EBS 11.5.10.2 , and recently migrated from windows 2003 server to RHEL5. i have couple of questions rendering in my mind .
    1.How can i estimate EBS performance difference from Windows to RHEL5?
    2. any querys or scripts to analyse the responce time for Forms and DB?
    Please help me out if you have any scripts or links to the above scenario.
    Thanks in Advance.
    Raghu

    Hi Raghu;
    We are on RHEL 5 , EBS 11.5.10.2 , and recently migrated from windows 2003 server to RHEL5. i have couple of questions rendering in my mind .
    1.How can i estimate EBS performance difference from Windows to RHEL5?Please check :
    A Primer on Migrating Oracle Applications to a New Platform
    http://blogs.oracle.com/stevenChan/
    2. any querys or scripts to analyse the responce time for Forms and DB?Please check:
    General EBS Discussion
    Hope it helps
    Regard
    Helios

  • R12 Migration from Windows to Linux

    Hi all,
    I am involved in migrating R12.1 with 11gR1 from windows 2003 to Linux 5U8. I referred the following documents,
    Using Transportable Database to migrate EBusiness Suite R12 Using Oracle Database 10gR2 or 11g (Doc ID 734763.1)
    Application Tier Platform Migration with Oracle EBusiness Suite Release 12 (Doc ID 438086.1)
    Kindly give your inputs on the following sections for better understanding.
    1. How much space is required to use Transportable Database - CONVERT DATABASE command, for example if my database size is 80GB
    Is there any method to estimate space required for the conversion?
    2. a. Regarding new digital signature in Application Tier Platform Migration...
    If we want a new digital signature in the target machine, what are the steps need to be followed?
    2. b. What is pairsfile, Otherthan migration, where it is used?
    Regards,
    Krish

    Hi Hussein,
    in the middle tier migration, we have 2 steps mentioned in the note given above. I did not do this type of middle tier migration before,
    please can you describe the below steps.
    Generate and upload the manifest of customer-specific files what information it will extract from the system ?????
    Download and apply the customer-specific update with AutoPatch what oracle people are going to do the the information provided above and what does that patch do????
    copy the APPL_TOP and some directory of COMMON_TOP to target systemsince source system is on WINDOWS NTFS file system, and we are going to copy these files to Linux File system (ext3 or ext2 what ever it may be).
    does it make any issues, since file systems are different????

  • Migrating from Windows to Linux

    Hello,
    this is my first post, so I have to say that I am big fan of GNU/Linux. I love the philosophy behind open source world.
    Right now, I am still Windows 7 user. But I am making my backups and I will be ready to move on soon. Unfortunately, I have very little Linux knowledge. So I need small help, actually big one.
    What do I want?
    Clean, fast, bleeding edge system. - ArchLinux
    1)I've got laptop HP 4510s and the first issue is installing kernel 2.6.33+ because I need my wifi working (Broadcom bcm4312 rev 01). How can I do it the easiest way?
    2) I want very clean and fast system, so I choosed Openbox as my window manager. My final dream looks like this [1] [2] [3].
    What do I need for BlackWhite Theme?
    Openbox, tint2, conky. What about gtk theme? What package should I use?
    Can I use every single application even for Gnome or Kde with Openbox without having installed Gnome/Kde? How? Or can you describe me how it works, please?
    3) Now applications:
    Jabber (OpenPGP encryption) - Psi
    Outlook - I like Kmail (Native OpenPGP support). Is it possible to have Kmail without whole KDE and with Openbox? Is Kmail fast?
    Emacs, Nano - file editing (Emacs has steep learning curve so Nano is there only for emergency use.)
    File manager - I am used to native Windows Explorer. But I would like to use efficient, productive tool (Emacs/Vim philosophy).
    uTorrent - What torrent client is similar to uTorrent? I have such a great time with him.
    FTP Client - I use FileZilla. What is you favourite in Linux?
    Wifi Network settings - What can I use to have all my settings in system tray like at Windows?
    Thank you for your answers! Live long and prosper Linux
    Last edited by CleanCode (2010-04-18 18:58:23)

    CleanCode wrote:1)I've got laptop HP 4510s and the first issue is installing kernel 2.6.33+ because I need my wifi working (Broadcom bcm4312 rev 01). How can I do it the easiest way?
    The easiest way of doing this, is as others said is either update your Arch from the core release, or just use the net install CD. Check out the Beginners Guide on the Wiki.
    What do I need for BlackWhite Theme?
    Openbox, tint2, conky. What about gtk theme? What package should I use?
    I would look into LXappearance (sudo pacman -S lxappearance) and use that to modify your themes, as well as obconfig (sudo pacman -S obconfig). Those together should help your change your themes. I would also suggest creating a .themes folder in your home as well as a .icons folder first before tampering with lxappearance. If you're going to change how your mouse looks, look into creating a .Xdefaults file as well. You place all your themes/icons in the respect dot folders and lxapperance should find them.
    Can I use every single application even for Gnome or Kde with Openbox without having installed Gnome/Kde? How? Or can you describe me how it works, please?
    Yes and no. Most apps that have a K in front of them or a G in front will pull in a ton of desktop dependencies. Some only use the GTK/Qt engine, but installing something like Akegrator (sp?) which is a KDE feed reader pulls in something like this:
    Not worth it in my opinion to install all that if you plan on just using openbox. Keep it lean and clean and try to use fairly lightweight apps (exceptions for me are VLC and SMplayer). That way updates too will be really small instead of 500+ megabytes of updates a week.
    3) Now applications:
    Jabber (OpenPGP encryption) - Psi
    Outlook - I like Kmail (Native OpenPGP support). Is it possible to have Kmail without whole KDE and with Openbox? Is Kmail fast?
    Emacs, Nano - file editing (Emacs has steep learning curve so Nano is there only for emergency use.)
    File manager - I am used to native Windows Explorer. But I would like to use efficient, productive tool (Emacs/Vim philosophy).
    uTorrent - What torrent client is similar to uTorrent? I have such a great time with him.
    FTP Client - I use FileZilla. What is you favourite in Linux?
    Wifi Network settings - What can I use to have all my settings in system tray like at Windows?
    Kmail will probably pull in a ton of crap, probably best to avoid. I don't use an email client, but I've heard CLAWS is good.
    Either Emacs or VIM would be good. Both have a decent learning curve, but I've always used VIM.
    I like Thunar for file manager (if you use it, install sudo pacman -S thunar thunar-volman thunar-thumbnailers ffmpegthumbnailer thunar-archive-plugin thunar-media-tags-plugin). Otherwise PCmanFM is a second and fantastic choice.
    utorrent, try Deluge (basically a clone). Not really THAT lighweight, so I would suggest either Transmission or rtorrent.
    I don't use an FTP client, but I believe fillazilla is a good choice, otherwise dig around for a lightweight version.
    Use either wicid or some other network manager. There's a couple in the wifi section of the Beginners Guide. If you use wicid, make sure to add it as a daemon.
    Thank you for your answers! Live long and prosper Linux
    Last edited by pickboy87 (2010-04-15 11:23:42)

  • Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ?

    Hi Friends,
    Is it possible to Migrate Oracle 11g database from Windows To Linux using RMAN hot / cold  backup ? ( as i would like to perform Point In Time recovery)
    (or) The only way is to use RMAN convert as mentioned here  - Transporting Data Across Platforms
    (or) Is there any other method (except exp/imp and data pump)
    Regards,
    DB

    HI
    his post describes the procedure required to migrate a database from Windows to Linux using the RMAN Convert Database command.
    Both Windows and Linux platforms have the same endian format, which makes possible to transfer the whole database, making the migration process very straightforward and simple.
    To migrate between platforms that have a different endian format, Cross Platform Transportable Tablespaces (XTTS) needs to be used instead.
    List of Steps Needed to Complete the Migration
    The migration process is simple, but as it has several steps it is convenient to be familiar with them before running it.
    1. Check platform compatibility between source and target OS
    2. Start the database in read only mode
    3. Check database readiness for transport from Windows to Linux using DBMS_TDB.CHECK_DB
    4. Check if there are any external objects
    5. Execute the Rman Convert database command
    6. Copy converted datafiles, generated Transport Script and Parameter File to Linux
    7. Edit the init.ora for the new database
    8. Edit the Transport Script and Parameter File changing the windows paths to Linux Paths
    9. Execute the Transport Script
    10.Change the Database ID
    11.Check database integrity
    Thank you

  • Migration 10g to 11gR2 from Windows to Linux with 6TB DB Size in one step

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    The directory structure is different...that's why you need to create the tablespaces in Linux. e.g. export dump says create tablespace in D:\..., there is no such thing in Linux. You can just export it, install software, create the db, tablespaces in Linux and import into the 10g in Linux.

  • DB2 Migration from Windows - Linux supported with Backup/Restore ?

    Hi folks,
    we have to do a DB2 V9.1 migration from Windows -> Linux. Both servers are Intel based. Is it official supported by SAP to do this without SAP migration tools? E.g. with a backup/restore or redirected restore? I heard about it, but i'm not sure.
    Thanks a lot
    Jochen
    Edited by: Jochen Raab on Mar 1, 2010 5:40 PM

    Hi Jochen,
    Please have a look at the DB2 docu.
    http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.ha.doc/doc/c0005960.html
    It clearly stats that Linux and Windows are not compatible.
    DB2® database systems support some backup and restore operations between different operating systems and hardware platforms.
    The supported platforms for DB2 backup and restore operations can be grouped into one of three families:
    Big-endian Linux® and UNIX®
    Little-endian Linux and UNIX
    Windows®
    A database backup from one platform family can only be restored on any system within the same platform family. For Windows operating systems, you can restore a database created on DB2 Universal Database (UDB) V8 on a DB2 Version 9 database system. For Linux and UNIX operating systems, as long as the endianness (big endian or little endian) of the backup and restore platforms is the same, you can restore backups that were produced on DB2 UDB V8 on DB2 Version 9.
    So you need to do an eport/import.
    Regards,
      Joachim

  • Migrating Repositroy from Windows to Linux

    Hi,
    How to migrating the repository from windows Server to Linux in OBIEE. Is there any process ?
    Thanks !

    Hi,
    See the below link is helpful for you,
    http://siebel.ittoolbox.com/groups/technical-functional/siebel-analytics-l/migrating-oracle-bi-siebel-rpd-file-from-windows-to-linux-2146407
    Thanks,
    Balaa...

  • Migration from windows server 2008 10.2.0.4 to linux as4 11.2g

    Hello,
    I am looking to migrate my 10.2.0.4 which is on windows server 2008 to 11gr2 which is on linux as 4.. my database size is 50gb, what is best way to perform this task, please do update me, i will be thankfull to you.
    Thanks and regards
    firdous

    Hi,
    Please close this thread as answered and keep updating your other thread:
    migration from windows server 2008 10.2.0.4 to linux as4 11.2g
    Regard
    Helios

  • Migrating database from windows to linux using dbca templates

    Hi every one,
    Is it possible to migrate Oracle10g database from Windows to Linux by using DBCA templates?????????????
    If yes please guide me, as i tried it and am getting error while creating database on linux using DBCA templates of Windows server.
    Warm regards,
    Veeresh.S
    (Oracle DBA)

    With DBCA you can create a new database, delete a database, create ASM, and manage templates.
    There's no option of migrating a database from one platform to the other. If you want to migrate your database from Windows to Linux you have 2 ways of doing it:
    1 using IMP/EXP Export you db on windows and Import it on Linux.
    2 Use across platform transportable tablespace if you db is already on 10g.
    Regards,
    Tony

  • Migration from Windows 32 bit to 64 bit Customized reports PDF output issue

    Hi Gurus,
    Product Version: 12.1.1
    Operating System:  Linux x86-64
    Database Version: 11.1.0.7
    We have migrated from Windows 32 bit to Linux 64 bit, our PDF reports shows some Greek Charters
    vi /opt/oracle/apps/tech_st/10.1.2/bin/reports.sh 
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1; export NLS_LANG
      SELECT * FROM NLS_DATABASE_PARAMETERS
    NLS_CHARACTERSET=AR8MSWIN1256 
    Regards,

    Mean the result of query SELECT * FROM NLS_DATABASE_PARAMETERS
    NLS_CHARACTERSET=AR8MSWIN1256
    and 11g database character set is AR8MSWIN1256
    vi /opt/oracle/apps/tech_st/10.1.2/bin/reports.sh' refers to 10g. Oracle EBS R12 oracle home not a DB Oracle HOME
    Hope you understand now.

  • 10gR2 to 11gR2 from Windows to Linux with 6TB Database.

    Hi,
    I need to do migration from 10gR2 to 11.2.0.2.0 and from Windows to Linux for 6TB database Size. As both Endian format same, I did the migration using RMAN Convert database on UAT but for same 10gR2 version.(Both Source on Target Oracle Version was 10.2.01.0). Now I have to migrate from 10gR2 to 11.2.0.2.0. So it's 2 way process.
    is it possible to club these 2 way migration process ???
    Are following steps right or any modification is required ??
    1) Install 11.2.0.2.0 on Linux OS
    2) Open Source Database (Windows) in Read Only. Generate TRANSPORT.SQL, CONVERTSCRIPT.RMAN & Pfile.
    3) Copy Source datafiles in temporary location on Target OS. Also copy above files.
    4) Create dummy controlfile.
    5) Startup nomount with Changed pfile
    6) Mount database with Dummy Controlfile.
    7) Run CONVERTSCRIPT.RMAN to convert actual datafiles from Windows Platform to Linux Platform.
    8) Shutdown the instance and delele Dummy Controlfiles.
    9) Edit TRANSPORT.SQL and do Appropriate Changes like redolog files, datafiles path...
    Now my question is, can I add ?/rdbms/admin/catupgrd.sql in TRANSPORT.SQL script after Startup upgarade command so that Complete Upgradation to 11.2.0.2.0 would be done.
    10) Then run TRANSPORT.SQL on Target System (11.2.0.2.0)
    Tell me if more inputs are required from my side...
    Regards,
    Manish

    This forum deals with migrations from foreign databases to Oracle.
    You might better post your request in this forum:
    General Database Discussions

Maybe you are looking for

  • Using Indian language (Mangal) font for ePub in InDesign CS6?

    Hi, I created one Indian language epub in Indesign CS6 wiht "mangal font". See correct file for your ref. But when I set text in Indesign & export that document for ePub & check in Adobe Digital Edition. I saw one character has missing. see below ima

  • Need help with moving sight over to Iweb

    I would like to start using IWeb but I already have a website built that I used Frontpage to create. I want to make some changes to the sight so if I cannot convert some of the things I have, Im ok with adapting! www.DarnGoodSeasoning.com 1st questio

  • No video on pavilion 6520f

     I have a 6520f that was purchased as a refurb by hp. It appears the the on board video chip has crashed. I recieved the blue screen warning re garding harm to my computer because of system problem then a reboot. I restored the system to factory and

  • [HTML5 App] "authentication not supported" when attempt to clone git repository on Eclipse

    Greetings,   I attempt to clone a project from git.hanatrial.ondemand.com to eclipse by following Rui's guideline (Lightweight HTML5 apps and Git on SAP HANA Cloud Platform) but authentication not supported error prompted.   Do I need additional auth

  • CSS problem in Safari 2.0.4

    Pages render fine in Firefox, but Safari is trimming is refusing to render the 100% page height I've set in a div. Please review the following page in Firefox and Safari to see what I mean: http://www.envision-grp.com/staging/frontgate2/index.html I