PLS-00201 when deploying mapping after 9204 upgrade

We applied the 9204 patch to our owb environment on friday. we are now unable to deploy anything. the error message we are getting is:
PLS-00201-identifier 'WB_RT_MAPAUDIT' must be declared
anyone have any suggestions?

Hi,
When you went through the installation of the patch, did you follow all post installation steps in order to migrate the runtime environment?
Did you install a new runtime repository? Have you made sure to update the runtime repository connection to connect to the new runtime repository connection? It sounds like it could be you are still looking at the old runtime repository, whereas all schemas (access schema and target schemas) have been relinked to the new runtime repository schema.
This would also explain the issue you have at execution time.
Hope this helps,
Mark.

Similar Messages

  • PLS-00201 when running dbms_compression package

    Hello,
    I am trying to gather compression rate estimates in a 10g database before we upgrade to 11g. I have downloaded the dbms compression package from OTN: http://www.oracle.com/technetwork/database/options/compression/compression-advisor-095705.html
    And installed this in my 10g db:
    SQL> @dbmscomp.sql
    Package created.
    Synonym created.
    Grant succeeded.
    No errors.
    SQL> @prvtcomp.plb
    Package body created.
    Synonym created.
    Grant succeeded.
    No errors.
    When I try to run execute this package as shown in the README file, I get the following error:
    SQL> exec dbms_compression.getratio ('SAPAPO','/SAPAPO/MATLOC','OLTP',10);
    BEGIN dbms_compression.getratio ('SAPAPO','/SAPAPO/MATLOC','OLTP',10); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_COMPRESSION.GETRATIO' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Please let me know if anyone has encountered this error before.
    Thank you

    jhall wrote:
    not sure why the readme referenced the dbms_compression package... guess I should have looked through the package creation script. Thanks for looking at this.I don't think it does -- it's stating that this does the same as DBMS_COMPRESSION, but of course they're just implementing partial functionality of one procedure of DBMS_COMPRESSION. They'd name it something different for that reason, and because it's presence might break an upgrade from 10g to 11g.
    I'm not a huge fan of this package
    1 The compress_type parameter makes no difference to the code execution, but you still have to supply a valid value.
    2 The temporary tables that are created probably ought to be NOLOGGING.
    3 The uncompressed table is created without any storage clause so a PCTFREE of 10 is used -- that might be appropriate for OLTP compression (I have no idea) but OLTP compression isn't available in 10g so the metrics would be out anyway. It should probably be hardcoded to a value of 0.
    4 There's no error handling to remove the temporary tables in the event of a problem, or detect the pre-existence of the DBMS_COMPRESSION_TEMP_UNCMP or DBMS_COMPRESSION_TEMP_CMP tables.

  • JAVA Error Messages Thrown When Deploying Map Viewer

    Hello,
    Thank you for taking the time to assist with this problem.
    I am fairly new to java, and so I have little understanding of what certain error messages mean after I deploy Map Viewer through oc4j.
    I have poked around on the Web enough to have a feeling that the application is searching for certain necessary classes, and that it can't fully deploy without these classes. If this is true, where are these classes located and/or how do I point to them so that the application can find them?
    There are one group of errors thrown when attempting to deploy Map Viewer, and then another set when attempting to create a "dynamic data source" from the Map Viewer admin page.
    Following are the error messages:
    (happens upon attempted deployment:)
    08/06/12 11:08:22 java.lang.NoClassDefFoundError
    08/06/12 11:08:22 at java.lang.Class.forName0(Native Method)
    08/06/12 11:08:22 at java.lang.Class.forName(Class.java:164)
    08/06/12 11:08:22 at java.awt.Toolkit$2.run(Toolkit.java:821)
    08/06/12 11:08:22 at java.security.AccessController.doPrivileged(Native Method)
    08/06/12 11:08:22 at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    08/06/12 11:08:22 at oracle.sdovis.GlobalVisContext.<clinit>(GlobalVisContext.java:48)
    08/06/12 11:08:22 at oracle.sdovis.MapMaker.setUGP(MapMaker.java:2334)
    08/06/12 11:08:22 at
    oracle.lbs.mapserver.core.MapperConfig.loadMapViewerConfig(MapperConfig.java:1082)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:492)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:274)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:125)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:109)
    08/06/12 11:08:22 at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:212)
    08/06/12 11:08:22 at java.lang.Thread.run(Thread.java:595)
    (happens after I attempt to create a "dynamic data source":)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadDBConfigs(ConfigLoader.java:239)
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadCacheConfigs(ConfigLoader.java:84)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MapCacheServer.<init>(MapCacheServer.java:83)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MCSServlet$ColdStart.run(MCSServlet.java:87)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServer.<init>(FOIServer.java:163)
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServlet$ColdStart.run(FOIServlet.java:127)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    Also, when the second series of error messages are thrown, a red error message displays on the admin html page, which reads, "MapViewer server is still starting up." It doesn't matter how long I wait, it never does start up, and of course the error messages tell something is wrong.
    Do I need to modify a file somewhere to tell Map Viewer where to look for these classes?
    By the way I am running on a Sun server with Solaris 9
    Thank you much,
    John
    Message was edited by: John
    user641525

    For future reference,
    The problem was finally solved. Someone suggested to me to make sure I was running jdk 1.5.0 by typing "java -version" It turns out I thought I was running 1.5.0, but in actuality I was running 1.4.2.
    The reason this was confusing was because I was pointing to the newer version when exporting the JAVA_HOME env. variable, by typing "export JAVA_HOME=[full path to jdk folder].
    But the trick was to append the full paths for jdk/bin and jdk/jre/bin to the front of the PATH variable. At first I appened the paths to the end of the PATH variable, and nothing happened.
    Basically, the mapviewer installation needs to look at the bin folders for the 1.5.0 version of the jdk.
    You can always test this by typing "java -version." If your PATH variable is correct, then you'll see information on the most recent jdk installation instead of an older version.
    John

  • SAP 4.6C hangs when Brtools run after oracle upgrade 10.2.0.4

    Hi All,
    We have Upgraded the Oracle 9i to 10.2.0.4 for sap 4.6C production machine. After the upgrade the sap was succesfully able to start. even i can see the version was reflected in the sap system status. in the Opatch lsinventory all the bug fixes are covered. However when ever the brtools starts like taking the backup, or dbcheck, or archivelog backup. we are getting terminated with errors and the system system hangs. here is the initSID.log as follows.
    Wed Nov 18 12:52:02 2009
    Errors in file i:\oracle\cpa\saptrace\usertrace\cpa_ora_5888.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_kghstack_err+101] [PC:0x3FB10E9] [ADDR:0x4E202024] [UNABLE_TO_READ] []
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00602: internal programming exception
    ORA-07445: excepti
    Wed Nov 18 12:52:04 2009
    Doing block recovery for file 28 block 68766
    Block recovery from logseq 13424, block 2157 to scn 186123675
    Wed Nov 18 12:52:04 2009
    Recovery of Online Redo Log: Thread 1 Group 11 Seq 13424 Reading mem 0
      Mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G11M1.DBF
      Mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G11M2.DBF
    Block recovery completed at rba 13424.2423.16, scn 0.186123678
    Doing block recovery for file 27 block 1547
    Doing block recovery for file 27 block 1547
    Block recovery from logseq 13424, block 2157 to scn 186123679
    Wed Nov 18 12:52:04 2009
    Recovery of Online Redo Log: Thread 1 Group 11 Seq 13424 Reading mem 0
      Mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G11M1.DBF
      Mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G11M2.DBF
    Block recovery stopped at EOT rba 13424.2426.16
    Block recovery completed at rba 13424.2426.16, scn 0.186123679
    Wed Nov 18 13:35:44 2009
    Starting ORACLE instance (normal)
    Wed Nov 18 13:59:16 2009
    Thread 1 advanced to log sequence 13425 (LGWR switch)
      Current log# 13 seq# 13425 mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G13M1.DBF
      Current log# 13 seq# 13425 mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G13M2.DBF
    Wed Nov 18 15:45:52 2009
    Shutting down instance: further logons disabled
    Wed Nov 18 15:45:54 2009
    Stopping background process QMNC
    Wed Nov 18 15:45:55 2009
    Stopping background process CJQ0
    Wed Nov 18 15:45:56 2009
    Stopping background process MMNL
    Wed Nov 18 15:45:57 2009
    Stopping background process MMON
    Wed Nov 18 15:45:58 2009
    Shutting down instance (immediate)
    License high water mark = 27
    Wed Nov 18 15:45:58 2009
    Stopping Job queue slave processes, flags = 7
    Wed Nov 18 15:45:58 2009
    Job queue slave processes stopped
    Wed Nov 18 15:46:01 2009
    ALTER DATABASE CLOSE NORMAL
    Wed Nov 18 15:46:01 2009
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Wed Nov 18 15:46:01 2009
    Shutting down archive processes
    Archiving is disabled
    Wed Nov 18 15:46:06 2009
    ARCH shutting down
    ARC1: Archival stopped
    Wed Nov 18 15:46:11 2009
    ARCH shutting down
    ARC0: Archival stopped
    Wed Nov 18 15:46:12 2009
    Thread 1 closed at log sequence 13425
    Successful close of redo thread 1
    Wed Nov 18 15:46:12 2009
    Completed: ALTER DATABASE CLOSE NORMAL
    Wed Nov 18 15:47:10 2009
    ALTER DATABASE DISMOUNT
    Wed Nov 18 15:47:10 2009
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Nov 18 15:51:52 2009
    Starting ORACLE instance (normal)
    Wed Nov 18 15:51:52 2009
    System parameter db_block_buffers enabled without VLM on.
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =12
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.4.0.
    System parameters with non-default values:
      processes                = 100
      sessions                 = 115
      timed_statistics         = TRUE
      event                    = 10411 trace name context forever, level 1
      shared_pool_size         = 377487360
      large_pool_size          = 8388608
      java_pool_size           = 67108864
      streams_pool_size        = 50331648
      shared_pool_reserved_size= 37614518
      firstspare_parameter   = 1
      control_files            = M:\ORACLE\CPA\SAPDATA1\CNTRL\CNTRLCPA.DBF, M:\ORACLE\CPA\MIRRLOGA\CNTRL\CNTRLCPA.DBF, M:\ORACLE\CPA\ORIGLOGA\CNTRL\CNTRLCPA.DBF
      control_file_record_keep_time= 30
      db_block_buffers         = 68874
      db_block_size            = 8192
      compatible               = 10.2.0
      log_archive_dest         = H:\oracle\CPA\saparch\CPAarch
      log_buffer               = 2850816
      log_checkpoint_interval  = 0
      log_checkpoint_timeout   = 0
      db_files                 = 254
      db_file_multiblock_read_count= 8
      undo_management          = AUTO
      undo_tablespace          = PSAPUNDO
      undo_retention           = 43200
      recyclebin               = off
      remote_login_passwordfile= EXCLUSIVE
      local_listener           = LISTENER_CPA
      cursor_space_for_time    = FALSE
      job_queue_processes      = 1
      create_bitmap_area_size  = 33554432
      bitmap_merge_area_size   = 33554432
      parallel_max_servers     = 4
      parallel_execution_message_size= 8192
      hash_area_size           = 4194304
      background_dump_dest     = I:\ORACLE\CPA\SAPTRACE\BACKGROUND
      user_dump_dest           = I:\ORACLE\CPA\SAPTRACE\USERTRACE
      max_dump_file_size       = 20000
      session_max_open_files   = 20
      optimizer_features_enable= 9.2.0
      sort_area_size           = 2097152
      sort_area_retained_size  = 0
      db_name                  = CPA
      open_cursors             = 800
      optimizer_mode           = CHOOSE
      star_transformation_enabled= true
      optimizer_index_cost_adj = 10
      pga_aggregate_target     = 25165824
    PMON started with pid=2, OS id=2880
    PSP0 started with pid=3, OS id=5268
    MMAN started with pid=4, OS id=5768
    DBW0 started with pid=5, OS id=5076
    LGWR started with pid=6, OS id=6600
    CKPT started with pid=7, OS id=812
    SMON started with pid=8, OS id=3052
    RECO started with pid=9, OS id=6132
    CJQ0 started with pid=10, OS id=3648
    MMON started with pid=11, OS id=4872
    MMNL started with pid=12, OS id=3656
    Wed Nov 18 15:51:53 2009
    ALTER DATABASE   MOUNT
    Wed Nov 18 15:51:57 2009
    Setting recovery target incarnation to 1
    Wed Nov 18 15:51:57 2009
    Successful mount of redo thread 1, with mount id 4087130713
    Wed Nov 18 15:51:57 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Wed Nov 18 15:51:58 2009
    ALTER DATABASE OPEN
    Wed Nov 18 15:51:58 2009
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=14, OS id=5620
    Wed Nov 18 15:51:58 2009
    ARC0: Archival started
    Wed Nov 18 15:51:58 2009
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    Thread 1 opened at log sequence 13425
      Current log# 13 seq# 13425 mem# 0: M:\ORACLE\CPA\ORIGLOGA\LOG_G13M1.DBF
      Current log# 13 seq# 13425 mem# 1: M:\ORACLE\CPA\MIRRLOGA\LOG_G13M2.DBF
    Successful open of redo thread 1
    Wed Nov 18 15:51:58 2009
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    ARC1 started with pid=15, OS id=3344
    Wed Nov 18 15:51:59 2009
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Wed Nov 18 15:51:59 2009
    ARC1: Becoming the heartbeat ARCH
    Wed Nov 18 15:51:59 2009
    SMON: enabling cache recovery
    Wed Nov 18 15:52:00 2009
    Successfully onlined Undo Tablespace 31.
    Wed Nov 18 15:52:00 2009
    SMON: enabling tx recovery
    Wed Nov 18 15:52:00 2009
    Database Characterset is US7ASCII
    Opening with internal Resource Manager plan
    where NUMA PG = 1, CPUs = 4
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=16, OS id=5172
    Wed Nov 18 15:52:04 2009
    Completed: ALTER DATABASE OPEN
    Wed Nov 18 15:53:00 2009
    Thread 1 advanced to log sequence 13426 (LGWR switch)
      Current log# 14 seq# 13426 mem# 0: M:\ORACLE\CPA\ORIGLOGB\LOG_G14M1.DBF
      Current log# 14 seq# 13426 mem# 1: M:\ORACLE\CPA\MIRRLOGB\LOG_G14M2.DBF
    Wed Nov 18 16:02:30 2009
    Errors in file i:\oracle\cpa\saptrace\usertrace\cpa_ora_6540.trc:
    ORA-00600: internal error code, arguments: [qertbFetchByRowID], [], [], [], [], [], [], []
    Wed Nov 18 16:07:23 2009
    Hex dump of (file 15, block 157170) in trace file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc
    Corrupt block relative dba: 0x03c265f2 (file 15, block 157170)
    Bad header found during preparing block for write
    Data in bad block:
    type: 48 format: 0 rdba: 0x30303030
    last change scn: 0x5043.50415330 seq: 0x41 flg: 0x41
    spare1: 0x30 spare2: 0x30 spare3: 0x5a31
    consistency value in tail: 0x8b15a015
    check value in block header: 0x4730
    block checksum disabled
    Wed Nov 18 16:07:24 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    DBW0: terminating instance due to error 471
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_pmon_2880.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:26 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_ckpt_812.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:28 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_q001_1980.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:28 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_j000_5552.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:07:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_lgwr_6600.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_mman_5768.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:29 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_psp0_5268.trc:
    ORA-00471: DBWR process terminated with error
    Wed Nov 18 16:12:34 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_dbw0_5076.trc:
    ORA-27300: OS system dependent operation:spdde:9262:4210 failed with status: 0
    ORA-27301: OS failure message: The operation completed successfully.
    ORA-27302: failure occurred at: skgpkill4
    ORA-27144: attempt to kill process failed
    ORA-00600: internal error code, arguments: [kcbzpbuf_1], [4], [1], [], [], [], [], []
    Wed Nov 18 16:12:39 2009
    Errors in file i:\oracle\cpa\saptrace\background\cpa_smon_3052.trc:
    ORA-00471: DBWR process terminated with error
    can any one please help me on this . as this is production we are facing this problem from past 3 weeks. no one was able to analyze whats giong wrong. so because of this we even stopped the backup's of archivelog and online backup. Please some one help me asap. Your help is really appreciated.
    Hemanth

    Hi Stefan,
    I have already raised an sap call with very high priority. Sap has also verified and given me a few commands to verify if there any data block corruptions by using the dbverify and export of database to null. The export log and the db verify log shows no error. all the database if fine without any data block corruptions. is it like if patchset is not done well then will be get these type of problems? But i can see the Opatch lsinventory log shows all the patchsets and the bugs covered as per the patchset we applied. here is the Opatch lsinventory logfile for your reference. finally sap told that it is due to fault memory chip. we also did a memory test to see is it really a fault memory chip. but the memory test shows no errors. what could be the error. please help!
    Installed Top-level Products (3):
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 1                            10.2.0.2.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 3 products installed in this Oracle Home.
    Interim patches (1) :
    Patch  8880857      : applied on Sat Nov 14 12:32:58 CET 2009
    Unique Patch ID:  11799402
       Created on 18 Sep 2009, 00:36:22 hrs PST8PDT
       Bugs fixed:
         8880857, 7270434, 7597354, 6945157, 4966512, 6827260, 8426816, 7172752
         8702276, 7196863, 6857917, 8217011, 8433026, 8409848, 8341623, 5727166
         8199266, 6687381, 6271590, 6749617, 5630796, 5457450, 8301952, 7442260
         8628970, 6460304, 6919709, 6282944, 8205205, 6765855, 4627274, 8236723
         7315521, 8232056, 8762356, 7452373, 8220734, 8537544, 8599814, 4598439
         6808012, 7370410, 7585472, 8247017, 8357689, 6642751, 8355120, 8366255
         8780444, 8660243, 6394861, 7298987, 6126439, 6005525, 7556778, 6009358
         8512015, 5345978, 5598333, 7440973, 8339055, 8750358, 8537075, 5926510
         8753157, 5258914, 8640813, 6165874, 7670135, 7268438, 5743318, 6784671
         6034609, 8242879, 8708077, 8308278, 6730567, 8244734, 7041059, 8556340
         6521934, 7185460, 8268348, 8506458, 8542772, 7189984, 8547175, 5452113
         8295094, 6825866, 6915767, 5933656, 7207654, 7662491, 6988971, 5224794
         8566266, 6134664, 7487294, 7382225, 6004127, 7434148, 5726433, 8348028
         8420551, 6932504, 6643194, 7145531, 8586236, 6755419, 8609346, 7658224
         6029786, 7126504, 8423950, 7225204, 7551539, 5643036, 6997042, 6814502
         5399699, 5231155, 8209514, 5702433, 8309791, 6338068, 7695070, 8526100
         8467800, 8348514, 8318020, 7891471, 7657126, 6399168, 5394888, 8284633
         8284438, 7716219, 8471715, 8256539, 7291157, 8407546, 6401347, 8234504
         7698349, 7520091, 7411265, 7524768, 7480997, 8569254, 6996030, 8510218
         6655588, 4740049, 4085593, 6340297, 6023472, 6940487, 6964283, 6726958
         6954407, 8559466, 7033630, 7039896, 7763473, 8453040, 7446153, 4871892
         8247215, 6954722, 6053134, 8198906, 7591985, 6975521, 8274994, 7615454
         7521164, 6745682, 7598781, 7639914, 6153930, 6408317, 8541774, 8373035
         7659217, 7258065, 6035809, 6162731, 5852921, 7434973, 5745084, 5247029
         6155919, 5872943, 5939230, 6073325, 7722575, 8273910, 7423771, 6628122
         8216754, 7836441, 8282743, 7704827, 8347139, 8439220, 7023147, 8303388
         7695742, 6512811, 6021687, 5847453, 6522654, 8281791, 7207921, 3320140
         6960874, 6392076, 7475294, 7381308, 8373286, 6800507, 6858062, 7330909
         7477934, 7661251, 7835247, 8247855, 8342923, 8299095, 6741425, 7272039
         7441785, 7692248, 6526370, 7116357, 7463138, 6331062, 7830001, 8331807
         8392340, 7688581, 6824129, 5259835, 8199533, 7639602, 5705385, 5764671
         6052226, 4693355, 7710538, 7575925, 5868598, 7686186, 7219752, 8267348
         6919819, 7257770, 8230457, 7257461, 7263842, 7332423, 7307821, 7514969
         7581964, 7032684, 5879114, 8299199, 6404447, 7527908, 6014513, 7378661
         6145177, 7552067, 6799205, 6352003, 7502837, 6069409, 6371909, 8227091
         6952701, 7298688, 7396409, 8227106, 6343150, 6403091, 6610218, 6681695
         6724797, 6802650, 6804746, 6817593, 6833965, 6960489, 7136866, 7173005
         7238230, 7457766, 7600026, 7599944, 8251247, 8268054, 8324577, 8331466
         8287504, 6711853, 6976005, 7460818, 7276960, 5126719, 7044551, 6882739
         7568556, 7159505, 6840740, 7593835, 6941717, 7569205, 6955744, 5404871
         7013124, 6345573, 6070225, 7432601, 6490140, 6074620, 7140204, 7136489
         7494333, 5476236, 6980597, 7643632, 7197445, 6469211, 8287155, 8304589
         8283650, 3934160, 8292378, 7331867, 6599920, 7036453, 7363767, 6265559
         7341598, 6987790, 6926448, 6181488, 6615740, 7125408, 6596564, 6903051
         6120004, 6988017, 6851438, 7527650, 7432514, 7553884, 7499353, 7175513
         6452375, 7393804, 7523787, 7189645, 8239142, 7043989, 6268409, 7693128
         7345904, 7149004, 6683178, 6413089, 6650256, 8340379, 8328954, 6378112
         7710551, 6778714, 6919764, 7254987, 6752765, 6418420, 6733655, 7247217
         7691766, 7552042, 4637902, 6219529, 8347704, 7552082, 7424804, 6658484
         8340383, 7378735, 6509115, 5863926, 8340387, 7528105, 6673834, 7243184
         7291029, 8223467, 7237687, 7665893, 7519531, 7293244, 5262526, 8282992
         8307237, 8208765, 8208643, 7319691, 7505535, 7489862, 7688543, 5945060
         7238163, 4459936, 7172531, 5147386, 6500033, 6908967, 7459192, 7694979
         4736319, 8210889, 8223481, 5893331, 7704811, 6143420, 7193068, 6367360
         8214576, 7162704, 6869712, 6999955, 5705196, 6642692, 8362683, 6638558
         7340448, 8258839, 5399610, 6370967, 7585970, 7378401, 7043173, 7159451
         6122696, 5697354, 6981690, 5256703, 8216864, 7697802, 7523475, 6838714
         7439465, 5730603, 8225197, 7592450, 5099019, 6319761, 7664560, 7509689
         7229351, 7278117, 7654407, 7690331, 7828479, 7003718, 6491175, 6737765
         6991626, 7634610, 7519687, 6896371, 5686407, 6379441, 6313035, 5849687
         6894671, 7170213, 8201796, 6656309, 6155146, 7516867, 7296258, 7715044
         7486155, 7450460, 6113018, 7447345, 7305703, 7513673, 6640411, 7558379
         7597059, 7372337, 7484102, 6730125, 6936368, 7648406, 6047490, 6270137
         6452035, 4902697, 7677780, 6661393, 7501180, 7592168, 7007924, 7295298
         7361423, 7453155, 6282093, 5701723, 7318276, 6652767, 7458976, 7241059
         7385253, 6759910, 7375077, 7272297, 7008262, 6870047, 6896554, 7263061
         7395972, 6939835, 7515898, 6454634, 7314091, 7439689, 6811031, 5229627
         5586604, 7196532, 7573151, 7254367, 7606362, 6083292, 6994490, 5718815
         7207932, 6013981, 7592319, 7415038, 6144426, 6145687, 7509964, 6629890
         7444320, 7579079, 6350579, 7584866, 7522608, 5648287, 5709135, 6430500
         6833602, 7211965, 7236148, 7257160, 7325597, 7429070, 7430474, 7439957
         7454131, 7522909, 7515828, 7462072, 6904068, 7145872, 7190477, 7498506
         6519198, 6770417, 6395755, 6782437, 6452766, 6775231, 7189447, 7330258
         7144872, 7395472, 6216149, 7477691, 5951091, 7448543, 7522473, 6967923
         6742924, 4695511, 7413928, 6054929, 7129643, 5879865, 7430745, 6923450
         6685261, 6415531, 6359490, 7196894, 6924458, 7151667, 6627593, 6766884
         6766956, 6791019, 7494876, 7336032, 6368000, 7037203, 6955040, 5945647
         5573896, 7246117, 7433792, 6670740, 7388606, 7118478, 6768289, 7002207
         5883691, 7251909, 7366749, 7280289, 7273832, 7155655, 7138405, 6845871
         7331569, 7188610, 7480785, 7359366, 6874522, 5343559, 7356443, 7144891
         6375150, 5059447, 7038750, 6877038, 6193945, 7309458, 6854919, 5490816
         6605106, 6472286, 6606749, 6067825, 6932206, 6455412, 6674196, 7362653
         6746196, 6774830, 6451626, 7364935, 4561087, 4440589, 7315642, 7411865
         5348308, 6865378, 7331929, 7191744, 7342082, 6506818, 5944239, 7271619
         6619922, 5926711, 5996457, 7326738, 7386320, 5131180, 7046751, 6672737
         7237571, 7269450, 6782276, 7113299, 7190270, 4235212, 7348412, 5712781
         7357454, 6978876, 7287289, 7162648, 6635214, 6844739, 7046187, 6962622
         6797677, 7154415, 7142215, 7300599, 6399597, 7013768, 6875111, 6959964
         6133008, 7123643, 6122097, 6678845, 7210296, 7216535, 6594005, 6527074
         6262792, 7340474, 7313129, 6504899, 5095023, 6134368, 6725634, 7210921
         6870937, 7014646, 7017637, 6805009, 6876196, 6972343, 6897966, 6809093
         6736159, 7244238, 7127618, 7195088, 6607486, 6822672, 6687129, 6655657
         6355282, 6489332, 6789923, 6454468, 7005671, 7140644, 7039080, 6695247
         6689334, 6936964, 6445329, 7253058, 6862248, 6082292, 7004914, 5690152
         6374297, 6653934, 5208177, 6119017, 6679303, 6600051, 7228971, 6988848
         7149751, 6221403, 6440977, 6972291, 7188932, 6344497, 6724838, 7218676
         7036589, 4033868, 5883585, 6944036, 6327692, 6163785, 6913090, 7027551
         6130317, 5868257, 5190885, 6798910, 6934892, 7022905, 6795880, 6935367
         6667800, 5386874, 6925163, 6076414, 6432837, 6956212, 6714608, 6336234
         6471770, 6771400, 6511850, 7003151, 6952800, 6656630, 6898054, 5688060
         7154241, 7150609, 6660648, 6954829, 6207468, 6455659, 5970301, 6530171
         6607505, 5213488, 5944121, 5843814, 6163771, 7117709, 6896701, 6833159
         6759032, 5900004, 4393920, 6645719, 5251842, 7019835, 6826661, 6883418
         7011807, 6241222, 6956461, 6193802, 7006942, 6986658, 5410059, 6626018
         5704108, 5890312, 5934363, 6760697, 6121357, 6110752, 6725855, 5923486
         6705635, 5234947, 5902962, 6143047, 5895190, 6917874, 6151380, 6456530
         5368296, 5386204, 6369463, 6768114, 6200820, 6972843, 5880921, 6506617
         6994160, 6345197, 6506816, 6670579, 6688740, 5961436, 6823287, 6604020
         6372848, 6414616, 6195891, 6822995, 6595426, 5747462, 6120483, 6981215
         6082832, 5623467, 4551675, 6329318, 6324944, 6376928, 6783426, 6051177
         6024730, 5935935, 6778404, 4169479, 5756769, 5714944, 6670551, 6607676
         6084232, 6815733
    Hemanth

  • Need help on this error when deploy  mapping

    Hello OWB gurus,
    Our OWB Design and Runtime repositories were migrated from one server to another. THe listener port also changed as well.
    When deploying existing mappings, the user now gets the following error:
    Io exception: The Network Adapter could not establish the connection
    The runtime repository is updated with the new host and port number.
    The services are available also. What am I missing?
    Does anyone have experience with the error:
    Io exception: The Network Adapter could not establish the connection
    SQL> @start_service
    Available
    PL/SQL procedure successfully completed.
    SQL> @service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    Service script is accessible to the database server
    Connection information stored within the repository is correct
    PL/SQL procedure successfully completed.
    Thanks and your help is greatly appreciated.

    Hi
    Please provide detailed information on
    1) what you want to do
    2) how do you do it (code examples)
    3) the error message
    After that we can try to help you,
    Peter

  • PLS-00201 when executing insexcpr.sql starter

    Receiving a PLS-00201 on wwutl_htp.scriptclose when executing @insexcpr.sql with the suggested schema in the May PDK of starter. Followed the prior instructions. Also tried granting execute on wwutl_htp to starter.

    Thanks Maxim & Rakesh, that worked.
    It does look like a bug. The return on it's own works with other functions e.g. ASCII etc. but not ORA_HASH.
    The select from dual version is painfully slow (e.g. 25 x times) though so I think I'll use dbms_utility.get_hash_value instead for now. I was planning to use that version in 9i anyway as my app still needs to run on 9i - but I was trying to get the ORA_HASH working for 10g as it is incredibly fast.
    Will definitely log it though.

  • PLS-00201 when trying to call ORA_HASH from a function

    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
    PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for Solaris: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production
    SQL> select ora_hash('GOOBERS') from dual;
    ORA_HASH('GOOBERS')
    1552467184
    SQL> create or replace function my_hash(x in varchar2) return number is begin return ora_hash(x); end;
    2 /
    Warning: Function created with compilation errors.
    SQL> show errors
    Errors for FUNCTION MY_HASH:
    LINE/COL ERROR
    1/56 PL/SQL: Statement ignored
    1/63 PLS-00201: identifier 'ORA_HASH' must be declared
    If anyone has some ideas on this it would be great to hear from you. Thanks.

    Thanks Maxim & Rakesh, that worked.
    It does look like a bug. The return on it's own works with other functions e.g. ASCII etc. but not ORA_HASH.
    The select from dual version is painfully slow (e.g. 25 x times) though so I think I'll use dbms_utility.get_hash_value instead for now. I was planning to use that version in 9i anyway as my app still needs to run on 9i - but I was trying to get the ORA_HASH working for 10g as it is incredibly fast.
    Will definitely log it though.

  • ORA-00923 When deploying mapping

    Hi all,
    I have a project which contains a mapping with an expression. This expression uses a function, which declares a cursor, in order to fetch values from a staging table, as follows:
    --initialize variables here
    P_MSISDN NUMBER;
    V_ROW MAP_PSEUDO_NUMBERS_STG%ROWTYPE;
    CURSOR C_MAP_PSEUDO_NUMBERS IS
    SELECT * FROM MAP_PSEUDO_NUMBERS_STG;
    -- main body
    BEGIN
    OPEN C_MAP_PSEUDO_NUMBERS;
    IF C_MAP_PSEUDO_NUMBERS%ISOPEN THEN
    LOOP
    FETCH C_MAP_PSEUDO_NUMBERS INTO V_ROW;
    EXIT WHEN C_MAP_PSEUDO_NUMBERS%NOTFOUND;
    IF (INSTR(TO_CHAR(P_MSISDN), V_ROW.PSEUDO_NUMBER_ID) = 1) THEN
    RETURN 4; -- Pseudo Number
    END IF;
    END LOOP;
    RETURN NULL;
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    NULL; -- enter any exception code here
    RETURN NULL;
    END;
    The mapping's expression operator uses this function as follows:
    IF "PK_PRJ_LOAD"."LOAD_ALL_PSEUDO_NUMBERS"(INGRP1.MSISDN) <> NULL THEN
    "PK_PRJ_LOAD"."LOAD_ALL_PSEUDO_NUMBERS"(INGRP1.MSISDN)
    ELSE
    CASE
    WHEN (INGRP1.PAYMENTTYPE IS NULL) THEN 0 -- Unknown
    WHEN (INGRP1.PAYMENTTYPE='C') THEN 1 -- Postpaid
    WHEN (INGRP1.PAYMENTTYPE='P') THEN 2 -- Prepaid
    WHEN (INGRP1.PAYMENTTYPE='H') THEN 3 -- Hybrid
    ELSE 0 -- Unknown
    END
    Where "PK_PRJ_LOAD"."LOAD_ALL_PSEUDO_NUMBERS"(INGRP1.MSISDN) is the function mentioned above.
    The sql query is fine, and when I run the script in SQL developer, it runs ok. However, when I try to deploy the mapping that uses the function, I get this error:
    PL/SQL: ORA-00923: FROM keyword not found where expected
    I wonder whether I can use cursors in OWB functions, or else, where the problem is. Any ideas?
    Thanks in advance
    G.

    I think problem is with
    this part
    IF "PK_PRJ_LOAD"."LOAD_ALL_PSEUDO_NUMBERS"(INGRP1.MSISDN) NULL THEN
    "PK_PRJ_LOAD"."LOAD_ALL_PSEUDO_NUMBERS"(INGRP1.MSISDN)
    ELSE
    CASE
    WHEN (INGRP1.PAYMENTTYPE IS NULL) THEN 0 -- Unknown
    WHEN (INGRP1.PAYMENTTYPE='C') THEN 1 -- Postpaid
    WHEN (INGRP1.PAYMENTTYPE='P') THEN 2 -- Prepaid
    WHEN (INGRP1.PAYMENTTYPE='H') THEN 3 -- Hybrid
    ELSE 0 -- Unknown
    ENDinstead of "if" (i never tried "if" in expression) try to use CASE avd first try with simple one.. like
    Case when "PK_PRJ_LOAD"."LOAD_ALL_PSEUDO_NUMBERS"(INGRP1.MSISDN) IS NULL  THEN
    1
    else  2
    endand check if it work....
    Cheers
    Nawneet
    Edited by: Nawneet on Oct 13, 2009 7:56 AM

  • ORA-04028 error when deploying mapping

    The scenario is:
    I have this simple mapping between Table01@db01 and Table02@db02; the validation is success. But, when i try to deploy the mapping it errors out "PL/SQL: ORA-04028: cannot generate diana for object"
    Have anybody encountered this issue before? any idea please?
    ~Prabha
    Edited by: Prabha_OBI on Oct 5, 2008 12:48 PM

    I got following errors during Designer reposityry install:
    ORA-04028: cannot generate diana for object REPOS_DW.RM_PROPERTIES
    RME-02124: Failed to execute SQL statement: alter package JR_RM_DEL compile body
    I first recompiled the view REPOS_DW.RM_PROPERTIES
    then compiled the package REPOS_DW.JR_RM_DEL
    Thanks,

  • DeploymentService:290066 error when deploying EAR after a call to a SOAP WS

    Hi all,
    I'm totally disappointing with this behavior on my 10.3.4 weblogic server.
    I have develop a EAR connecting a SOAP WS. Targeted server is a MS one.
    I have used WSImport to generate proxy classes.
    My service goes well, no issue to call and retrieve returns from WS.
    The issue is that, I'm no more able to do any administration command on my managed1 from the admin console or from ant task after a call is done to the WS. I can do with success call to WS from my application without any time limitation.
    when i try to deploy a new release or another application (ear) on managed1 via ANT deploy task  i got the following error in managed1.out
    java.io.IOException: [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "1,422,270,380,717". Underlying error is: "null"
            at weblogic.deploy.service.datatransferhandlers.HttpDataTransferHandler.getDataAsStream(HttpDataTransferHandler.java:86)
            at weblogic.deploy.service.datatransferhandlers.DataHandlerManager$RemoteDataTransferHandler.getDataAsStream(DataHandlerManager.java:153)
            at weblogic.deploy.internal.targetserver.datamanagement.AppDataUpdate.doDownload(AppDataUpdate.java:39)
            at weblogic.deploy.internal.targetserver.datamanagement.DataUpdate.download(DataUpdate.java:56)
            at weblogic.deploy.internal.targetserver.datamanagement.Data.prepareDataUpdate(Data.java:97)
            at weblogic.deploy.internal.targetserver.BasicDeployment.prepareDataUpdate(BasicDeployment.java:682)
            at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepareDataUpdate(AbstractOperation.java:898)
            at weblogic.deploy.internal.targetserver.operations.AbstractOperation.stageFilesFromAdminServer(AbstractOperation.java:264)
            at weblogic.deploy.internal.targetserver.DeploymentManager.createOperations(DeploymentManager.java:1409)
            at weblogic.deploy.internal.targetserver.DeploymentManager.handleUpdateDeploymentContext(DeploymentManager.java:162)
            at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.updateDeploymentContext(DeploymentServiceDispatcher.java:155)
            at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doUpdateDeploymentContextCallback(DeploymentReceiverCallbackDeliverer.java:147)
            at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.updateDeploymentContext(DeploymentReceiverCallbackDeliverer.java:28)
            at weblogic.deploy.service.internal.statemachines.targetserver.ReceivedPrepare.callDeploymentReceivers(ReceivedPrepare.java:203)
            at weblogic.deploy.service.internal.statemachines.targetserver.ReceivedPrepare.handlePrepare(ReceivedPrepare.java:112)
            at weblogic.deploy.service.internal.statemachines.targetserver.ReceivedPrepare.receivedPrepare(ReceivedPrepare.java:52)
            at weblogic.deploy.service.internal.targetserver.TargetRequestImpl.run(TargetRequestImpl.java:211)
            at weblogic.deploy.service.internal.transport.CommonMessageReceiver$1.run(CommonMessageReceiver.java:457)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    When I try to change logging settings from the console I never get any response from server.
    any help will be helpful.
    Regards,
    Stephane

    Hi Stephane,
    The following error "Error occurred while downloading files from admin server for deployment request" occurs when a  service on the machine is preventing the WebLogic Server remote instance from downloading the configuration file.
    This can be Hosts Intrusion Prevention (HIPS) agents or any other agent causing this issue.
    Disabling the agent interfering with the download process should fix this issue.
    Please check and let us know if it helps you!!!
    Vijaya
    =========

  • Ora-00604 and ora-00001 when deploying mapping

    Hi,
    I have a problem when I want to deploy a mapping. I get the following errors: ora-00604 'error occurred at recursive SQL level 1' and ora-00001 'unique constraint violated (SYS.I_SOURCE1)'.
    I'm using owb 11.1.0.7.0.
    Can anybody help me to solve this?

    user9033344 wrote:
    Hi,
    I have a problem when I want to deploy a mapping. I get the following errors: ora-00604 'error occurred at recursive SQL level 1' and ora-00001 'unique constraint violated (SYS.I_SOURCE1)'.
    I'm using owb 11.1.0.7.0.
    Can anybody help me to solve this?Oracle Support.

  • Abnormal "% system ASP used" growth when running SAP   after V5R4 upgrade

    Dear friends,
    apparently again issues with the V5R4 upgrade. Let me summarize:
    upgraded sucessfully from V5R3 to V5R4
    II14126 successfully applied (8 October 2007)
    no problems running SAP at all (we run multiple instances with 46C and 47, so kernel 46C 2341 and kernel 640 174)
    When the instances are running, we see an abnormal (too fast!) storage consumption, never seen anything similiar before... the journals are ok, we checked them all, also the non-SAP ones...
    Any idea/suggestion will be sincerely appreciated.
    Franco.

    Volker,
    we went EXT since long ago, we had no issues until we ran V5R3, now we're in V5R4, last apar II14126 as of Oct 8, kernel EXT 2341 on CI and windows application servers and we're definitivelly in troubles !
    The strange thing is that we have another identical iSeries, same kernels, same V5R4 tough wih an older ***, no problems on that iSeries.
    No useful suggestions from IBM and SAP so far.
    IBM asked us to load also the following PTFs :
    SI28671
    MF42522
    SI25219
    we did it, no luck, nothing changed... the tempstorage is increasing at an avg speed of 10Gb per hour.
    I've found some old threads in the saponiseries group, here a couple of workaround were suggested :
    Note 182207 - DB2/390: Improving Virtual Storage Utilization
    Note 101717 - Automatic restart of SAP R/3 work processes
    See also http://tech.groups.yahoo.com/group/SAPoniSeries/message/39
    Do you think we can adopt this temporary workaround ?
    Franco.

  • /apex/wwv_flow.accept not found when accessing remotely after XE upgrade

    Hi,
    I upgraded my XE instance to APEX 3.2 and enabled remote connections using:
    exec dbms_xdb.setListenerLocalAccess (l_access => FALSE);
    Now, when I edit items or insert records on my created page, I end up getting a timeout accessing the wwv_flow.accept file.
    For example, if I follow these steps:
    1. Log into APEX remotely as workspace administrator (successful)
    2. Navigate to application definition (successful)
    3. Make a change to global notification and click APPLY CHANGES
    4. The brower will time out on http://x.x.x.x:8080/apex/wwv_flow.accept
    Note that there is no 404 error. Rather the browser simply times out. It doesn't matter if I use the ip or server name. I've removed all proxy settings, so it can't be that...
    Some APEX items work, I suppose anything that does not reference wwv_flow.accept. For example, I can update an existing record (just not insert).
    Also, everything works perfectly when I am accessing from the local server through the loopback interface.
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    Application Express 3.2.1.00.12
    Thanks - I appreciate any help!
    -Matt

    Hi, have you allowed all of the following programs through the firewall:
    \oraclexe\app\oracle\product\10.2.0\server\BIN\omtsreco.exe
    \oraclexe\app\oracle\product\10.2.0\server\BIN\LSNRCTL.EXE
    \oraclexe\app\oracle\product\10.2.0\server\BIN\oracle.exe
    \oraclexe\app\oracle\product\10.2.0\server\BIN\TNSLSNR.EXE

  • Sound won't when browsing work after firefox upgrade

    I get no sound when playing internet video clips using Firefox. these work perfectly if using internet explorer. I've checked everything I can think of but am no great expert. help/advice appreciated
    == This happened ==
    Not sure how often

    I had the exact same problem when firefox auto-updated to 3.6.8 from 3.6.7.
    Re-install firefox. That did the trick for me.

  • "PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must be declared" when deploying with XA connection pools

    I get the error message "PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must
              be declared" when I try to deploy a J2EE application which uses XA pools and
              TX datasources.
              I am not sure how to setup my system for running with XA. I have tried to
              see what other people have done in this new group and copied from them.
              My connection pools looks like this:
              <JDBCConnectionPool
              DriverName="oracle.jdbc.xa.client.OracleXADataSource"
              MaxCapacity="5" Name="alba"
              Properties="user=<user>;url=jdbc:oracle:thin:@haux01:1526:UTV8;password=<pas
              sword>;dataSourceName=alba"
              RefreshMinutes="60" Targets="myserver"
              URL="jdbc:oracle:thin:@haux01:1526:UTV8"/>
              My data sources look like this:
              <JDBCTxDataSource JNDIName="alba_ora817_localsl"
              Name="alba_ora817_localsl" PoolName="alba" Targets="myserver"/>
              The database is oracle 8.1.7.2.0
              The reason I started trying to use XA in the first place was when I tried to
              connect to two databases in the same transaction. I then got an error
              message saying: java.sql.SQLException: Connection has already been created
              in this tx context for pool named <first pool name>. Illegal attempt to
              create connection from another pool: <second pool name>. As I have
              understood, XA pools should fix this problem.
              /Eirik
              

    Hi Eirik
              Is your Oracle database Server setup for XA? Check Oracle Docs on how to do
              that.
              you need to make sure this script is run on the server, initjvm.sql (It
              should be in your oracle installation rdbms scripts) and then grant select
              permission on dba_pending_transactions.
              hth
              sree
              "newsgroups.bea.com" <[email protected]> wrote in message
              news:[email protected]...
              > I get the error message "PLS-00201: identifier 'JAVA_XA.XA_START_NEW' must
              > be declared" when I try to deploy a J2EE application which uses XA pools
              and
              > TX datasources.
              > I am not sure how to setup my system for running with XA. I have tried to
              > see what other people have done in this new group and copied from them.
              > My connection pools looks like this:
              > <JDBCConnectionPool
              > DriverName="oracle.jdbc.xa.client.OracleXADataSource"
              > MaxCapacity="5" Name="alba"
              >
              >
              Properties="user=<user>;url=jdbc:oracle:thin:@haux01:1526:UTV8;password=<pas
              > sword>;dataSourceName=alba"
              > RefreshMinutes="60" Targets="myserver"
              > URL="jdbc:oracle:thin:@haux01:1526:UTV8"/>
              >
              > My data sources look like this:
              > <JDBCTxDataSource JNDIName="alba_ora817_localsl"
              > Name="alba_ora817_localsl" PoolName="alba" Targets="myserver"/>
              >
              > The database is oracle 8.1.7.2.0
              >
              > The reason I started trying to use XA in the first place was when I tried
              to
              > connect to two databases in the same transaction. I then got an error
              > message saying: java.sql.SQLException: Connection has already been created
              > in this tx context for pool named <first pool name>. Illegal attempt to
              > create connection from another pool: <second pool name>. As I have
              > understood, XA pools should fix this problem.
              >
              >
              > /Eirik
              >
              >
              

Maybe you are looking for

  • Which hp printers use wpa2-psk

    My new Netgear R6300 only wants to use wpa2-psk (aes). My old HP printer can not do this security code. Need to get a new HP printer, which one has this level of encription?

  • HOW TO Delete Unused Media from FINAL CUT PRO

    *HOW TO DELETE UNUSED MEDIA FROM HARD DRIVE IN FINAL CUT PRO.* Keywords: disk disc drive space remove compressor SUMMARY: Say your original clip is 10 gigs, you can use only what you need and delete the rest from your hard drive. I know people on the

  • ** Interface Mapping - No Objects Found - IDoc is receiver

    Hi Friends, In our scenario, sender is File & receiver is IDoc. For each record in file, we need to created one IDoc.  IDoc is CREMAS.CREMAS05.  For this as usual we exported XSD and changed the occurrence of IDOC node as minOccurs="0" maxOccurs="unb

  • What version of Garageband is on my install disc?

    I was recently given a Powerbook PowerPC G4 with OS X Tiger 10.4.11. I have the original install discs and I want to re-load OS X and all the applications. Does anyone know what version of Garageband comes as a part of iLife on the install disc? I cu

  • Searching for CS6 download in the Creative Cloud package

    I just signed up for a Creative Cloud membership but i start a class on Illustrator CS6 wednesday. How do i access CS6, not just CC? thank you