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

Similar Messages

  • DNS  after reducing the advertised EDNS UDP packet size to 512 octets

    hello
    There is something wrong with my DNS server, it open internet webs so slow,and i have no idea with this .
    04-Mar-2011 14:31:57.264 zone 0.0.127.in-addr.arpa/IN/com.apple.ServerAdmin.DNS.public: loaded serial 1997022700
    04-Mar-2011 14:31:57.264 zone 15.0.168.192.in-addr.arpa/IN/com.apple.ServerAdmin.DNS.public: loaded serial 2011030204
    04-Mar-2011 14:31:57.265 zone ******/IN/com.apple.ServerAdmin.DNS.public: loaded serial 2011030404
    04-Mar-2011 14:31:57.265 zone localhost/IN/com.apple.ServerAdmin.DNS.public: loaded serial 42
    04-Mar-2011 14:31:57.265 running
    04-Mar-2011 14:32:00.066 host unreachable resolving 'b.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:7fd::1#53
    04-Mar-2011 14:32:00.261 host unreachable resolving 'r.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:500:2f::f#53
    04-Mar-2011 14:32:00.261 host unreachable resolving 'r.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:503:c27::2:30#53
    04-Mar-2011 14:32:00.261 host unreachable resolving 'r.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:503:ba3e::2:30#53
    04-Mar-2011 14:32:00.261 host unreachable resolving 'r.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:7fd::1#53
    04-Mar-2011 14:32:00.261 host unreachable resolving 'r.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:dc3::35#53
    04-Mar-2011 14:32:00.361 host unreachable resolving 'dr.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:500:1::803f:235#53
    04-Mar-2011 14:32:00.361 host unreachable resolving 'dr.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:7fd::1#53
    04-Mar-2011 14:32:00.361 host unreachable resolving 'dr.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:dc3::35#53
    04-Mar-2011 14:32:00.361 host unreachable resolving 'dr.dns-sd.udp.0.0.168.192.in-addr.arpa/PTR/IN': 2001:503:ba3e::2:30#53
    04-Mar-2011 14:32:00.866 host unreachable resolving './NS/IN': 2001:7fd::1#53
    04-Mar-2011 14:32:01.005 success resolving './NS' (in '.'?) after reducing the advertised EDNS UDP packet size to 512 octets
    04-Mar-2011 14:32:01.408 success resolving 'local/SOA' (in '.'?) after disabling EDNS
    04-Mar-2011 14:32:01.533 host unreachable resolving 't.arin.net/AAAA/IN': 2001:503:ba3e::2:30#53
    04-Mar-2011 14:32:01.534 host unreachable resolving 'v.arin.net/AAAA/IN': 2001:500:1::803f:235#53
    04-Mar-2011 14:32:01.534 host unreachable resolving 'v.arin.net/AAAA/IN': 2001:7fd::1#53
    04-Mar-2011 14:32:01.534 host unreachable resolving 'v.arin.net/AAAA/IN': 2001:503:ba3e::2:30#53
    04-Mar-2011 14:32:01.534 host unreachable resolving 'w.arin.net/A/IN': 2001:500:1::803f:235#53
    anyone help!! Thanks a lot.
    Message was edited by: leo.xue

    also interesting, when setting DNS servers IPs in Network Settings for your host,
    it is important that the IPs are not doubled.
    in example if you have Networksettings like
    automatic DHCP given from router or server.
    IP-Adress: 192.168.2.2
    Subnetmask: 255.255.255.0
    Router IP: 192.168.2.1
    DNS-Server: 127.0.0.1, 192.168.2.2
    wich means localhost and again same machine, just different IP..
    then your lookup mechanism has to walk thru this steps to know if there is nothing inside to resolve adresses.
    which means in this example it would take double the time if DNS-Server would be just 127.0.0.1
    you can see if there is a lot to work thru in your logs.
    look for something like "sizing zone task pool based on 9 zones".
    this mount of zones will change if you set the correct DNS server IP.
    more zones are slower than less, very logical!
    but this will not solve your problem with packet size at all, it just reduces circles after dns resolves not known adresses even with packet size change.

  • The screen of my imac always goes to the maximum exposure. Then the light icon on the screen. After reducing the brightness goes my screen after a few minutes back to the maximum intensity with the brightness icon back on my TV screen.

    The screen of my imac always goes to the maximum exposure. Then appear the light icon on the screen. After reducing the brightness goes my screen after a few minutes back to the maximum intensity with the brightness icon back on my screen.

    Try resetting the SMC and if that doesn't work then reset the PRAM too.
    SMC RESET
    Shut down the computer.
    Unplug the computer's power cord and all peripherals.
    Press and hold the power button for 5 seconds.
    Release the power button.
    Attach the computers power cable.
    Press the power button to turn on the computer.
    PRAM RESET
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • My brother forgot his passcode then his ipod disabled after trying the max amount of times. How do I fix it for him?

    I need to know how to fix my brothers ipod touch 3. he used the max amount of times putting in the passcode and it disabled his ipod.

    Start it in DFU mode, connect it to your compter and restore it using iTunes

  • 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

  • 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.

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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

  • ORA-12545 error after changing the host name as IP address in Tnsnames.ora

    HI,
    I tried to connect PHP and oracle in Red Hat linux. I got error ORA-12545 after changing the host name as IPAddress in Tnsnames.ora file. In sqlnet.ora file also i have entry for tnsnames in Directory_Path. I struggled so much but i couldnt solve that. Please give me ur valuable suggestions....

    12545, 00000, "Connect failed because target host or object does not exist"
    // *Cause: The address specified is not valid, or the program being
    // connected to does not exist.
    // *Action: Ensure the ADDRESS parameters have been entered correctly; the
    // most likely incorrect parameter is the node name. Ensure that the
    // executable for the server exists (perhaps "oracle" is missing.)
    // If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
    // host name to a numeric IP address and try again.
    Seems you specified wrong IP address.

  • Reducing the memory footprint of our Sybase ASE based SolMan install

    Hello All,
    We are doing a test install of SAP Solution Manager 7.01 on Sybase ASE 15.7.
    Since this is just a test setup, we started off with a lower-than-recommended hardware configuration (4 GB RAM only) due to time constraints and since we were 'assured' that we could do basic testing with this setup.
    While post install performance of SolMan was decent, performance during solman_setup (setting up technical monitoring) has become appalling. We are not able to complete the configuration process at all as the SolMan configuration web application has become very unpredictable and extremely slow.
    The SolMan install is centralized and on a windows 2008 box. Windows task manager shows consistent memory usage of up to 90 - 95%. We also tried reducing the total number of work processes to just 8 but that did not help much. We see in 'task manager > resource monitor' that sqlserver.exe process is taking a shareable working set close to 2 GB of RAM whereas the committed memory much less (34 MB). Please tell us about any memory optimization we can perform for SolMan / Sybase ASE in order to complete technical monitoring setup using Solman_setup. We were hoping that we could change the  'total logical memory' setting for the DB directly using DBACOCKPIT tcode (in order to reduce the max memory setting) but could not do so as the it seems to be read-only. We could not find much documentation/posts regarding memory optimization for the DB. Please help out. Thanks!
    -Regards,
    Arvind

    FWIW ... ASE's 'max memory' setting can be changed on the fly, while 'total logical memory' is a calculated value that you cannot change (ie, it's 'read only'; changing 'max memory' will cause 'total logical memory' to change automatically). [NOTE: DBACOCKPIT is a SAP-provided application that sits on top of ASE; while I know what's doable when connected directly to ASE I do not know if DBACOCKPIT has disabled the ability to change some configuration settings like 'max memory'.]
    As for the SolMan performance issues ... I'd recommend reposting your issue in the SAP Applications on ASE discussion group where you're likely to get the attention of more folks with SAP application (on ASE) experience.  (While someone may jump in here with SolMan suggestions, SolMan is a SAP application and this group isn't really geared towards SAP applications.)

  • How do you change the max data when creating a DVD?

    I recently filmed a show and am making DVD copies. The show runs 1hour 45mins and is about 79gb in HD. I'm using compressor 4.1 to create the DVDs so it fits on one disc. I've made a few test copies but so far every DVD freezes at around 43 mins when I play it in another computer or dvd player. I heard in a blog that reducing the max data should solve the problem. This is my first time using compressor and I wanted to know where do you go to change the max data and how will that affect the video quality? Also, what is the suggested range of data limits for a project of this size?
    Thanks

    Duplicate the Create DVD preset from the Settings pane and name it.
    Select the MPEG setting in the batch window.
    Open the Inspector and click the Video tab.
    Choose your "Encoding Mode" (CBR, etc.).
    Uncheck Automatically Select Bit Rate.
    You can then move the slider: somewhere around 4 Mb per second should be about right.
    Just to add that you might also have a problem with the physical media. Try another brand to see whether that makes a difference.
    Russ

  • How to reduce view size in the info page after clicking the apps?

    The apps icon was missing from category and top chart for a few days. The icon came back after turning off and on the iPad 2. However the font size and images in the info page was corrupted. It is much larger than before and I could not reduce them.
    Please help where can I change the settings to reinstate the original font size.
    Thank you very much.

    Hi,
    Did you try to set java min and max to different sizes?
    Then you still need a full GC to reduce the heap
    because only the full GC compacts memory.
    For IBM JRE you will need this to compact anyway.
    In general applications perform better with heapmin=max.
    -Xmx<size> set maximum Java heap size. example: -Xmx64m
    -Xmn<size> set new generation Java heap size. example: -Xmn64m
    Different size make it compacter but are more expensive(time)
    Do you run Full GC as system.gc()?
    I would never do this.
    Let the JRE take care of this.
    Number 1 GC rule is avoid it.

  • I've exported my pages graphics document as a PDF file and can't seem to reduce the file size without compromising the quality of the photo's used even after choosing "best" quality.  I'm trying to send the file via e-mail but it's too big.  ??????

    I am trying to e-mail a graphics pages document I made as a PDF file.  After trying to resize the file, the photo's quality is compromised (really blurry) even after choosing "Best" quality.  What am I doing wrong.  As a regular full sized file (PDF) it's fine, but when it gets reduced, it's bad and it needs to get printed from the e-mail copy I'm trying to send.  HELP! Please.

    If there are a lot and/or large images the file will inevitably be large, no matter what.
    You can reduce them down as far as possible by cropping and scaling them to the final size before creating the pdf. You can do this by opening the images in Preview .app and using Menu > Tools to reduce the resolution and to crop.
    If you have used transparency effects eg shadow, reflection, transparency, 3D charts, OSX will by default render these at 72dpi in the pdf.
    Peter

  • AFTER UPDATING THE IOS 8 IN MY IPHONE THE PHONE MEMORY REDUCED TO 5.5 GB WHICH IS VERY LOW COMPARED TO 8GB

    AFTER UPDATING THE IOS 8 IN MY IPHONE THE PHONE MEMORY REDUCED TO 5.5 GB WHICH IS VERY LOW COMPARED TO 8GB. IWANT DEGRADE IT TO  IOS 7.1.2

    You must have upgraded the device directly through WIFi, restore your device via ITUNES and thats gonna work, it will reduce the space occupied by the new software installation

  • I am looking to get a new 13 inch mac book pro, what is the max RAM that I can install.  I know configured from Apple is 8 GB, but can I put 16 GB after?

    i am looking to get a new 13 inch mac book pro, what is the max RAM that I can install.  I know configured from Apple is 8 GB, but can I put 16 GB after?

    Yes, you can install 16GB in your new macbook pro.
    Go here (OWC) and here (Crucial) to give you options on how much you want to spend.
    Good luck.

Maybe you are looking for

  • Unable Logging in to Oracle Application Express Administration Services

    I am new for DB. Installed Oracle XE, followed the instruction "Logging in to Oracle Application Express Administration Services", I can not find the login page: http://127.0.0.1:7777/pls/apex/apex_admin I work on the PC in which XE installed. Where

  • Difference between -target ipa-app-store and -target ipa-ad-hoc

    Obviously one is for app-store, the other ad-hoc, but is there any other differences that relate to performance?

  • HT4796 The PC never dispalys the passcode. Using a Dell 700m XP SP3

    Migration assistant issue. PC never responds with passcode. Both systems on same network. MAC can see the Dell. Have firewall, antivirus and auto-update disabled on the Dell.

  • SGD's Apache Start very Slowly

    hello everyone. my sgd's Apache start very Slowly, it costs several hours to start _* I have been annoyed by that for several weeks.so I reinstall My OS and install SGD. but I cannot believe sgd's Apache still start very Slowly. my environment: OS:So

  • OBIEE:Cache is not clearing

    Hi cache is not clearing in obiee setup.I did the following things 1.open rpd in online mode and purged all the cache entries 2.opened obiee answers(session log) .clicked on "close all cursors", cache entries are removed.but if i again opened the ses