Explain Plan not working with 919, was working with 804

Hi,
Explain Plan (F6) was working cprrectly with Raptor 804 and is not working any more on 919. This is the same query exactly (select * from mytable). The server is 9.2.0.5.0. The result with 919 is "Invalid Column Name".
Regards
Eric

I get this too.
The plan table structure is
CREATE TABLE "ELX"."PLAN_TABLE"
   (     "STATEMENT_ID" VARCHAR2(30),
     "TIMESTAMP" DATE,
     "REMARKS" VARCHAR2(80),
     "OPERATION" VARCHAR2(30),
     "OPTIONS" VARCHAR2(30),
     "OBJECT_NODE" VARCHAR2(128),
     "OBJECT_OWNER" VARCHAR2(30),
     "OBJECT_NAME" VARCHAR2(30),
     "OBJECT_INSTANCE" NUMBER,
     "OBJECT_TYPE" VARCHAR2(30),
     "OPTIMIZER" VARCHAR2(255),
     "SEARCH_COLUMNS" NUMBER,
     "ID" NUMBER,
     "PARENT_ID" NUMBER,
     "POSITION" NUMBER,
     "COST" NUMBER,
     "CARDINALITY" NUMBER,
     "BYTES" NUMBER,
     "OTHER_TAG" VARCHAR2(255),
     "PARTITION_START" VARCHAR2(255),
     "PARTITION_STOP" VARCHAR2(255),
     "PARTITION_ID" NUMBER,
     "OTHER" LONG,
     "DISTRIBUTION" VARCHAR2(30)And raptor seems to be issuing this
PARSING IN CURSOR #2 len=82 dep=0 uid=80 oct=50 lid=80 tim=3808125826 hv=1796199517 ad='17ebc98c'
EXPLAIN PLAN SET STATEMENT_ID ='4363' INTO PLAN_TABLE FOR select * from collection
END OF STMT
PARSE #2:c=0,e=742,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=4,tim=3808125815
BINDS #2:
=====================
PARSE ERROR #3:len=480 dep=1 uid=80 oct=2 lid=80 tim=3808128369 err=904
insert into "PLAN_TABLE" (statement_id, timestamp, operation, options,object_node, object_owner, object_name, object_instance, object_type,search_columns, id, parent_id, position, other,optimizer, cost, cardinality, bytes, other_tag, partition_start, partition_stop, partition_id, distribution, cpu_cost, io_cost, temp_space, access_predicates, filter_predicates ) values(:1,SYSDATE,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,:16,:17,:18,:19,:20,:21,:22,:23,:24,:25,:26,:27)
=====================cpu_cost, io_cost, temp_space, access_predicates, filter_predicates seem to be invalid
Message was edited by:
smitjb

Similar Messages

  • Explain plan not available in dba studio

    Hi, guys,
    Why the explain plan not available in my dba studio with a message like this "explain plan not available for this sql statement. ora-02195: attempt to create permanent object in a temporary tablespace"
    Another question: I can use "set autotrace on" to trace sql statement in sql*plus window. But the final execution plan come up without those thing like cost, cardinality but only the steps
    Thanks for your help
    jim

    Was this a trace started on an already running task? Was the trace stopped before the task completed? Did the trace file reach its set size limit before the task compled?
    In all three cases above you would have cursors that were not closed and stats information not written to the trace file resulting in incomplete data for some SQL.
    HTH -- Mark D Powell --

  • I have an Imac version os x 10.9.5 and i am unable to connect with wifi it keeps telling me wifi not configured but it was working yesterday please help...

    i have an Imac version os X 10.9.5.  I am unable to connect with wifi.  It keeps saying wifi not configured.  It was working yesterday.  I am able to get internet with ethernet cable only.... not sure what happened... please help

    Troubleshooting Wi-Fi issues in OS X
    Wireless Connection Problems - Fix
    Wireless Connection Problems - Fix (2)
    Wireless Connection Problems - Fix (3)
    Wireless Connection Problems - Fix (4)

  • My laptop macbook pro with maverick was working well with AVERTV VOLAR a dongle to capture tv programmes but now with yosemite it does not recognise what options I have

    My laptop with macbook pro with maverick was working fine with a dongle AVERTV VOLARGO to capture tv programmes but now with yosmite it does not recognise what options have

    I also understand that there is particular software 'TRIM' a software introduced by CINDORI SOFTWARE which will disable KEXT SIGNING a security application of YOSEMITE ,Is it the only option or there are any better options for this

  • HondaLink Apps not working in iOS8, was working in iOS7

    HondaLink Apps not working in iOS8, was working in iOS7.  Any fix?

    Easy fix.  Rename your iPhone so that the word "iPhone" is not part of the name.
    Hondalink will immediately recognize the device.  Just spoke with Honda customer service and this is what they suggested.  It worked right away.

  • HT4061 My iphone 4s will not turn on, It was working properly and then I noticed the battery was a 1% and once i tried charging the phone it was unable to turn back on it's been two hours I already tried to reset but nothing works. I tried different charg

    My iphone 4s will not turn on, It was working properly and then I noticed the battery was at 1% I then proceeded to charge my phone like normal but nothing happened. The phone was unable to turn back on it's been two hours I already, tried to reset but nothing works. I tried different chargers, my ihome nothing is working.

    .

  • Can anyone tell me how to get crossfade to work...was working ok, but now for some reason when i click on a track and try to drag on a fade it just highlights the track but does not leave a fade on?

    can anyone tell me how to get crossfade to work...was working ok, but now for some reason when i click on a track and try to drag on a fade it just highlights the track but does not leave a fade on?

    Hello mate!
    Are you sure u have the option on the up-right side of the arrange window checked to x-fade?

  • I have a MacBook Pro and all of a sudden  I cannot get wireless internet connectivity to my router or any other router, I get connectivity through the ethernet port but not wireless. This was working well till this morning

    I  have a MacBook Pro and all of a sudden  I cannot get wireless internet connectivity to my router or any other router, I get connectivity through the ethernet port but not wireless. This was working well till this morning

    BXB1905 wrote:
    I tried the Apple diagnostics it did not work.
    What do you mean it did not work!  What were the results of the diagnostic tests?
    Have you contacted your ISP to determine if the problem is on their end?  
    Have you changed your router channel?  Sometimes this resolves wireless problems.
    Your profile confirms you are using Lion.  Check out the following: 
    Troubleshooting Wi-Fi issues in OS X Lion and Mac OS X v10.6
    Configuring 802.1X in Mac OS X Lion and Later

  • Why the content of the Explain Plan not show out?

    Why the content of the Explain Plan not show out?
    I am using Oracle 11g.
    I already ran the utlxplan.sql sctipt and I also set serveroutput on.
    SQL> set autotrace on
    SQL> EXPLAIN PLAN FOR SELECT*FROM DEMO_TABLE WHERE OWNER='HR';
    Explained.
    Elapsed: 00:00:00.67

    When you say:
    My release 10.2 database display the Explain Plan automatically.
    How to make 11.1.0.6 Oracle database to display the Explain Plan automatically.What do you mean? Specifically, what commands are you executing in the 10.2 database, that displays the execution plan "automatically"?
    Are you saying that if you execute the same command in 11.1.0.6, you don't get a similar result? What happens? Do you get an error?
    For both the 10.2 case and the 11.1.0.6 case, post the full output of the commands you're executing, and the result you are seeing.
    Then, maybe someone can help you.
    When you post the output, please encapsulate it in a pair "code" tags, which is the word "code" without the quotes, surrounded by a pair of curly braces {}.
    When you do this correctly, the output looks like:
    This is output from my execution plan run.and is much easier to read.
    Don't be afraid to use the preview tab to see if your message will be posted with the correct formatting.
    -Mark

  • My apps are suddenly stop working periovously it was working very well but one day it stop i have run sfc/scannow to even try to to systen restore but there is no restore point & even i try to restore to factory setting but it showing some file are miss

    my apps are suddenly stop working periovously it was working very well but one day it stop i have run sfc/scannow to even try to to systen restore but there is no restore point & even i try to restore to factory setting but it showing some file are
    missing even I update it to windows 8.1 update 1 but still same thing not even single app is working
    in sfc/s014-04-13 13:14:03, Info                  CSI    000004cf [SR] Beginning Verify and Repair transaction
    2014-04-13 13:14:12, Info                  CSI    000004d1 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version =
    6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-13 13:14:19, Info                  CSI    000004d3 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version =
    6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-13 13:14:19, Info                  CSI    000004d4 [SR] This component was referenced by [l:186{93}]"Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_prncacla"
    2014-04-13 13:14:27, Info                  CSI    000004d5 [SR] Verify completcannow detail I get this result

    and this the dism report 
    DISM report and It is  showing that cammand cannot perform because of  i/o devices error
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 Temporarily setting the scratch directory. This may be overridden by user later. - CDISMManager::FinalConstruct
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 Scratch directory set to 'C:\Users\R0027~1.JSA\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 DismCore.dll version: 6.3.9600.16384 - CDISMManager::FinalConstruct
    2014-04-14 00:54:14, Info                  DISM   PID=1208 TID=2820 Scratch directory set to 'C:\$SysReset\Temp'. - CDISMManager::put_ScratchDir
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 Temporarily setting the scratch directory. This may be overridden by user later. - CDISMManager::FinalConstruct
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 Scratch directory set to 'C:\Users\R0027~1.JSA\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 DismCore.dll version: 6.3.9600.16384 - CDISMManager::FinalConstruct
    2014-04-14 00:56:26, Info                  DISM   PID=6888 TID=6828 Scratch directory set to 'C:\$SysReset\Temp'. - CDISMManager::put_ScratchDir
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 Temporarily setting the scratch directory. This may be overridden by user later. - CDISMManager::FinalConstruct
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 Scratch directory set to 'C:\Users\R0027~1.JSA\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 DismCore.dll version: 6.3.9600.17031 - CDISMManager::FinalConstruct
    2014-04-14 02:41:53, Info                  DISM   PID=1068 TID=4108 Scratch directory set to 'C:\$SysReset\Temp'. - CDISMManager::put_ScratchDir

  • Explain plan not working

    When I run the explain plan by pressing F6 or the execute explain plan button I get the message "Failed to query plan_table" "invalid column name".
    However I can do a select * from plan_table
    I'm using version 1.5.4 with the latest patch set.
    Any ideas?

    Getting an invalid column name when performing an explain plan suggests that you have an old plan table structure, compared to what SQL Developer is expecting for your DB version. This can easily happen where your DB has been upgrade without keeping the plan table up to date.
    Do you get any "old plan table" messages if you execute the "select * from table(dbms_xplan.display_cursor);"?
    theFurryOne

  • My weather gadget was working under 3.6.22. I upgraded to the latest level. didn't like it and reinstalled 3.6.22. Now firefox won't install the gadget saying not verified260 yet it was working

    I was running 3.6.21 and auto upgrade took me to 3.6.22 my weather gadget from the uk met office was working. When Firefox came up it showed me V6.0.2. I installed it but as the weather gadget wasn't supported at this level I downgraded back to 3.6.22. I attempted to reinstall the gadget and firefox is stopping installation with the following message www.metoffice.gov.uk/gadgets/firefox/metoffice1.6xpi because signing could not be verified 260

    What model iPod
    Identifying iPod models
    http://support.apple.com/kb/HT1353What iOS version  (Settings>General>About>Version)
    What computer OS and version? I suspect a Mac with OSX 10,5,8
    Whart version of iTunes?
    A Mac with OSX 10,5.8 should synce but not restore with iTunes version 10.6.3
    iTunes 10.6.3
    To restore you need iTunes 10.7 or later and that requores OSX 10,6,8 or later

  • Macbook pro will not save what I was working on when in sleep mode

    Everytime my computer goes into sleep mode or battery dies, it does not remember what I was last working on. It starts all over again

    Open a TextEdit window and type something. Quit the application and relaunch it. Does the window open with the text you entered?

  • IPad connects to network, but not internet, and it was working fine yesterday

    So yesterday it was working fine, conecting to the internet and the router, then all of a sudden 'Safari cannot load the page because it is not connected to the internet', it was the same for all the apps that needed internet.
    My 4th generation iPod touch connects fine and so do other wireless devices on my network, what went wrong and how can I get  my internet back!??
    I have tried resetting the connectivity settings, resetting the router, adding the MAC address of the iPad to my routers 'Safe List' (which it wasnt on before it stopped working), and tried turning on and off the iPad.
    So what can be done to fix this?
    Thanks in advance

    seananners wrote:
    Ok. So after tweaking my IP settings no luck.
    Then I set up a Static route then put it into the settings on the ipad under 'static' and finally it works!
    A lot of hassle for such an annoying problem but I still have no idea why it didn't connect in the first place!?
    You found a work-around. Can't argue with success but you have not solved your problem. You should continue trying to get it to work via dhcp and dynamic addressing.

  • Private Photos App - pictures not displaying This app was working fine, then suddenly it won`t display any of the photos.

    This app was working fine, then suddenly it won't display any of the photos. One day the photos were there, gone the next. It still shows how many photos are there but just shows a white screen. I can't export anything to the photo album. Adding photos to existing folders yields the same result, only white screen displayed. However, I can create new albums and add photos to those without issue. Does anybody know how to recover the "missing" photo"  I was going to try reinstalling the app but it's no longer available in the iTunes App Store. Thanks, Tracy

    1, you can't at the moment, though with iOS 5 in the Autumn, from http://www.apple.com/ios/ios5/features.html#photos :
    Even organize your photos in albums — right on your device
    2, by removing it from you synced from and re-syncing. Only photos taken with the iPad, copied to it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad (either via the trashcan icon in the top right corner if viewing the photo in full screen, or via the icon of the box with the arrow coming out of it in thumbnail view)
    3, the location of the photos that you synced to the iPad should be listed on the iPad's Photos tab when connected to your computer's iTunes.
    4, you can copy the photos from your iPad to your computer : http://support.apple.com/kb/HT4083 . You should also be able to delete them from the iPad as part of the transfer process to your computer, and it's then your choice whether to add them to your sync photo list so as to copy them back to the iPad. Copying them to your computer would allow you to organise them into folders and therefore be able to sync them back into separate albums.
    5, I don't use Dropbox either. There are some third-party browser apps in the iTunes App Store that allow you to download pages so that you can view them when offline e.g. Atomic Web (the whole page is saved within Atomic Web, it doesn't place a photo into the Photos app)
    6, deleting content should help. If you remove an app from your iPad then you also remove the content that it's got on the iPad - so if you then decide to reinstall it back onto the iPad then you will need to manually add back any content that you want in it. None of the Apple built-in apps (including Photos) can be removed from the iPad

Maybe you are looking for

  • Need Advise and Suggestions-Oracle 10g

    Hi, I have been working on databases as DB developer(mainly PLsql)--Oracle 10g Recently,i have joined in a particular position where I have been asked to find out areas where improvement is necessary / or areas where improvement or changes would help

  • Error when copying large (65bg) file to TC

    I recently switched to aperture from iphoto and want to move my iphoto library file (65gb) to my time capsule for storage. I am using the hd in the TC for storage now, while my time machine backups go to a new external HD connected to the TC. Problem

  • Problem in Queries SQ01

    Hi to all, I am working on SQ01 Queries, I need to change the priority of the feilds. let say example material number will dispay last on the bottom of theb screen. it needs to display in top of the screen. How we will change the priority of the inpu

  • Where can I locate PW to a duplicate of my HD?

    I had several bad blocks on my internal HD so I copied all of the drive using disk utility using compression. The thing is, I forgot the password I used and I'm hoping someone w/more experience than I can tell me where I can look it up or how to chan

  • Adobe Flash bug

    I just got off the phone with Adobe support regarding my inability to play YouTube or Facebook videos on either Safari or Firefox.  After hearing that they want me to pay $39 to get the fix, I decided to wait for their patch.  The agent didn't know w