ORA-01548 after bounce the Database...

Hi All,
User has run some job which occupied 50G in undo tablespace. Now job is finished and I want to reclaim that 50G from undo.
So I created another undo tbs of small size say 2G and switch to new undo tbs.. all segment is online with new undotbs but one segment having "partial available" status with old undotbs.
I bounce the DB also but still when going to delete older undotbs its throwing me this error:
drop tablespace undotbs2 including contents and datafiles
ERROR at line 1:
ORA-01548: active rollback segment '_SYSSMU23$' found, terminate dropping
tablespace
when I check how many extent with this "_SYSSMU23$" segment..it gives 384 rows with "ACTIVE" status.
select owner,segment_name,tablespace_name,status from dba_undo_extents where segment_name='_SYSSMU23$';
how can I reclaim my undo space ?
Any suggestion?
Thanks...

Hi Nagendra,
select tablespace_name,status,count(*) as HOW_MANY from dba_undo_extents group by tablespace_name,status
TABLESPACE_NAME STATUS HOW_MANY
UNDOTBS2 EXPIRED 1195
TESTUND EXPIRED 294
TESTUND UNEXPIRED 116
from the above query it shows UNDOTBS2 having expired extents but with one of the segment it showing "active" status as below:
SQL> select owner,segment_name,tablespace_name,status from dba_undo_extents where segment_name='_SYSSMU23$';
OWN SEGMENT_NAME TABLESPACE_NAME STATUS
SYS _SYSSMU23$                     UNDOTBS2                       ACTIVE       
SYS _SYSSMU23$                     UNDOTBS2                       ACTIVE       
SYS _SYSSMU23$                     UNDOTBS2                       ACTIVE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • ORA-29902 after restoring the database

    Hello friends,
    Our database crashed 2 weeks ago and we had rman backups and I restore backups and it fixed. ORACLE version:  11.2.0.3.0, OS: Win server 2008
    But now when we want to run our old quires which were working without problem before get exception:
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-01187: cannot read from file  because it failed verification tests
    ORA-01110: data file 201: 'D:\APP\ADMINISTRATOR\ORADATA\IWATCHDB\TEMP01.DBF'
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 333
    29902. 00000 -  "error in executing ODCIIndexStart() routine"
    *Cause:    The execution of ODCIIndexStart routine caused an error.
    *Action:   Examine the error messages produced by the indextype code and
               take appropriate action.
    our query:
    SELECT R.*
    FROM DPS_CAMERAS_V R
    WHERE SDO_WITHIN_DISTANCE(R.geom, SDO_GEOMETRY(2001, 8307, SDO_POINT_TYPE(-118.28648979370115, 34.02271512835471, null), null, null), 'DISTANCE=10 UNIT=MILE') = 'TRUE'
    I checked the table spatial index to make sure that it is still there and did not get deleted during the restoring process and it was there.
    I opened the index using sqldeveloper and it was written on top of the sql: -- Unable to render INDEX DDL for object IWATCH.DPS_CAMERA_IDX with DBMS_METADATA attempting internal generator.
    Thanks for your help

    I used the solution here:
    http://scn.sap.com/thread/562143
    And the query I mentioned above worked properly.
    But I changed the query to:
    SELECT R.*
    FROM DPS_CAMERAS R
    WHERE SDO_WITHIN_DISTANCE(R.geom, SDO_GEOMETRY(2001, 8307, SDO_POINT_TYPE(-118.28648979370115, 34.02271512835471, null), null, null), 'DISTANCE=10 UNIT=MILE') = 'TRUE'
    To run query on the main table instead of the view and I got:
    ORA-13226: interface not supported without a spatial index
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 8
    ORA-06512: at "MDSYS.SDO_3GL", line 1052
    13226. 00000 -  "interface not supported without a spatial index"
    *Cause:    The geometry table does not have a spatial index.
    I checked the table and it has an spatial index, but I dropped it and tried to create a new spatial index and I got:
    An error was encountered performing the requested operation:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AAASIeAAEAAAAKOAAw] in spatial indexing.
    ORA-13206: internal error [] while creating the spatial index
    ORA-13032: Invalid NULL  SDO_GEOMETRY object
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 10
    29855. 00000 -  "error occurred in the execution of ODCIINDEXCREATE routine"
    *Cause:    Failed to successfully execute the ODCIIndexCreate routine.
    *Action:   Check to see if the routine has been coded correctly.
    Vendor code 29855
    and I tried it again and got:
    Error starting at line 1 in command:
    create INDEX dps_cameras_idx ON dps_cameras(geom) INDEXTYPE IS MDSYS.SPATIAL_INDEX
    Error at Command Line:1 Column:14
    Error report:
    SQL Error: ORA-00955: name is already used by an existing object
    00955. 00000 -  "name is already used by an existing object"
    *Cause:   
    *Action:
    and I checked the table and saw the new index is there, but when I want to run the query I get the same error as above:
    ORA-13226: interface not supported without a spatial index
    ORA-06512: at "MDSYS.MD", line 1723
    ORA-06512: at "MDSYS.MDERR", line 8
    ORA-06512: at "MDSYS.SDO_3GL", line 1052
    13226. 00000 -  "interface not supported without a spatial index"
    *Cause:    The geometry table does not have a spatial index.
    *Action:   Verify that the geometry table referenced in the spatial operator
               has a spatial index on it.

  • Database initialization failed after attach the database.

    Hello Everyone,
    I have a problem after detaching the database and attaching it again (I moved the database to another partition because of shortage of disk space). Then, I find that the system can not start. (I've two systems and now neither of them could start). The error seems very similar.
    In the pure java system(netweaver 04s) log: jvm_bootstrap.out,
    com.sap.engine.bootstrap.synchronizationException: Database Initializtion Failed! Check database properties.
    com.sap.engine.frame.core.configuration.configurationException: Error while connecting to DB.
    Caused by: java.sql.SQLException: [NWMss] [SQLServer JDBC Driver] [SQLServer] Login failed for user 'SAPBP0DB'.
    In pure ABAP system(Netweaver 04s) log: dev_w12:
    openoledbConnection: MARS property was not set.
    openoledbConnection: line 23722. hr: 0x8000ffff login failed for user 'CNDT50083414\SAPServiceBE0'.
    sloledb.cpp [openoledbConnection, line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    sloledb.cpp [openoledbConnection, line 23722]: Error/Message: (err 0, sev 0), Invalid string connection attribute.
    Is this because the DB not started? In Windows Services, I found 'MSSQLServer' is started.
    How can I trace down to this problem? I don't have much idea on DB...
    All your kindly help is greatly appreciated.
    Best Regards,

    Hi Karan,
    Thank you for your reply. I attach the dev_w0 file here:
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Tue Sep 23 13:16:15 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\BE0\DVEBMGS02\exe\dbmssslib.dll' ...
    B  Library 'C:\usr\sap\BE0\DVEBMGS02\exe\dbmssslib.dll' loaded
    B  Version of 'C:\usr\sap\BE0\DVEBMGS02\exe\dbmssslib.dll' is "700.08", patchlevel (0.158)
    B  New connection 0 created
    M sysno      02
    M sid        BE0
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    159
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        1704
    M
    M  kernel runs with dp version 237000(ext=110000) (@(#) DPLIB-INT-VERSION-237000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1704) [dpxxdisp.c   1316]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          21008     (1616)
    M  DpShMCreate: sizeof(tm_adm)          5912624     (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 0000000011080050, size: 6604928)
    M  DpShMCreate: allocated sys_adm at 0000000011080050
    M  DpShMCreate: allocated wp_adm at 0000000011082150
    M  DpShMCreate: allocated tm_adm_list at 0000000011087360
    M  DpShMCreate: allocated tm_adm at 00000000110873C0
    M  DpShMCreate: allocated wp_ca_adm at 000000001162ABF0
    M  DpShMCreate: allocated appc_ca_adm at 00000000116309B0
    M  DpShMCreate: allocated comm_adm at 00000000116328F0
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 00000000116B9580
    M  DpShMCreate: allocated gw_adm at 00000000116B9600
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 00000000116B9630
    M  DpShMCreate: allocated wall_adm at 00000000116B9640
    M  rdisp/queue_size_check_value :  -> off
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host CNDT50083414

    M Tue Sep 23 13:16:16 2008
    M  calling db_connect ...
    C  Thread ID:6104
    C  Thank You for using the SLOLEDB-interface
    C  Using dynamic link library 'C:\usr\sap\BE0\DVEBMGS02\exe\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      158
    C    patchcomment Corrections of odbc-based dbsl: dsql: optype, DSN (1135165)
    C  np:(local) connection used on CNDT50083414
    C  CopyLocalParameters: dbuser is 'be0'

    C Tue Sep 23 13:16:17 2008
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: MARS property was not set.
    C  OpenOledbConnection: line 23722. hr: 0x8000ffff Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: line 23722. hr: 0x8000ffff Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: line 23722. hr: 0x8000ffff Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  failed to establish conn to np:(local).
    C  Retrying without protocol specifier: (local)
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: line 23722. hr: 0x8000ffff Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: line 23722. hr: 0x8000ffff Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  Provider SQLNCLI could not be initialized. See note #734034 for more information.
    C  Using provider SQLOLEDB instead.
    C  OpenOledbConnection: line 23722. hr: 0x8000ffff Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 18456, sev 0), Login failed for user 'CNDT50083414\SAPServiceBE0'.
    C  Procname: [OpenOledbConnection - no proc]
    C  sloledb.cpp [OpenOledbConnection,line 23722]: Error/Message: (err 0, sev 0), Invalid connection string attribute
    C  Procname: [OpenOledbConnection - no proc]
    C  failed to establish conn. 0
    B  ***LOG BY2=> sql error -1     performing CON [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY0=> Login failed for user 'CNDT50083414\SAPServiceBE0'. [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY2=> sql error -1     performing CON [dblink#5 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Login failed for user 'CNDT50083414\SAPServiceBE0'. [dblink#5 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1440]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10504]

    M  Info for wp 0

    M    pid = 1704
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server CNDT50083414_BE0_02 on host CNDT50083414 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Tue Sep 23 13:16:17 2008
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10724
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 1704) [dpnttool.c   333]

  • Simplify recovery after opening the database with the RESETLOGS option

    Hi All,
    I just have doubt ,regarding the topic which is given in Oracle 11g Exam Syllabus for upgrading from 9i to 11g OCP.The opic is
    *"Simplify recovery after opening the database with the RESETLOGS option"* in this topic what one need to study.
    As i am little bit confuse related to "Recovery through RESETLOGS and reset of the incarnation of the database".
    Kindly correct me if i am wrong
    Thanks in advance

    vk82 wrote:
    Hi All,
    I just have doubt ,regarding the topic which is given in Oracle 11g Exam Syllabus for upgrading from 9i to 11g OCP.The opic is
    *"Simplify recovery after opening the database with the RESETLOGS option"* in this topic what one need to study.
    As i am little bit confuse related to "Recovery through RESETLOGS and reset of the incarnation of the database".
    Kindly correct me if i am wrong
    Thanks in advanceyou are correct so you can mark this thread as answered
    Handle:     vk82
    Status Level:     Newbie (35)
    Registered:     Nov 21, 2010
    Total Posts:     733
    Total Questions:     180 (115 unresolved)

  • Trun off archiving without bouncing the database

    Hello,
    Is there a way to turn off archive log mode without bouncing the database in 9i? I know we can turn off automatic archival with out bringing down the db.
    Thanks.

    Hi,
    One thing is ARCHIVELOG and NOARCHIVELOG, another thing is automatic or manual archiving. When the Database is configured in ARCHIVELOG mode, you can dinamically turn on or off automatic archiving, but you cannot switch from ARCHIVELOG to NOARCHIVELOG (or viceversa) without shutting down the DB : this change has to be done when the DB is mounted but not open.

  • ORA-01190 while opening the database

    Hello,
    I am working on a noarchivelog database,
    I did a full database restore and recover from a full database backup and i opened the database with resetlogs. then i had falure on one data file so i restored the database again but when i tried to open it , it generates ORA-01190, and i cannot be opened, i can only be mounted.
    Knowing that i do not have a backup between the two restores.
    Any solution for this issue ?
    Thanks.
    Nael

    Hello,
    It appears on datafile 1 after the resetlogs, i did my first restore and i opened the database with reset logs and then when restored for the 2nd time i was not able to open the database because of the ORA-1190 on datafile 1.
    As for point a and b i did not do both, just a restore and then recovery for the whole database.
    thanks,
    Nael

  • ITunes keeps old artist names that are incorrect, even after remaking the database

    I have a huge classical music collection. Using iTunes is a frustrating experience since the tags are quite useless. No one wants to search for
    this conductor with that orchestra
    as the artist. You want the composer!
    And then, in multiwork sets, iTunes tags a CD as
    Beethoven symphonies - Vol. 2
    rather than
    Beethoven: Symphonies Nos. 3, 4
    And, for example, I am reripping Dvorak's works. As I type in the Artist (composer), the first choice is
    Dvorak, Anton
    Then it lists the correct
    Dvorak, Antonin
    Where is it getting the incorrect name from?
    I once had Anton by accident, but I retagged all my files to make this correct. Now iTunes does not list Dvorak, Anton as an Artist, but it is still there when I retag.
    I deleted the .xml and .itl files in my music folder, and remade the database from scratch. They are still there.
    How do I fix this?

    The Three Best Alternatives for Security Questions and Rescue Mail
        1. Use Apple's Express Lane.
              Go to https://expresslane.apple.com ; click 'See all products and services' at the
              bottom of the page. In the next page click 'More Products and Services, then
              'Apple ID'. In the next page select 'Other Apple ID Topics' then 'Forgotten Apple
              ID security questions' and click 'Continue'. Please be patient waiting for the return
              phone call. It will come in time depending on how heavily the servers are being hit.
         2.  Call Apple Support in your country: Customer Service: Contact Apple support.
         3.  Rescue email address and how to reset Apple ID security questions.
    A substitute for using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.

  • Getting errors after changing the Database

    Previously I was using a different database connection for my adf application.Now i have changed the database connection through project properties->business components. I also deleted the details of the previous connection from connection.xml file. But still i'm getting the error about the previous connection.
    Please share your opinion to get rid of this problem.

    Try this.
    1. Menu->View->Database->Database Navigator
    2. Find your application specific connection.
    3. Check properties of the connection, update/recreate, test the connection using Test button.
    4. Menu->Build->Clean All

  • User_jobs: Job reappears after bouncing the db

    Hi All,
    This week, I've come across a strange thing. One of the developer has submitted a job using dbms_job pkg. But for some unknown reason, he wanted to stop it from running. So, from TOAD-- Schema Browser, he dropped that job and queried user_jobs to find "no rows".
    But after few minutes, the job reappeared in USER_JOBS with its Next run date/time already passed by. He removed the job again. But it reappeared after sometime.
    On which we tried this:
    1) Shutdown db
    2) set job_queue_process=0 (Earlier it was 4)
    3) Start db
    4) Shutdown db
    5) set job_queue_process=4 (again)
    6) Start db.
    This solution worked for us.
    My question is:
    Why did it reappeared in USER_JOBS even after dropping the job?
    Where can we see the status of a job (other than DBA_JOBS, DBA_JOBS_RUNNING)?
    Why did it take the above 6 steps to resolve the issue?

    > Why did it reappeared in USER_JOBS even after
    dropping the job?
    As David indicated - no commit. Changing the jobs table requires a commit.
    One may want to add a job as part of a business transaction. The job must only be scheduled when that business transaction is committed. One does not want the job to be auto added to the job queue without an explicit commit.
    Thus the DBMS_JOB package does not perform any implicit commits or autonomous transactions. As documented.
    > Where can we see the status of a job (other than
    DBA_JOBS, DBA_JOBS_RUNNING)?
    In V$SESSION. That will list the actual Job Queue Session that is executing the DBMS_JOB. The actual o/s process details for that session will in turn be listed in V$PROCESS.
    > Why did it take the above 6 steps to resolve the
    issue?
    Ignorance, sadly.

  • 404 error after restoring the database

    Friends, our dba team restored the Flows_030000 schema after a complete monthly refresh of our server (RMAN restore). Now when I try to access the APEX admin page or any of the applications it gives me a 404 error saying '/pls/apex/apex_admin/ was not found on this server'.
    I looked at the apache error log file and found the following
    mod_plsql: /pls/apex/apex_admin HTTP-404 ORA-04063: package body "FLOWS_030000.WWV_FLOW_SECURITY" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "FLOWS_030000.F", line 276
    ORA-06512: at "FLOWS_030000.APEX_ADMIN", line 5
    ORA-06512: at line 10.
    The RMAN refresh is a regular monthly process for us it was going smooth for the past one year ever since we deployed Apex 2.2. Last month we upgraded it to 3.0 and this is the first refresh after the upgrade.
    I feel it is most probably a priveleges issue. But not sure what it could be.
    Guys, any thoughts or any experiences facing the same kind of situation?

    You could do a new install in a different database and see what privileges the FLOWS_030000 schema has that were granted by SYS, for example (don't use these results):
    SQL> select granted_role from dba_role_privs where grantee='FLOWS_030000';
    GRANTED_ROLE
    SELECT_CATALOG_ROLE
    RESOURCE
    CONNECT
    SQL> select privilege from dba_sys_privs where grantee='FLOWS_030000';
    PRIVILEGE
    CREATE OPERATOR
    DROP ANY DIRECTORY
    CREATE PROCEDURE
    CREATE JOB
    CREATE ANY CONTEXT
    CREATE DIMENSION
    CREATE MATERIALIZED VIEW
    ALTER DATABASE
    CREATE ANY DIRECTORY
    CREATE VIEW
    CREATE CLUSTER
    DROP USER
    DROP TABLESPACE
    CREATE ROLE
    CREATE PUBLIC SYNONYM
    CREATE SYNONYM
    CREATE TABLE
    CREATE INDEXTYPE
    CREATE TRIGGER
    EXECUTE ANY PROCEDURE
    SELECT ANY TABLE
    CREATE USER
    CREATE DATABASE LINK
    CREATE SEQUENCE
    ALTER USER
    CREATE TABLESPACE
    ALTER SYSTEM
    DROP PUBLIC SYNONYM
    ALTER SESSION
    CREATE LIBRARY
    CREATE TYPE
    31 rows selected.
    SQL>
    SQL> select owner||':'||table_name||':'||privilege from dba_tab_privs where grantee='FLOWS_030000' and grantor='SYS';
    SYS:EXPORT_FILES_DEMO:WRITE
    SYS:EXPORT_FILES_DEMO:READ
    SYS:DBMS_REGISTRY:EXECUTE
    SYS:UTL_FILE:EXECUTE
    SYS:UTL_SMTP:EXECUTE
    SYS:UTL_HTTP:EXECUTE
    SYS:DBMS_LOB:EXECUTE
    SYS:DBMS_LOCK:EXECUTE
    SYS:DBMS_SYS_SQL:EXECUTE
    SYS:DBMS_FLASHBACK:EXECUTE
    SYS:DBMS_RLS:EXECUTE
    SYS:DBMS_CRYPTO:EXECUTE
    SYS:WWV_FLOW_VAL:EXECUTE
    SYS:SEG$:SELECT
    SYS:TS$:SELECT
    SYS:OBJ$:SELECT
    SYS:USER$:SELECT
    SYS:ARGUMENT$:SELECT
    SYS:V_$SQL_PLAN:SELECT
    SYS:V_$PROCESS:SELECT
    SYS:V_$SESSION:SELECT
    SYS:V_$LOCKED_OBJECT:SELECT
    SYS:V_$SESSTAT:SELECT
    SYS:V_$MYSTAT:SELECT
    SYS:V_$SYSSTAT:SELECT
    SYS:V_$STATNAME:SELECT
    SYS:V_$PARAMETER:SELECT
    SYS:V_$DATABASE:SELECT
    SYS:V_$SQL:SELECT
    SYS:V_$OPEN_CURSOR:SELECT
    SYS:V_$TIMER:SELECT
    SYS:V_$SESSION_WAIT:SELECT
    SYS:V_$SESS_IO:SELECT
    SYS:DBA_PROFILES:SELECT
    SYS:ALL_COL_COMMENTS:SELECT
    SYS:DBA_COL_COMMENTS:SELECT
    SYS:DBA_COL_PRIVS:SELECT
    SYS:DBA_DB_LINKS:SELECT
    SYS:DBA_INDEXES:SELECT
    SYS:ALL_IND_COLUMNS:SELECT
    SYS:DBA_IND_COLUMNS:SELECT
    SYS:ALL_OBJECTS:SELECT
    SYS:DBA_OBJECTS:SELECT
    SYS:DBA_ROLLBACK_SEGS:SELECT
    SYS:USER_ROLE_PRIVS:SELECT
    SYS:DBA_ROLE_PRIVS:SELECT
    SYS:USER_SYS_PRIVS:SELECT
    SYS:DBA_SYS_PRIVS:SELECT
    SYS:ALL_SEQUENCES:SELECT
    SYS:DBA_SEQUENCES:SELECT
    SYS:DBA_SYNONYMS:SELECT
    SYS:ALL_SYNONYMS:SELECT
    SYS:ALL_TABLES:SELECT
    SYS:DBA_TABLES:SELECT
    SYS:ALL_TAB_COLUMNS:SELECT
    SYS:DBA_TAB_COLUMNS:SELECT
    SYS:ALL_TAB_COMMENTS:SELECT
    SYS:DBA_TAB_COMMENTS:SELECT
    SYS:DBA_TAB_PRIVS:SELECT
    SYS:ALL_USERS:SELECT
    SYS:DBA_USERS:SELECT
    SYS:ALL_VIEWS:SELECT
    SYS:DBA_VIEWS:SELECT
    SYS:ALL_CONSTRAINTS:SELECT
    SYS:DBA_CONSTRAINTS:SELECT
    SYS:ALL_CONS_COLUMNS:SELECT
    SYS:DBA_CONS_COLUMNS:SELECT
    SYS:DBA_TYPES:SELECT
    SYS:DBA_RECYCLEBIN:SELECT
    SYS:DBA_LOCK:SELECT
    SYS:ALL_ERRORS:SELECT
    SYS:DBA_ERRORS:SELECT
    SYS:DBA_SOURCE:SELECT
    SYS:ALL_TRIGGERS:SELECT
    SYS:DBA_TRIGGERS:SELECT
    SYS:DBA_TRIGGER_COLS:SELECT
    SYS:ALL_DEPENDENCIES:SELECT
    SYS:DBA_DEPENDENCIES:SELECT
    SYS:DBA_JOBS:SELECT
    SYS:DBA_SEGMENTS:SELECT
    SYS:DBA_EXTENTS:SELECT
    SYS:DBA_FREE_SPACE:SELECT
    SYS:DBA_DATA_FILES:SELECT
    SYS:DBA_TABLESPACES:SELECT
    SYS:DBA_RSRC_PLAN_DIRECTIVES:SELECT
    SYS:DBA_SNAPSHOTS:SELECT
    SYS:DBA_FEATURE_USAGE_STATISTICS:SELECT
    SYS:DBA_JAVA_POLICY:SELECT
    88 rows selected.
    SQL>
    You might want to do the same for FLOWS_FILES.
    Scott

  • Ora-4031 after reducing the max sga

    Oracle 10g R2 and Baan 5c on AIX 5.3 L (p550, 3792M , 4 lcpu)
    After I reduced the max_sga_size (so to avoid the paging), now I see more ora-4031 (out of shared memory loading library cache object) warnings in the udump trc file, not in alert file. In addition, they appeared in the log.ora.sql of Baan as an error message, so the query requests were hung or stopped.
    Reading from other posts and metalink note: 146599.1, it indicated that the system has extensive fragmentation problem. (REQUEST_FAILURES is > 0 and LAST_FAILURE_SIZE is > SHARED_POOL_RESERVED_MIN_ALLOC. )
    So I used the tips form AskTom to find the query scripts that may have bind variable problem and I did found some, most of them in 2~4 multiples. However, not all of them gave ora-4031 warning/error, actually only very few.
    So what should I do for the best practice of the performance? Correct the problems with the bind variable of all queries or
    increase the max SGA again.
    All the queries were produced by the Baan´s processes or modules.

    I got hit this thread while searching some other subjects.
    (This is kind of old... but answered for a long time)
    I think this is somewhat interesting problem.
    Here is one query showing in the query of mulitple copies in system by using asktom technique. The system return 3 copies.
    SELECT /*+ FIRST_ROWS INDEX(A TTSSOC@$IDX@) */ A.T$CLST FROM >BAANDB.TTSSOC@ A WHERE (A.T$CLST = :@ OR A.T$CLST = :@) AND A.T$ORNO = :@I think there is a chance that you're hitting bind mismatch problem.
    Is [email protected]$CLST(What an annoying names~) column is VARCHAR2 type? If yes, following thread will be helpful.
    Re: Is there any way to avoid hard parsing caused by "BIND_MISMATCH" in 10g

  • DB can not open after renaming the database name

    Hi all,
    I wanted to change the db name so i created new controlfile with trace and set it as.I have created controlfile successfully,my db opened successfully but when i shut it down and again tried it to open i saw below error message
    CREATE CONTROLFILE SET DATABASE "db2" RESETLOGS NOARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\REDO01.LOG' SIZE 50M,
    GROUP 2 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\REDO02.LOG' SIZE 50M,
    GROUP 3 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\REDO03.LOG' SIZE 50M
    -- STANDBY LOGFILE
    DATAFILE
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\SYSTEM01.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\UNDOTBS01.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\SYSAUX01.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\USERS01.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB2.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB21.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB211.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB212.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB213.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB214.DBF',
    'C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB215.DBF'
    CHARACTER SET WE8MSWIN1252;
    ALTER DATABASE OPEN RESETLOGS;
    SQL> @e:\creatdbdb2.sql;
    Control file created.
    Database altered.
    SQL> select file_name from dba_data_files;
    FILE_NAME
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB215.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB214.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB213.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB212.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB211.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB21.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\DB2.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\USERS01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\SYSAUX01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\UNDOTBS01.DBF
    C:\ORACLE\PRODUCT\10.2.0\ORADATA\db2\SYSTEM01.DBF
    11 rows selected.
    SQL> shutdown immediate;
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 612368384 bytes
    Fixed Size 1250428 bytes
    Variable Size 222301060 bytes
    Database Buffers 381681664 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1:
    'C:\ORACLE\PRODUCT\10.2.0\DB_3\DATABASE\LOG2db2.ORA'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.

    my database is opening file now....but i have one Q i have already created init.ora for db2 database as initdb2.ora and given all controlfile location same....but why i was facing the issue? my olde initdb2.ora as below
    db_cache_size=436207616
    java_pool_size=4194304
    large_pool_size=4194304
    shared_pool_size=159383552
    streams_pool_size=0
    background_dump_dest='e:/db2/bdump'
    compatible='10.2.0.1.0'
    control_files='e:\db2\control01.ctl','e:\db2\control02.ctl','e:\db2\control03.ctl'
    core_dump_dest='e:\db2\cdump'
    db_block_size=8192
    db_file_multiblock_read_count=16
    db_name='db2'
    #db_recovery_file_dest='e:\db2\flash_recovery_area'
    db_recovery_file_dest_size=2147483648
    dispatchers='(PROTOCOL=TCP) (SERVICE=db2XDB)'
    job_queue_processes=10
    log_archive_format='ARC%S_%R.%T'
    open_cursors=300
    pga_aggregate_target=203423744
    processes=150
    remote_login_passwordfile='EXCLUSIVE'
    sga_target=612368384
    undo_management='AUTO'
    undo_tablespace='UNDOTBS1'
    user_dump_dest='e:\db2\udump'

  • CLIENT_TEXT_IO on forms 11g gives ORA-06508 after closing the form and open

    Hello all
    I have a form (FORMA) with the following Code
         PROCEDURE     P_WRITE_ARRAY(P_Detination_File     VARCHAR2,P_Mode     VARCHAR2) IS
              V_File_ID CLIENT_TEXT_IO.FILE_TYPE;
         BEGIN
              V_File_ID := CLIENT_TEXT_IO.FOPEN(P_Detination_File,P_Mode);
              IF NOT FORM_SUCCESS THEN
                   P_DISPLAY_MSG(50);
                   RAISE Form_Trigger_Failure;
              END IF;
              ORG_PK_CL_PROGRESS_BAR.P_SET_STEP_SIZE(1, V_Arr_Index);
              For i in 1 .. V_Arr_Index loop
                   ORG_PK_CL_PROGRESS_BAR.P_STEP_PROEGRESS(i);
                   CLIENT_text_io.put(V_File_ID,V_WRITE_ARRAY(i));
              end loop;          
              CLIENT_TEXT_IO.FCLOSE(V_File_ID);
              Synchronize;
         IF FORM_SUCCESS     THEN
              P_DISPLAY_MSG(17);
         END IF;
         END;
    where this procedure is called in a WHEN-BUTTON-PRESSED trigger
    The Form is called from another form (FORMB)
    both forms work well and I get The required results but after I close FORMB using exit_form then I call the form again from formB I get the error Message ORA-06508
    Any Help please

    Hi here is the full console starting from the loading
    basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@7d29df
    basic: Plugin2ClassLoader.addURL parent called for http://192.168.0.39:9001/forms/java/frmall.jar
    basic: Plugin2ClassLoader.addURL parent called for http://192.168.0.39:9001/forms/java/onewareicons.jar
    basic: Plugin2ClassLoader.addURL parent called for http://192.168.0.39:9001/forms/java/frmwebutil.jar
    basic: Plugin2ClassLoader.addURL parent called for http://192.168.0.39:9001/forms/java/jacob.jar
    security: Validate the certificate chain using CertPath API
    security: The certificate hasnt been expired, no need to check timestamping info
    security: Found jurisdiction list file
    security: No need to checking trusted extension for this certificate
    security: The CRL support is disabled
    security: The OCSP support is disabled
    security: This OCSP End Entity validation is disabled
    security: Checking if certificate is in Deployment denied certificate store
    security: Checking if certificate is in Deployment permanent certificate store
    basic: Applet loaded.
    basic: Applet resized and added to parent container
    basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 134964 us, pluginInit dt 3437061322 us, TotalTime: 3437196286 us
    basic: Applet initialized
    basic: Starting applet
    basic: completed perf rollup
    basic: Loaded image: jar:http://192.168.0.39:9001/forms/java/frmall.jar!/oracle/forms/icons/splash.gif
    basic: Loaded image: jar:http://192.168.0.39:9001/forms/java/frmall.jar!/oracle/forms/icons/oracle_logo.gif
    network: Connecting http://192.168.0.39:9001/forms/java/http://192.168.0.39:9001/forms/java/oneware.gif with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/ with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/http://192.168.0.39:9001/forms/java/oneware.gif
    Forms Session ID is formsapp.176
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/registry/oracle/forms/registry/default.dat, version: null]
    network: Connecting http://192.168.0.39:9001/forms/registry/oracle/forms/registry/default.dat with proxy=DIRECT
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    network: Connecting http://192.168.0.39:9001/forms/frmservlet?config=Oneware&ifsessid=formsapp.176&acceptLanguage=en-US&ifcmd=startsession&iflocale=en-US with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866?ifcmd=getinfo&ifhost=usert-PC&ifip=192.168.0.5 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    Forms Applet version is 11.1.1.3
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/system.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/system.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/system.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/system.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/system.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/system.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/SYSTEM.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/SYSTEM.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/SYSTEM.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/SYSTEM.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    basic: Applet made visible
    basic: Applet started
    basic: Told clients applet is started
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/systembg.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/systembg.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/formdsk.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/formdsk.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    cache: Reading Signers from 4088 http://192.168.0.39:9001/forms/java/frmwebutil.jar | C:\Users\usert\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\25\77204f59-753bdf91.idx
    cache: Done readSigners(http://192.168.0.39:9001/forms/java/frmwebutil.jar)
    network: Connecting http://192.168.0.39:9001/forms/java/oneware001.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware001.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware001.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware001.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware002.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware002.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware002.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware002.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware003.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware003.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware003.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware003.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware004.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware004.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware004.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware004.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware005.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware005.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware005.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware005.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware006.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware006.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware006.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware006.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware007.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware007.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware007.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware007.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware009.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware009.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware008.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware008.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware008.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware008.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware010.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware010.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware012.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware012.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/open.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/open.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/open.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/open.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware008.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware008.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware007.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware007.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware006.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware006.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware005.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware005.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware004.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware004.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware003.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware003.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware002.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware002.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware001.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware001.jpg with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/open.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/open.jpg with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare003.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OneWare003.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare003.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare003.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare013.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OneWare013.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare013.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare013.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OPEN.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OPEN.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OPEN.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OPEN.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/select_all.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/select_all.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/Deselect.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/Deselect.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/select_inverse.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/select_inverse.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware014.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware014.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare012.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OneWare012.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare012.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare012.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare012.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare012.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/open.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/open.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware008.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware008.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware007.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware007.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware006.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware006.jpg with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/ with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/ with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware005.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware005.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware004.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware004.jpg with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/ with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware001.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware001.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware002.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware002.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/oneware003.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/oneware003.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OneWare012.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare012.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OPEN.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OPEN.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OneWare013.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare013.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/OneWare003.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare003.jpg with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/ with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/copy.jpg with proxy=DIRECT
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/copy.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/copy.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/copy.jpg
    network: Cache entry not found [url: http://192.168.0.39:9001/forms/java/copy.jpg, version: null]
    network: Connecting http://192.168.0.39:9001/forms/java/copy.jpg with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare003.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare003.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare013.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare013.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OPEN.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OPEN.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/select_all.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/select_all.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/Deselect.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/Deselect.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/select_inverse.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/select_inverse.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/oneware014.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/oneware014.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare012.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare012.jpg
    network: Connecting http://192.168.0.39:9001/forms/java/OneWare012.jpg with proxy=DIRECT
    basic: Loaded image: http://192.168.0.39:9001/forms/java/OneWare012.jpg
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT
    network: Connecting http://192.168.0.39:9001/forms/lservlet;jsessionid=YnxlQNZS9n2hTnh3MlL2B76lLcxhhH6vvFV1h6WL1yLthPDdbppr!861797866 with proxy=DIRECT

  • After compressed the database table affect the system performance

    There is a very big database table in my system called MSEG. It is about 910G and the wasted tablespace is about 330G. I want to compress the table, but the table is written and deleted frequently. will it affect the system performance if I compress the table. Or I can only select reorganize the dababase table avoid it affect the system performance? Thanks.

    Hi Huiyong,
    If you talk about table compression, it cannot be done online. we need to do this with a planned downtime. Table compression has some percentage of overhead on CPU. Refer SAP note for
    1289494
    FAQ: Oracle compression
    1436352
    Oracle Database 11g Advanced Compression for SAP Systems
    If you talk about online table reorg, yes definitely there would be impact on user performance.
    As the table size is very big it may take some days or hours to perform online Reorg.
    Other faster method is to perform table export import which is faster than online reorg. But it will again require downtime .
    Hope this helps.
    Regards,
    Deepak Kori

  • Still ORA-24334 after apply the patch

     

    Please see my reply to the duplicate posting. It is at
    news://newsgroups.bea.com/3BFAE6B9.FC93D906%40bea.com
    Stephen Yau wrote:
    Hi Ture
    Thx for your reply, after contacting my local sale rep., they gave me
    the patch. However, they only send me one jar file: Fix046149_60.jar, and a
    file OciLob.class in it. Is this the right one?
    The reason I asked is because i am still getting the same error :(. I
    recreate my oracle DB using UTF8 charset and I switch my NLS_LANG to
    AMERICAN_AMERICA.UTF8 but the same error still occur after I ran
    loadSampleData.bat. I have also check the "User CLOBs for Read" and "Use
    Clobs for Write" setting are true. And in case this is WinXP problem, I also
    find another machine which is WinNT with en_US locale.
    Here are the Exceptions:
    ####<Nov 17, 2001 6:06:51 PM CST> <Info> <Data Synchronization> <fish>
    <portalServer> <main> <system> <> <000000> <Application: p13nApp; Data
    Repository of type "Property Set Data Repository" created with persistence
    manager of type
    "com.bea.p13n.property.internal.PropertySetPersistenceManager".>...
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com

Maybe you are looking for