Installing OEHR application:  ORA-04023: Object APEX_030200.WWV_FLOW_INSTAL

I am installing the OEHR Sample Objects application.
I am getting the following error message after specifying “Supporting Objects”.
I select “YES” and click Next
Here is the error message:
ORA-04023: Object APEX_030200.WWV_FLOW_INSTALL_WIZARD could not be validated or authorized
Can you help?
Thanks!

I was able to fix it.
I ran
EXEC DBMS_UTILITY.compile_schema(schema => 'APEX_030200');
This recompiled all object in the schema
Thanks!

Similar Messages

  • Plz help !!!Error ORA-04023: Object could not be validated or authorized

    Hi Folks,
    Came across this error in AWR reports production oracle 11gR2 database. Did anybody come across this error before or has any idea on this. Pls respond
    ORA-04023: Object SELECT SUM(VALUE), COUNT(INSTANCE_NUMBER), SUM(INSTANCE_NUMBER) FROM DBA_HIST_SYS_TIME_MODEL WHERE DBID = :B4 AND SNAP_ID = :B3 AND INSTANCE_NUMBER MEMBER OF :B2 AND STAT_NAME = :B1 could not be validated or authorized
    thanks

    928912 wrote:
    Hi Folks,
    Came across this error in AWR reports production oracle 11gR2 database. Did anybody come across this error before or has any idea on this. Pls respond
    ORA-04023: Object SELECT SUM(VALUE), COUNT(INSTANCE_NUMBER), SUM(INSTANCE_NUMBER) FROM DBA_HIST_SYS_TIME_MODEL WHERE DBID = :B4 AND SNAP_ID = :B3 AND INSTANCE_NUMBER MEMBER OF :B2 AND STAT_NAME = :B1 could not be validated or authorized
    thankswhat did you do to break this?
    bcm@bcm-laptop:~$ oerr ora 4023
    04023, 00000, "Object %s%s%s%s%s could not be validated or authorized"
    // *Cause: A number of attempts were made to validate or authorize an
    //         object but failed.
    // *Action: Please report this error to Oracle Support Services.

  • Ora-00604:error occurred at recursive SQL level 1 and Ora-04023

    hi all
    i am using oracle linux 5.5 and oracle Database 11g R2 while shutingdown the database i am getting
    the following errors.
    SQL> shutdown immediate;
    Ora-00604:error occurred at recursive SQL level 1
    Ora-04023: object select count(*) from reg$SQL>plz can anyone help me out?

    Couple of questions related to this issue:
    1.Is there anything in alert log. Post last 50 lines from alert log.
    2.Is there any trace / log generated by Oracle ?
    3.What is Memory_Target parameter value ?
    4.What is value of statistics_level parameter ?
    5.Did you perform any failed upgradation ?
    6.Are there any invalid objects in database ?
    Generally ORA-00604 is related to insufficient size of shared pool. Now, i am googling how to get a proper value of shared pool size ? I got that there is a view v$shared_pool_advice which will tell me the answer of this question. Ok, it means now question is how do i get the proper value of shared pool from v$shared_pool_advice; i mean how do i interpret this v$shared_pool_advice view ?
    No problem docs are there to answer this question : (How i got this link ? Open a new page---http://tahiti.oracle.com---selected 11.2 docs--in the left hand sided there is a search text box i entered v$shared_pool_advice and i got couple of links)
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_3037.htm#REFRN30239
    I will read these links and now i will query this and DBA_HIST_SHARED_POOL_ADVICE views, interpret the values. Ok, but what about my original question i.e. ORA-00604 and 4023 ? If i am at this stage, understood all the values, it means now i can understand the meaning / sense of resizing of shared pool.
    ALTER SYSTEM SET statistics_level=TYPICAL SCOPE=SPFILE;
    You can monitor V$SGA_RESIZE_OPS to identify the range of values that Oracle is automatically resizing the DB_CACHE_SIZE and SHARED_POOL_SIZE components to. Then, pick an appropriate minimum value based on the range. There's no "magic formula". But V$SGA_RESIZE_OPS shows the sizes that Oracle has been automatically been resizing the SGA components to. The Buffer Cache Advisory section of the AWR report or V$DB_CACHE_ADVICE, V$SHARED_POOL_ADVICE, V$SGA_TARGET_ADVICE and DBA_HIST_SGA_TARGET_ADVICE are views that provide advisory information as well. Hemant @ SGA_MAX_SIZE and SGA_TARGET how to set minimum for pools
    So, these are the baby steps if i ever gets ORA-00604 and ORA-04023 on my test database. Do all these and feel free to post the next doubt, i am sure you will get the correct answer.
    Regards
    Girish Sharma

  • Problem when I installing Apex Application

    Hi all,
    I facing this error when i installed my application :-
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 1937, column 38: PLS-00123: program too large (Diana nodes) <pre>-- <br>-- <br>-- <br> <br>begin <br> <br> wwv_flow_api.g_varchar2_table := wwv_flow_api.empty_varchar2_table; <br> wwv_flow_api.g_varchar2_ta
    Can anybody help me and I appreciated that,
    Thank you,
    Tamara,

    Any body can help me ?
    Thanks again,
    Tamara

  • Error installing OEHR sample objects for APEX 4.2

    Hello,
    I'm getting a weird error after importing the OEHR sample objects application from the script found at http://www.oracle.com/technetwork/testcontent/oehr-sample-objects-131098.zip
    The import process works, no errors, the application is created and so are the supporting objects.
    I then try to edit the application (using Application Builder). I click on the only page ("About") and it doesn't render. The message reads :
    Error during rendering of region "Page Rendering".
    ORA-01403: no data found
    If I try to run the application, I also get the same error (no data found). Which is bizarre, as this application is supposed to just show an "About" page.
    I don't really mind that the application doesn't work, since the supporting objects are created correctly, but I am worried that there could be a configuration problem that causes this issue...
    Has anyone else encountered this problem ?
    I'm running :
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Application Express 4.2.2.00.11
    Other sample applications seem to run just fine. Very strange...
    Thanks very much !
    -Laura

    Hi Laura,
    As the name suggests, 'OEHR Sample Objects', is meant for importing of sample objects that are referenced in a number of OBEs and tutorials on APEX.  Those objects can then be used for the creation of the various applications and component examples in the tutorials, etc.  The application itself is not a functioning application, so the errors you see would be expected.  As stated in Chapter 3 of our 2 Day+ Application Developer's Guide, in the note at the end of section Importing the OEHR Supporting Objects:
    The OEHR Sample Objects application that you just installed functions solely as a way to install the sample objects needed to complete the exercises in this document. You will not directly use this application.
    If you wish to install sample applications, then I would recommend that you navigate to Application Builder > Packaged Applications, for the list of available packaged business productivity applications, as well as a number of sample code applications.  Please note that none of these applications are based upon the database objects that would have been created when you installed 'OEHR Sample Objects'.  Apologies for any confusion, but hopefully this helps to clarify things.
    Regards,
    Hilary

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol ",'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)" when expecting one of the following: . ( * @ % & = - + ; < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol ",'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)" when expecting one of the following: . ( * @ % & = - + ; < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

  • Error while installing an application

    Hello,
    Can anyone please help me out with this issue. I am trying to export and import an application within the same workspace but with different application ID. I am able to import the application but when I try to install the application its giving me an error saying.
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 8, column 41: PLS-00103: Encountered the symbol "ÿØÿà" when expecting one of the following: ( - + case mod new not null <an identifier> <a double-quoted delimited-identifier> <a bind variable> continue avg count current exists max min prior sql stddev sum variance execute fora
    I am not able to figure out what might be the problem. The application is running correctly without any errors.
    Can anyone please sort it out.
    Thanks,
    Orton

    Thanks Scott. I've also been looking for a pattern of consistency that would point to the cause of the problem but have been unable to find one. I was hoping that others may have experienced the same error and could help to shed some light here.
    I dug around some and found that the wwv_flows_alias_idx constraint is a unique index on the alias and security_group_id columns of wwv_flows. My application has an alias that is the same for all installations so I thought that somehow a previously used value for security_group_id was being generated causing the unique constraint violation. Can you tell me how that value is generated during the install process? Is it some sort of hashing function?
    Thanks

  • Error while installing an application into different work spaces in APEX

    Hi All,
    I am getting an below error while installing the application in the same workspace.APEX Version i am using is 4.0.2
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 6, column 41: PLS-00103: Encountered the symbol "PK " when expecting one of the following: ( - + case mod new not null <an identifier> <a double-quoted delimited-identifier> <a bind variable> continue avg count current exists max min prior sql stddev sum variance execute for
    i have checked different ways.But i could not able to resolve it :(
    Someone please help me as early as possible...URGENT

    Hi,
    Thanks for the reply.
    For example,the 112 application which i want to copy is having 129 pages.
    The application is working great and is having no errors
    When i am trying to copy/import this application by auto assigning application iD ,its throwing an earlier mentioned error.
    For every page,im using different scripts.
    Is that code error?

  • Error while installing an application to a workspace

    We have received the following error a few times out of 40+ installations:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_010600.WWV_FLOWS_ALIAS_IDX) violated <pre>begin wwv_flow_api.create_flow( p_id =&gt;129, p_display_id=&gt;129, p_owner =&gt; 'MERLINDEV', p_name =&gt; 'Merlin 5.4', p_alias =&gt; 'MERLIN', p_page_view_logging =&gt; 'YES', p_default_page_template=&gt; 13755347070366358 + wwv_flow_api.g_id_offset, p_printer_friendly_template
    Background: We have developed a application that is used by multiple clients and as such requires that each client have their own version of the application. This is because each application is connected to the client's schema. Each application has the same application alias but is installed in a unique workspace which makes calling and starting the application via a URL easy, i.e.
    http://<host>:7777/pls/htmldb/f?p=<alias>:&c=<client_workspace>
    When installing the application into a workspace for the first time we allow HTML DB to Auto Assign the application ID.
    We have received the above error 3 times out of 40+ installations and when it occurs we simply repeat the install and all goes well. I was wondering if anyone has either seen this, knows what causes it and can suggest a remedy or things to watch out for.
    Thanks

    Thanks Scott. I've also been looking for a pattern of consistency that would point to the cause of the problem but have been unable to find one. I was hoping that others may have experienced the same error and could help to shed some light here.
    I dug around some and found that the wwv_flows_alias_idx constraint is a unique index on the alias and security_group_id columns of wwv_flows. My application has an alias that is the same for all installations so I thought that somehow a previously used value for security_group_id was being generated causing the unique constraint violation. Can you tell me how that value is generated during the install process? Is it some sort of hashing function?
    Thanks

  • Error while installing Oracle Applications 11i on Windows XP Home

    Hi friends,
    I am a functional consultant and trying to install oracle apps 11i on my home pc for learning purpose (I made a fresh install of windows for this purpose). I strictly followed the instructions given in following article:
    http://mhabib.wordpress.com/2007/03/14/installing-oracle-applications-e-bussiness-11i-on-windows-xp/
    Step1 and Step2 complete successfully to 100%, however just before moving to Step3 it gives error: "RW-50004: Error code received when running external process.". I am attaching last part of the log file. Could someone please help me out, because I have checked everything I could. Thanks for reading this:
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 26-MAR-2008 20:40:13
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCkrish))
    The command completed successfully
    ECHO is off.
    Listener krish has already been started.
    ECHO is off.
    addlnctl.cmd exiting with status 0
    "runProcess_4"
    ChangeServiceConfig succeeded
    "runProcess_5"
    "Statusstring Creating the database controlfile..."
    ECHO is off.
    ECHO is off.
    Wed 03/26/2008 08:40 PM
    ECHO is off.
    ECHO is off.
    Wed 03/26/2008 08:40 PM
    krish_agarwalkk.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : f:\oracle\krishdb\9.2.0
    LOCAL : krish
    ORACLE_SID :
    PATH : f:\oracle\krishdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;f:\oracle\krishdb\9.2.0\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;f:\oracle\krishdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;f:\oracle\krishdb\9.2.0\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;F:\WinEBS\startCD\Disk1\rapidwiz\unzip\NT;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;c:\cygwin\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\VC98\bin;C:\cygwin\bin;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625
    LD_LIBRARY_PATH : f:\oracle\krishdb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "f:\oracle\krishdb\9.2.0\appsutil\log\krish_agarwalkk\adcrdb_krish.txt"
    ECHO is off.
    ECHO is off.
    Creating the control file for krish database ...
    ECHO is off.
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 26 20:40:26 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Disconnected
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 26 20:41:11 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    LRM-00109: could not open parameter file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    LRM-00113: error when processing file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    ORA-01078: failure in processing system parameters
    CREATE CONTROLFILE REUSE SET DATABASE "krish"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP add tempfile 'f:\oracle\krishdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE RENAME GLOBAL_NAME TO "krish.kka.com"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Connected to an idle instance.
    LRM-00109: could not open parameter file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    LRM-00113: error when processing file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    ORA-01078: failure in processing system parameters
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORACLE instance shut down.
    Connected to an idle instance.
    LRM-00109: could not open parameter file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    LRM-00113: error when processing file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    ORA-01078: failure in processing system parameters
    CREATE CONTROLFILE REUSE SET DATABASE "krish"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP add tempfile 'f:\oracle\krishdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE RENAME GLOBAL_NAME TO "krish.kka.com"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    declare lib_ver varchar2(3);
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    SP2-0359: memory exhausted
    Disconnected
    adcrdb.cmd exiting with status 3
    "Error returned while creating control files"
    There was an error while running the command - f:\oracle\krishdb\9.2.0\temp\krish_agarwalkk\adrundb.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 3
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for krish instance

    It will not install on XP Home, try professional instead.
    5.10.2 on windows xp HOME?

  • ORA-08103: object no longer exists during APEX 2.2 to 3.0 upgrade

    I am trying to upgrade an APEX 2.2 installation on 10.2.0.2 Enterprise Edition on SLES-10 with 400MB shared_pool and 1 GB sga_target. During the upgrade, the session crashes due to ORA-00600: internal error code, arguments: [ktspgfb-1]. I cannot drop the FLOWS_030000 user and 523 corrupt blocks in sys7.dbf including objects source$, argument$ and obj$. So far, I have restored the database and corrupted it 3 times. Each time, I redownloaded apex.zip from technet.oracle.com.
    Here are the errors:
    ...PAGE 1300: Application Comparison
    ...PAGE 1301: Application Comparison Counts
    ...PAGE 1400: Report Layouts
    ...PAGE 1401: Create Report Layout
    ...PAGE 1402: Create Report Layout
    ...PAGE 1405: Edit Report Layout
    ...PAGE 1406: Create Report Query
    ...PAGE 1500: Application Builder
    ...PAGE 1550: User Interface Defaults
    ...PAGE 1552: UI Defaults - Column Defaults LOV
    ...PAGE 1553: UI Defaults - Column Defaults
    ...PAGE 1555: UI Defaults - Table Defaults
    begin
    ERROR at line 1:
    ORA-08103: object no longer exists
    ORA-06512: at "FLOWS_030000.WWV_FLOW_API", line 7733
    ORA-06512: at line 18
    ERROR:
    ORA-00603: ORACLE server session terminated by fatal error
    ERROR:
    ORA-03114: not connected to ORACLE
    SP2-0359: memory exhausted
    Mon Apr 30 11:31:46 2007
    Incremental checkpoint up to RBA [0x175.153ac.0], current log tail at RBA [0x175.2e77b.0]
    Mon Apr 30 11:32:05 2007
    Beginning log switch checkpoint up to RBA [0x176.2.10], SCN: 8173962186001
    Thread 1 advanced to log sequence 374
    Current log# 1 seq# 374 mem# 0: /lv01/oracle/dev10data/log01.dbf
    Mon Apr 30 11:34:24 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/udump/dev10_ora_11590.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:34:49 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/udump/dev10_ora_11590.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:35:02 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_pmon_7541.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:35:15 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_pmon_7541.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:37:18 2007
    Completed checkpoint up to RBA [0x176.2.10], SCN: 8173962186001
    Mon Apr 30 11:37:43 2007
    Errors in file /lv01/oracle/dev10db/10.2.0/admin/dev10_plato/bdump/dev10_p000_12471.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    Mon Apr 30 11:37:54 2007
    SMON: Parallel transaction recovery slave got internal error
    SMON: Downgrading transaction recovery to serial
    I now have 523 corrupt blocks in sys7.dbf:
    DBVERIFY: Release 10.2.0.2.0 - Production on Mon Apr 30 11:50:21 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    DBVERIFY - Verification starting : FILE = /lv01/oracle/dev10data/sys7.dbf
    Page 188161 is marked corrupt
    Corrupt block relative dba: 0x01c2df01 (file 7, block 188161)
    Completely zero block found during dbv:
    Page 188162 is marked corrupt
    Corrupt block relative dba: 0x01c2df02 (file 7, block 188162)
    Completely zero block found during dbv:
    Page 188163 is marked corrupt
    Corrupt block relative dba: 0x01c2df03 (file 7, block 188163)
    Completely zero block found during dbv:
    Page 188164 is marked corrupt
    Corrupt block relative dba: 0x01c2df04 (file 7, block 188164)
    Completely zero block found during dbv:
    Any ideas why this is happening? I see a number of current bugs for ORA-00600: ktspgfb-1, but most knowledge base articles refer to 9.0.1 or 9.2.

    After upgrading to 10.2.0.3 and doubling the shared_pool_size and sga_target, I was able to upgrade to APEX 3.0 without errors.

  • How to install Oracle Application Testing Suite on ubuntu 12.4 64 bits?

    Hi Guys,
    I am trying to install Oracle Application Testing Suite on ubuntu 12.4 64 bits, I have downloaded the application (Oracle Application Testing Suite 12.1.0.1.0 - Complete Install ) from http://www.oracle.com/technetwork/oem/app-test/index-084446.html, unzipped the zip file and then did sh setup.sh and I got this error:
    Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-07-10_11-42-14AM/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory occurred..
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-07-10_11-42-14AM/jre/lib/i386/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
         at java.lang.Runtime.load0(Runtime.java:770)
         at java.lang.System.load(System.java:1003)
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1724)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
         at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
         at oracle.bali.ewt.olaf.OracleLookAndFeel.<clinit>(Unknown Source)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:263)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:209)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:243)
         at oracle.sysman.oii.oiic.OiicInstaller.getInterfaceManager(OiicInstaller.java:466)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:965)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class oracle.bali.ewt.olaf.OracleLookAndFeel
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager._useOracleLookAndFeel(OiifmGraphicInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(OiifmGraphicInterfaceManager.java:263)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at java.lang.Class.newInstance0(Class.java:355)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.createInterfaceManager(OiicSessionInterfaceManager.java:209)
         at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.getInterfaceManager(OiicSessionInterfaceManager.java:243)
         at oracle.sysman.oii.oiif.oiifm.OiifmAlert.<clinit>(OiifmAlert.java:151)
         at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:1023)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:905)
    I have downloaded 64 bits for Linux but it comes with jre/lib/i386 which to my understanding it is 32 bits jre.
    any help please on how to install this application on ubuntu 12.4 64 bits.
    Many thanks in advance.
    Regards,

    Hi
    OATS is not supported on Ubuntu only on OEL 5.2 and 4u8 both 64 bit
    Thanks and Regards
    Alex

  • Java.sql.SQLException: ORA-08103: object no longer exists

    hi, Everyone:
    i want to insert one colume to a temp table,
    so i did the following
    1: drop the table
    2: recreate the table with the new colume in it.
    we i run my application, there is a
    "java sql exception ORA-08103: object no
    longer exists ". looks like the table
    doesn't exist in database any more. but
    it is really still there.
    thanks
    hongjie
    null

    I was able to resolve this error by using on commit preserve rows, instead of on commit delete.

  • Full import/export from 10gR2 to 11gR1 / ORA-39083: Object type PROCACT_SYS

    Hi,
    I did a full db export/import (data pump - skipped existing objects) from 10gR2 to 11gR1 (win2003 server). it looks like everything went fine except with this error:
    is this a serious error? what should I do to fix this error?
    ORA-39083: Object type PROCACT_SYSTEM failed to create with error:
    ORA-20000: Incompatible version of Workspace Manager Installed
    Failing sql is:
    BEGIN
    declare ver varchar2(100) ; dummy integer; compile_exception EXCEPTION; PRAGMA EXCEPTION_INIT(compile_exception, -06550); invalid_table EXCEPTION; PRAGMA EXCEPTION_INIT(invalid_table, -00942); procedure createErrorProc is begin execute immediate 'create or replace function system.wm$_check_install return boolean is begin return true ; end;' ; end ; begin
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-29357: object AUTO_TASK_CONSUMER_GROUP already exists
    Failing sql is:
    BEGIN
    dbms_resource_manager.create_consumer_group('AUTO_TASK_CONSUMER_GROUP','System maintenance task consumer group','ROUND-ROBIN');COMMIT; END;
    ORA-39083: Object type PROCOBJ failed to create with error:
    ORA-06550: line 2, column 1:
    PLS-00201: identifier 'BMS_SCHEDULER.DISABLE' must be declared
    ORA-06550: line 2, column 1:
    PL/SQL: Statement ignored
    Failing sql is:
    BEGIN
    bms_scheduler.disable( 'SYS."WEEKNIGHT_WINDOW"',force=>TRUE);
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','SCHEDULE_NAME');
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','START_DATE');
    dbms_scheduler.set_attribute_null( 'SYS."WEEKNIGHT_WINDOW"','END_
    Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/POST_SYSTEM_ACTIONS/PROCACT_SYSTEM
    Processing object type DATABASE_EXPORT/SCHEMA/PROCACT_SCHEMA
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE
    ORA-39083: Object type TABLE failed to create with error:
    ORA-00439: feature not enabled: Partitioning
    Failing sql is:
    CREATE TABLE "SYSTEM"."LOGSTDBY$APPLY_PROGRESS" ("XIDUSN" NUMBER, "XIDSLT" NUMBER, "XIDSQN" NUMBER, "COMMIT_SCN" NUMBER, "COMMIT_TIME" DATE, "SPARE1" NUMBER, "SPARE2" NUMBER, "SPARE3" VARCHAR2(2000)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE( BUFFER_POOL DEFAULT) TABLESPACE "SYSAUX" PARTITION BY RANGE ("COMMIT_SCN") (PARTITION "P0" VALUES LESS THAN (0) PCTFREE 10 PCTUSED 4
    ORA-39151: Table "SYSMAN"."AQ$_MGMT_NOTIFY_QTABLE_T" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    ORA-39151: Table "SYSMAN"."AQ$_MGMT_NOTIFY_QTABLE_H" exists. All dependent metadata and data will be skipped due to table_exists_action of skip
    Edited by: Odeh on Jul 29, 2009 12:49 PM
    Edited by: Odeh on Jul 29, 2009 1:12 PM

    Pl see if these MOS Docs help
    730373.1 - ORA-39083 ORA-20000 Incompatible Version of Workspace Manager Installed
    743097.1 - IMP-00017 ORA-20000 Importing older version of OWM into a higher version
    HTH
    Srini

  • Installing Oracle Applications E-Business Suite R12  error

    hi everyone
    i have error while installing Oracle Applications E-Business Suite R12 on Windows server 2003 R12
    plz help me
    this is log file:
    Processing DriverFile = E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_erp\out\templbac\adrunias.cmd
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_erp\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd
    Processing Step 3 of 5
    Step 1 of 5
    Command: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd
    Processing Step 4 of 5
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    Database Availability
    command: cmd.exe /c E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\db\tech_st\11.1.0\VIS_erp.cmd sqlplus E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    'E:\Oracle' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error: 1
    command: cmd.exe /c E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.2\VIS_erp.cmd sqlplus E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    'E:\Oracle' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 1
    Configuration Upload
    uploading config file at D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\08030118\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : erp
    sDbDomain : erp
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@erp.erp:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erp.erp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Failed upload of config file at D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\08030118\conf_VIS.txt
    Environment File
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\db\tech_st\11.1.0\VIS_erp.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.3\VIS_erp.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.2\VIS_erp.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\VIS_erp.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://erp.erp:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://erp.erp:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://erp.erp:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Processing DriverFile = E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drvYou cannot use spaces in the directory/file names, so I believe those errors are because you are using a space in the directory name (Oracle R12) -- Please change the directory name to another name with no space (i.e. OracleR12) and retry the installation then.
    Thanks,
    Hussein

Maybe you are looking for

  • Purchase Order Acknowledgement Message

    Dear Experts: Is there a standard message type for acknowledgement for purchase order? I am sending a PO from SRM via XI to vendor in XML format. I have used the standard message type PurchaseOrderRequest from the XI content. I could not find one for

  • IPhoto 5 supported file formats

    I've joined a few photos together in Photoshop to make a landscape & don't want to add any more compression to the shots (by re-jpegging a jpeg etc.) so I was planning to save the final file as a TIF (or TIFF?) file but when I do so & try & import it

  • Error between BIEE 10.1.3.4.0 and AD (windows 2003) when i try import users

    Hello, I am doing a fresh install and configuration of OBIEE. I followed the steps in BIEE documentation to configure security using LDAP(My case is the Active Directory - Windows 2003).I am using the Active Directory - Windows 2003 and my version's

  • Is there a way to upgrade my six-year old Mac

    I bought an iMac with 24" screen in 2008. I would like to know if there is a way to upgrade it with more memory or processing speed. Here are the current specs: Model Name:          iMac   Model Identifier:          iMac8,1   Processor Name:         

  • New MacBook Pro Running Extremely Slow.

    My MacBook Pro was purchased less than a week ago, and it is now running very slow, at the point of freezing for over a minute. What could be a good solution for this? I tried searching on Google and Youtube but I don't trust any software downloads f