Autoconfig faild after database upgrade to 10.2.0.1

Hi
I am upgrading the database from 9.2.0.6 to 10.2.0.1 with R11.5.10 on rhel4 linux. I am referring Doc "Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0.3) [ID 726982.1]".
I have only one issue that when i am running autoconfig on dbtier this is giving error.
[SETUP PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /usr/bin/perl -I /home/oracle/visdb/10.2.0.4/Apache/perl/lib/5.00503 -I
/home/oracle/visdb/10.2.0.4/Apache/perl/lib/site_perl/5.005 -I /home/oracle/visdb/10.2.0.4/appsutil/perl -I
/home/oracle/visdb/10.2.0.4/appsutil/perl /home/oracle/visdb/10.2.0.4/appsutil/scripts/VIS_r11
adchknls.pl INSTE8_SETUP 1
apart from this i do not face any issue. i am able to connect my application and database both without any issue.
select version from v$instance
10.2.0.1.0
It seems my database is also upgraded.
Kindly advice do i need to do any other step to resolve this issue or i can ignore or i should apply any other patch . (This is very old thread and several time posted in OTN. I Have check all possible.)
Thanks
Krishna

HI,
is autoconfig log showing just
[SETUP PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /usr/bin/perl -I /home/oracle/visdb/10.2.0.4/Apache/perl/lib/5.00503 -I
/home/oracle/visdb/10.2.0.4/Apache/perl/lib/site_perl/5.005 -I /home/oracle/visdb/10.2.0.4/appsutil/perl -I
/home/oracle/visdb/10.2.0.4/appsutil/perl /home/oracle/visdb/10.2.0.4/appsutil/scripts/VIS_r11
adchknls.pl INSTE8_SETUP 1Can you pls search the log file for "adchknls.pl" to get the complete error medssage.
Meanwhile also check below error:-
RC-50014: Fatal: Execution Of Autoconfig Compilation Aborted At Adchknls.Pl [ID 885173.1]
Kindly advice do i need to do any other step to resolve this issue or i can ignore or i should apply any other patch .As per my understanding auroconfig error should never be ignored.
Thanks,
JD

Similar Messages

  • Perfomance Issue after Database Upgrade in 11i

    Hi All,
    We upgraded database from 9.2.0.5 to 10.2.0.4, the system was running fine. One month after upgrade we changed the compatibility from 9.2.0 to 10.2.0 for compatibilty and optimizers. Since then perfomance is poor for self service and PTO carry over is taking more then 10 hours, earlier which completes in 1:15 min to 1:30 min. I logged a SR and following with Oracle Support.
    Are there any _"Best Practices"_ to be followed after database upgrade from 9i to 10g in 11.5.10.2.
    All the database parameters has been set as recommeded by metalink note:216205.1
    How frequently gather schema statistics should be run on production?
    Thnaks in Advance for help.

    Are there any _"Best Practices"_ to be followed after database upgrade from 9i to 10g in 11.5.10.2.
    All the database parameters has been set as recommended by metalink note:216205.1
    The best practice is to adjust initialization parameters as per the note referenced above.
    In addition, review the following note carefully:
    Note: 744143.1 - Tuning performance on eBusiness suite
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=744143.1
    How frequently gather schema statistics should be run on production?Note: 168136.1 - How Often Should Gather Schema Statistics Program be Run?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=168136.1

  • Forms closes abruptly after database upgrade to 10g

    I recently upgraded my Oracle EBS 11.5.9 database tier from 8.1.7.4 to 10.2.0.5 by following necessary steps and required patches, now my database has been upgraded and I applied autoconfig on both database tier and application tier. Now after I logon to the applications and after choosing resposibilty the form suddenly closes down. I checked in the forms server log file. It just says : Abnormal Termination.
    Could somebody help me out on this.
    Regards
    DVS Shiv Kumar

    I am receving the following error in java console
    Jiniator version is 1.31.30
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndformsi18n.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndewt.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndaol.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndctx.jar from JAR cache
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndlist.jar from JAR cache
    connectMode=Socket
    serverHost=dev1.insteel.com
    serverPort=9000
    Forms Applet version is : 60828
    Loading http://dev1.insteel.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndutil.jar from JAR cache
    SocketListener activated
    SocketListener exiting..
    The form closes after this ...

  • Forms HOST command no longer works after database upgrade from 10g to 11g

    Hi,
    After upgrading the database 10g to 11g the forms HOST command no longer works on Unix server. The form used to work fine prior the upgrade. I read all the threads I could find and did not see any solutions. Adding PATH and LD_LIBRARY_PATH does not work because it does not even run a basic shell script. (I saw this solution, adding PATH and LD_LIBRARY_PATH, in many questions / threads).
    1. I wouldn't expect the database upgrade to be an issue, but it is the only change we had.
    2. Note, 11g is Oracle Fusion Middleware which is quite a bit different than 10g.
    I even tried the most basic commands like "echo" which is a build-in Unix command and there is no directory for it (ie. no /usr/bin - so variable PATH is irrelvent). i.e HOST('echo hi'); and HOST('echo "hi" '); and even HOST ('echo hi > /my_file.txt'); all returns FORMS_FAILURE (actually the if is IF FORM_SUCCESS THEN ... else ... and the else part always runs now - whereas it didn't before.).
    Or basic commands like /usr/bin/ls as in HOST(/usr/bin/ls). At that point I was just testing the Unix command would return FORM_SUCCESS even though I could not see the results (because they weren't writing to a log file). Notice that I'm using the direct path /usr/bin so no Unix environment variables were needed.
    The form does use webutil but that part works. For example, we have webutil_file_transfer( ....) The file shows up on the application server and in the expected directory.
    Here's the main goal. Upload a file from clients local PC to the datebase server. The form uploads the file to the Application server, then we have a Unix script to scp (secure copy) the file from the application server to the database server. IF webutil, or any other Oracle functions could put the file on the database server that would be better. But, I don't know of any procedures that do that - or would have done it cleanly (i.e. storing to database and write back to server and then using a blob etc. )
    Anyway, I was hoping someone would help with either of these.
    1) Get the HOST command to work. - If we can get that to work then I wouldn't need any more help. We can just call the already existing Unix script to copy the file from the application server to the database.
    2) OR be able to upload directly to the database server - wanted to do that originally
    Any help would be appreciated

    Solution for those interested and for anyone else searching this forum for a solution
    I found this on My Oracle Support:
    <h3>Host Command from Forms Not Working in 11g in Sun Solaris Sparc OS [ID 1157346.1]</h3>
    Applies To: Oracle Forms - Version 11.1.1.1.0 and later
    Sun SPARC Sun OS
    Symptoms:
    When trying to execute a Shell script or any OS command using the host() Built-in from Forms 11g, the host()command is not getting executed. The same functionality works on other operating systems and in previous versions like 10gR2.
    Steps to be followed:
    1) Take a backup and edit the $DOMAIN_HOME/config/fmwconfig/servers/WLS_FORMS/applications/formsapp_11.1.1/config/default.env or any custom environment file.
    2) Locate the following environment variable:
    LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) Comment out this variable. After the changes, it will look like the following:
    #LD_PRELOAD=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    3) a) Instead of LD_PRELOAD, kindly use LD_PRELOAD_64 as given below :
    LD_PRELOAD_64=/ora10gas/app/11.1.0/Middleware/as_1/jdk/jre/lib/sparcv9/libjsig.so
    (This makes HOST AND RUN_REPORT_OBJECT work fine).
    4) Save the file and execute your forms. The Host() built-in will work as expected
    The LD_PRELOAD setting in default.env is only required for the working of signal chaining facility in JVM version 1.5 and later. If you are not using theSignal chaining facility, this variable is not required. For more information, refer to the following documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14772/forms.htm#CJAJGAFF

  • Tuxedo not starting up after Database upgrade to 9.2.0.8 on AIX 5.2

    Hi All,
    Server AIX 5.2
    Database 9.2.0.8.
    I recently upgraded my Oracle database from 9.2.0.6 to 9.2.0.8 and after the upgrade Tuxedo has failed to start successfully.
    I am getting the error messages
    CMDTUX_CAT:819: INFO: Process id=41800 Assume started (pipe)..
    I have been reading a number of articles on metalink and the web and they seem to point to an incompatible version somewhere.
    The upgrade went through without any error messages.
    The strange thing is that the XA log files from when the application was working correctly before the upgrade show
    ORACLE XA: Version 9.2.0.1.0. RM name = 'Oracle_XA'
    in the headers of the logfiles however after the upgrade the info in the header has changed to
    ORACLE XA: Version 8.0.6.0.0. RM name = 'Oracle_XA'.
    Does anyone know any reason why the 9.2.0.8 patch will changed the Oracle_XA version?
    Has anyone come across this before?
    Please help.
    Mike

    Hi Madrid,
    Please note that the xa traces file name changes to non Y2K comnpatapable i.,e a 2 digit year after the upgrade
    $ ls -ltr xa*
    -rw-r--r-- 1 clsadm clsgrp 23854218 Jun 26 23:59 xa_CLSUAT06262007.trc
    -rw-r--r-- 1 clsadm clsgrp 28489952 Jun 27 23:59 xa_CLSUAT06272007.trc
    -rw-r--r-- 1 clsadm clsgrp 29461064 Jun 28 23:59 xa_CLSUAT06282007.trc
    -rw-r--r-- 1 clsadm clsgrp 28045125 Jun 29 23:59 xa_CLSUAT06292007.trc
    -rw-r--r-- 1 clsadm clsgrp 27560416 Jun 30 23:16 xa_CLSUAT06302007.trc
    -rw-r--r-- 1 clsadm clsgrp 4797139 Jul 01 23:59 xa_CLSUAT07012007.trc
    -rw-r--r-- 1 clsadm clsgrp 10007008 Jul 02 10:54 xa_CLSUAT07022007.trc
    -rw-r--r-- 1 clsadm clsgrp 8507 Jul 02 15:01 xa_CLSUAT070207.trc
    I know this may sound silly but after the upgrade (and this is the second time i have done it) it seems to change the format of the logfiles.
    This happened last week and the patch was rolled back and the application worked fine.
    Did the upgrade again and the same issue arose.
    The app dont start and the logfile format have changed again.
    The format before the upgrade was xa_CLSUAT_07022007 but after the upgrade it as changed to xa_CLSUAT_070207.
    The upgrade went fine but my question here is does the 9208 change any date format in the database?
    I am showing the contents of the xa* trace files before and after the upgrade.
    Before the upgrade
    ORACLE XA: Version 9.2.0.1.0. RM name = 'Oracle_XA'.
    194514.80870.0:
    xaoopen: xa_info=Oracle_XA+DB=CLSUAT+Acc=P/clsuser/ftech2+SesTm=7200+LogDir=/fundtech/cls/1.0.0/data/traces+DbgFl=0x7+SqlNet=CLSU
    AT,rmid=0,flags=0x0
    194514.80870.0:
    xaolgn_help: version#: 153093632 banner: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    194514.80870.0:
    xaolgn: sqlxrc/sqlxss completed
    After the upgrade
    ORACLE XA: Version 8.0.6.0.0. RM name = 'Oracle_XA'.
    150000.61956.0:
    xaoopen: xa_info=Oracle_XA+DB=CLSUAT+Acc=P/clsuser/ftech2+SesTm=7200+LogDir=/fundtech/cls/1.0.0/data/traces+DbgFl=0x7+SqlNet=CLSU
    AT,rmid=0,flags=0x0
    150001.61956.0:
    xaolgn_help: version#: 153094144 banner: Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    150001.61956.0:
    xaolgn: sqlxrc/sqlxss completed
    150001.61956.0:
    xaolgn: return XA_OK
    As you can see the Oracle XA version has changed from
    ORACLE XA: Version 9.2.0.1.0. RM name = 'Oracle_XA'
    to
    ORACLE XA: Version 8.0.6.0.0. RM name = 'Oracle_XA'.
    After the upgrade.
    Any ideas why is this happening?
    Have you come across this issue after any upgrade?

  • Cant deploy in OWB 9.2.0.4.0 after database upgradation

    We are facing a problem with OWB 9.2.0.4.0 after the database is upgraded from[b] oracle 9.2.0.1.0 to 9.2.0.8.0.
    Initially OWB 9.2.0.4.0 was working fine with oracle 9.2.0.1.0 (i.e. the owb runtime and target schema was in this database) but due to some urgent requirement we need to upgrade the database to oracle 9.2.0.8.0. After the oracle upgradation we cant deploy any ETL object from the OWB design(9.2.0.4.0) to the runtime. Also we cant create any new runtime repositories into the upgraded database.
    Can anyone please suggest whether this is happening due to version incompatability?
    or is there any patches/scripts that needs to be run after the database upgradation?
    Thanks in advance.

    Hi there,
    I upgradet a cuple of Times a Database
    and use the OWB (and the Workflow) after that again.
    I didn´t know exactly what´s going on by you
    but maybe after the Upgrade there´re no more OWB Informations in teh Schemata?
    You can start the Design Browser (ControlCenter), right?
    Question: Is the DesignRepository in the same Instance
    as the Runtime Repository?
    If not, then i think it´s the best Way to reinstall the OWB Components using the Runtime Wizzards (runtimeinst.sh under UNIX).
    If it is the same Instance try to take a look in the Log-Files from the Upgradeprocess.
    You can even try to view the Oracle Documentations
    about what´s exactly happened during the Upgrade.
    Sorry, i think that didn´t help you very much, but i think at least with a new Installation of the OWB Components you can sure to fix your Problem.
    Regards
    Lone

  • Unable to open E-business suite login page after database upgrade

    I have successfully upgraded the 11i E-business suite database 10.2.0.3 to 11.1.0.7. After upgradation i have all services running on apps tier and database, but i cannot open the login page.
    The below are the errors from error log file
    [Wed Nov 25 11:21:38 2009] [notice] FastCGI: process manager initialized (pid 22989)
    [Wed Nov 25 11:21:39 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed Nov 25 11:36:41 2009] [error] OPM: EW: Fail to start process with mod=JServ and grp=DiscoGroup, it's possible that yo
    ur configuration file is not correct.
    [Wed Nov 25 11:36:41 2009] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that y
    our configuration file is not correct.
    [Wed Nov 25 11:36:41 2009] [error] OPM: EW: Fail to start process with mod=JServ and grp=XmlSvcsGrp, it's possible that yo
    ur configuration file is not correct.
    [Wed Nov 25 11:49:41 2009] [warn] pid file /u02/prodora/iAS/Apache/Apache/logs/httpd.pid overwritten -- Unc
    lean shutdown of previous Apache run?
    [Wed Nov 25 11:49:41 2009] [notice] FastCGI: process manager initialized (pid 17194)
    [Wed Nov 25 11:49:42 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Wed Nov 25 11:52:49 2009] [error] [client 10.65.4.69] File does not exist: /u02prodcomn/portal/DBAS_ed
    bs12/
    [Wed Nov 25 11:54:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:54:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:55:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 11:57:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    Edited by: user12196525 on 25-Nov-2009 06:28

    Hi,
    Autoconfig was successfull, All the services are up and running on apps and db tier.
    from error.log
    [Wed Nov 25 15:46:21 2009] [error] [client 10.65.4.69] File does not exist: /u02/prodcomn/portal/DBAS_ed
    bs12/
    [Wed Nov 25 15:46:25 2009] [error] [client 10.65.4.69] File does not exist: /u02/prodcomn/portal/DBAS_ed
    bs12/
    [Wed Nov 25 15:47:01 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:47:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:47:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:49:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:49:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:49:06 2009] [error] [client 10.65.4.69] File does not exist: /u02/prodcomn/html/US/ICXINDEX_
    DBAS_edbs12.html
    [Wed Nov 25 15:50:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:50:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:52:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:52:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:52:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:54:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:54:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:55:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:57:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:57:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:57:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 15:59:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 15:59:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:04 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:05 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:06 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:00:07 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/Spy
    [Wed Nov 25 16:02:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 16:02:02 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    [Wed Nov 25 16:02:03 2009] [error] [client 192.168.2.79] client denied by server configuration: /servlet/AggreSpy
    Regards

  • Error while connecting to Database after Database upgradation

    Hi All,
    I installed and worked with BAM and used Oracle Database 9i previously. After the Database
    was upgraded to 10g (10.2.0.4.0 which is compatible for BAM), I am trying to ReInstall BAM
    which is throwing me an error.
    It accepts the Database Login Information but at the step of building Repository for
    Enterprise Link it gives up the following error:
    ' A connection with the database cannot be made '
    Can anyone please help me to figure out this one.
    Thanks,
    Vishal

    Hi,
    I also have the same problem.Could you plz tell us what configuration I need to add in tnsnames.ora file.
    content of my tnsnames.ora file is below
    # tnsnames.ora Network Configuration File: C:\DevSuiteHome_2\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Rahul-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    )

  • Runtime Platform service unavailable after database upgrade

    Hi,
    The following situation:
    We use:
    Oracle 9i Warehouse Builder Client 9.2.0.3.0
    Oracle 9i Warehouse Builder Repository 9.2.0.2.0
    We have 2 databases (production and test) which both contain multiple runtime_owner schema's and target-schema's but only 1 Design repository.
    We recently upgraded the database from 9.2.0.1. tot 9.2.0.6.
    It is an Windows 2003 Server.
    The problem:
    Since the upgrade the Runtime Platform service is unavailable when we try to start the Deployment Manager. The application then hangs. We can start the runtime service again throught the start_Service.sql file and the service_doctor.sql show everything is ok once again, but after another start of deployment manager the service is once again not available.
    My questions:
    How can we fix this issue? Do we and if yes, which, need to apply OWB patches? The repository is version 9.2.0.2 while the client is 9.2.0.3, is that normal or did we forget to upgrade the repositories? I tried to upgrade the repository again through <OWB_Home>\owb\patches\92030upg_rt.sql (in case we forgot) but it says '0 users upgraded'.
    Any help would be appreciated,
    Regards,
    Eric

    Hi,
    Please refer to these docs/links.
    Oracle Applications Upgrade Guide: Release 11i to Release 12.1.1
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121upgrade.pdf
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    Oracle E-Business Suite Release 12.1.3 Now Available
    http://blogs.oracle.com/stevenChan/2010/08/ebs_1213_available.html
    E-Business Suite Release 12.1.2 Now Available
    http://blogs.oracle.com/stevenChan/2009/12/ebs_1212_available.html
    Thanks,
    Hussein

  • DBMS_SCHEDULER doesnt works after database Upgrade

    After upgrading database from 10.2.0.4 to 10.2.0.5 version jobs runing fails.
    I have recreated and all jobs, but the result is same.
    Last start date shows that some jobs (4 of 10) start to run in a different time than planned. Another 6 jobs doesnt start.
    planned 17.09.14 06:30:00,000000 +06:00
    fact 17.09.14 11:51:05,715511 +06:00
    What to do?

    select job_name, enabled, a.JOB_TYPE, a.JOB_ACTION, a.start_date, a.last_start_date, a.LAST_RUN_DURATION, a.next_run_date
    from DBA_SCHEDULER_JOBS a
    order by 2
    1
    LOCK_STAFF_VAC
    TRUE
    PLSQL_BLOCK
    BEGIN krn_adm.lock_vacation; END;
    17.09.14 06:00:00,000000 +06:00
    18.09.14 03:55:33,301720 +06:00
    +000000000 00:00:04
    18.09.14 06:00:00,300000 +06:00

  • Performance Problems after Database Upgrade to 10.1.0.5

    Has anyone else encountered Discoverer Query performance suffering drastically once upgraded their database from 10.1.0.4 to 10.1.0.5? It is almost 5 times as slow.

    ask your DBA to analyze the schema (gather statistics) for the concerned schema. This should eliminate one possibility
    Nilesh
    http://www.infocaptor.com

  • GeoRaster missing schema issue after database upgrade

    I recently upgraded from 10.1.0.4 to 10.2.0.1. Prior to upgrade sdo_geor.schemavalidate worked fine on this database. However when I run it now, I get the below error. When I query the all_xml_schemas table http://xmlns.oracle.com/spatial/georaster/georaster.xsd is not listed. Is this the issue? We've tried this same query on a database that was installed as 10.2.0.1 and that worked fine. It's just the upgraded databases that are having this issue. What steps can i take to resolve this?
    14:15:47 SQL> SELECT v.id,sdo_geor.schemavalidate(v.georaster) from student.nlcd_grids v where id = 03;
    SELECT v.id,sdo_geor.schemavalidate(v.georaster) from student.nlcd_grids v where id = 03
    ERROR at line 1:
    ORA-31000: Resource 'http://xmlns.oracle.com/spatial/georaster/georaster.xsd' is not an XDB schema document
    ORA-06512: at "SYS.XMLTYPE", line 214
    ORA-06512: at "MDSYS.SDO_GEOR", line 1448

    I raised an SR on metalink and they provided me with this fix that worked a treat
    1. Check if the XML schema is allready registered:
    select owner, schema_url from dba_xml_schemas
    where schema_url='http://xmlns.oracle.com/spatial/georaster/georaster.xsd';
    2. If no rows are returned please register the schema by running following script:
    - Connect to the database as sysdba
    - alter session set current_schema=MDSYS;
    - @ORACLE_HOME\md\admin\sdogrxml.sql

  • Portal Login Broke after Db Upgrade to 9.0.1.3

    Hi -- My portal web page login doesn't work after upgrading my portal database version from 8.1.7.1 to 9.0.1.3. All the scripts I ran (Note 159657.1 and Chap. 7 of 9i Database Migration Manual) ran ok. I also applied whatever patches/fixes required to get Oracle 9iAS 1.0.2.2.2 working with database version 9 per the certification matrix pages. I am still using Oracle 9iAS 1.0.2.2.2 on the middle tier and have only upgraded the database version. Also, I am not using LDAP for authentication.
    After the database upgrade, the portal web login page comes up fine, but after I execute a login attempt I get a "Page Not Found" in my browser. This error shows up in apache's error_log:
    [Mon Oct 7 03:54:41 2002] [error] mod_plsql: /pls/ssodad/portal30_sso.wwsso_app_admin.ls_login ORA-1403
    ORA-01403: no data found
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 391
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 669
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 358
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at line 8
    [Mon Oct 7 03:56:07 2002] [warn] mod_plsql: Stale Connection due to Oracle error 1400
    [Mon Oct 7 03:56:07 2002] [error] mod_plsql: /pls/ssodad/portal30_sso.wwsso_home.home ORA-1400
    ORA-01400: cannot insert NULL into ("PORTAL30_SSO"."WWCTX_SSO_SESSION$"."SUBSCRIBER_ID")
    ORA-06512: at "PORTAL30_SSO.WWCTX_SSO", line 2215
    ORA-06512: at "PORTAL30_SSO.WWCTX_SSO", line 1053
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWCTX_SSO", line 1261
    ORA-06512: at "PORTAL30_SSO.WWCTX_API", line 179
    ORA-06512: at "PORTAL30_SSO.WWSEC_APP_PRIV", line 529
    ORA-06512: at "PORTAL30_SSO.WWSSO_HOME", line 322
    ORA-06512: at line 8
    Everything worked fine prior to the upgrade. There are no invalid objects causing this and I can log into the portal database fine through a sqlplus session. Does anyone know why portal login is broke after database upgrade? Has anyone upgraded their portal database versions in place with this issue afterwards?
    Thanks for any help anyone can offer...!
    Kate

    Hi Benjamin,
    Thanks for your reply. I already had a working 9iAS Release 1 with a 8.1.7.1.0 database. All I did was upgrade the database from 8i to 9i on the database server. I also applied the jdbc patch on the 9iAS app server so a connection with the 9i database could be established. As far as I know, there's no portal configuration assistant step here because I already had a complete fully-functioning portal install before the database upgrade to 9i. Is there something I'm missing about your suggestion?
    Thanks.

  • Forms and Reports 6i connections fail after db upgraded 10gr2

    After database upgraded to 10gr2 on 64bit Windows 2008 server, connections from forms and reports 6i hang while sqlplus connections work. After database is restarted, connections to forms and reports work again but only for a few days?
    Also if authenication is changed from NTS to NONE, we do not experience any connection problems from forms or reports.
    Any suggestions would be appreciated.
    Thanks

    Hi!
    Is there maybe a database package that gets invalid form some reason?
    And if forms/reports tries to connect, the package should get compiled cause of a call
    to it and this ends in a endless lock?
    Regards

  • Autoconfig issue after upgrading 12.1.1 to 12.1.3

    Hi all,
    I am getting below mention autoconfig issue after upgrading 12.1.1 to 12.1.3.
    jtfictx.sh started at Mon Mar 28 08:28:50 EDT 2011
    SQL*Plus: Release 10.1.0.5.0 - Production on Mon Mar 28 08:28:50 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    DECLARE
    ERROR at line 1:
    ORA-29858: error occurred in the execution of ODCIINDEXALTER routine
    ORA-20000: Oracle Text error:
    DRG-10561: index JTF_AMV_ITEMS_URL_CTX is not valid for requested operation
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 665
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 96
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Product
    ion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    jtfictx.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    i got below mention some solution from metalink, but that does not working.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=BULLETIN&id=743720.1
    according to note we need to create index but its giveing below metion error.
    SQL> @jtfiaibu.sql jtf jtf apps
    Connected.
    DECLARE
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10758: index owner does not have the privilege to use file or URL datastore
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
    ORA-06512: at "SYS.DBMS_SQL", line 1199
    ORA-06512: at line 37
    Thanks in advance,
    Sandeep.

    Hi,
    DRG-10561: index JTF_AMV_ITEMS_URL_CTX is not valid for requested operationPlease make sure you have no invalid objects. And also please see of these helps. I know these are for older version, but please check
    Script jtfictx.sh Failed While Attempting To Run The Autoconfig On APPS Tier [ID 1271186.1]
    Autoconfig Returns ORA-29868 from jtfictx.sh [ID 386740.1]
    By the way did u iinstall companion/examples CD after installing OracleSoftware
    Thanks,
    Taher

Maybe you are looking for