Hints problem : i'm getting crazy !!

Hello All,
i am using SQL developer 1.5.3 on a oracle 10.2.0.2 database, and i have an issue with a request :
when i put a hint /*+rule*/, the hint is accepted.
when i put a hint +rule, the hint is ignored !!?????
when i try the same hint manually (with sqlplus), both hints are accepted.
i don't understand why sql developer can't stand -- ???
did anyone already faced this problem before ?

Certainly a bug, as sqldev parses the statements before sending them to the DB.
Personally, I never saw anyone use that form of hints, so I guess the programmer missed it too.
Regards,
K.

Similar Messages

  • Open Illustrator and I get crazy colors all over

    When I open Illustrator, I get crazy colors all over in my work environment (not all over the screen and not just on the art board but in the whole environment.) The colors are not always the same. Opening and closing the file doesn't solve the problem, I have to close the entire program. I can have multiple .ai files open, one might have crazy colors but the other doesn't. If I open Illustrator again and then the file, the problem doesn't necessarily happen again even with a file that was recently crazy.
    A picture says a thousand words. Check out the attached capture.

    From your email this does sounds like something random and sporadic that does not have a pattern. Has this started recently, or is this on a new machine. Has anything changed such as a font you did not use before, or an image or strange file format some of these file have. A corrupt/damaged image of something like a cmyk jpeg(the format was meant to be RGB and some programs occasionally act funny) can cause something like this.
    Are you able to solve this by possibly toggling preview mode Command Y(Ctrl Y  Win), view >> overprint preview. The preview almost looks like a cable is loose from your monitor to computer. Clean your computer with a can of compressed air and focus on any dust laying on the monitor card and cable connections outside the computer.
    Sorry for all the wild guesses, but if you can tell us more about your system and any patterns you find, that can help.

  • Code Hints Problem - CS3

    I just got Flash CS3 today, I have it installed and I
    uninstalled Flash 8 after I installed Flash CS3, the problem is,
    code hints don't display anymore like it did before when I type
    "on(" or whatever, and I really need them, they are my lifesaver.
    Yes, I do have them enabled in the settings, and they just don't
    show up.
    Oh yeah, it doesn't show up for AS3, AS2/Flash Player 8
    settings work fine.
    I'm running Vista.

    quote:
    Originally posted by:
    eirkeirkeirk
    I just noticed that when authoring an .as file in CS3, I get
    the AS3 code hints, even though I'm writing an AS2 class. Bummer. I
    don't see a way to specify which version class file you are
    authoring. Maybe I missed something??
    Erik
    Here is an example of what I'm talking about. Grabs taken
    while authoring an external class (.as) file in CS3.
    No "method completion" hint like I would get in Studio 8:
    img1
    And I get all the AS3 methods and properties because there is
    apparently no way to tell Flash that I want this .as file to be an
    AS 2.0 class - note the lack of properties like _alpha:
    img2
    So, seriously, am I missing something or did Adobe just make
    Flash CS3 even worse than Studio 8 for authoring AS 2.0 classes?
    Erik

  • [SOLVED] HP printer gets crazy.

    I've been using Arch Linux and my HP Photosmart C4680 for last month with no errors. After a few days without any print, today this printer gets crazy.
    Already removed and installed cups and hplip packages.
    This is what I get from Arch:
    (scanned page)
    This is what I get from Windows
    (scanned page)
    Scanner still working.
    Last edited by mkanada (2010-06-06 13:52:38)

    Hi !
    I've got the same problem with my Photosmart C6100 at home and my Photosmart C4400 in my student room.
    It seems this issue came from the last hplip update from I don't know when. I didn't try to print immediately after it was updated, so I discovered this issue a few days before taking plane.
    My parents still can print with their Ubuntu 9.10.
    I have exactly the same piece of art than shown above.
    I've installed the C6100 as a new printer today, so there is no residual config files from it before hplip was updated.
    I'm not in a urge for it, but it will become problematic in the end of holydays
    By the way, the scanner still work properly.

  • Mi ligthroom get crazy

    Hi
    I am using LR for some months. It's a good software for me, but yesterday Its get crazy.
    First problem.
    In one folder with 40 photos, the first one was sustituted by another. The photo number 36 was twice, but photo number one had dissapeared.
    If I sort by date, a photo number 36 appears in the first place, and again in the 36th place.
    Then I tried to import the lost photo (number 1). But LR said me that this Photo was already in Library. I checked "Show Photo in library" and LR show me the Photo number 36.
    The solutionn was delete the photo number 36 (twice) and reimport photos number 1 and 36
    second problem.
    In one collection with 2 photos, I add another 2.
    after that, collection had 4 photos but only show 2.
    thrid problem.
    After I show all photos order by date, I get a problem similar to firts problem. But with a lot of photos. (a lot of photos without order, and a lot of them that was repeated)
    I thing that my library is corrupted, .. but how can I rebuilt without loose my work????
    Note: I have 8000 photos in my library
    thanks

    I would say first of all make sure you do not have any filters on. Many times I have thought I was missing pictures but realized I just had a filter enabled for that folder.
    2nd, try backing up what you have then restoring from a previous backup.

  • Problem with Set/Get volume of input device with single channel

    from Symadept <[email protected]>
    to Cocoa Developers <[email protected]>,
    coreaudio-api <[email protected]>
    date Thu, Dec 10, 2009 at 2:45 PM
    subject Problem with Set/Get volume of input device with single channel
    mailed-by gmail.com
    hide details 2:45 PM (2 hours ago)
    Hi,
    I am trying to Set/Get Volume level of Input device which has only single channel but no master channel, then it fails to retrieve the kAudioDevicePropertyPreferredChannelsForStereo and intermittently kAudioDevicePropertyVolumeScalar for each channel. But this works well for Output device.
    So is there any difference in setting/getting the volume of input channels?
    I am pasting the downloadable link to sample.
    http://www.4shared.com/file/169494513/f53ed27/VolumeManagerTest.html
    Thanks in advance.
    Regards
    Mustafa
    Tags: MacOSX, CoreAudio, Objective C.

    That works but the the game will not be in full screen, it will have an empty strip at the bottom.
    I actually found out what's the problem. I traced the stageWidth and stageHeight during resizing event. I found out that when it first resized, the stage width and height were the size with the notification bar. So when I pass the stage into startling, myStarling = new Starling(Game,stage), the stage is in the wrong size. For some reason, I can only get the correct stage width and height after the third resizing event.
    So now I need to restart Starling everytime a resizing event happened. It gives me the right result but I am not sure it is a good idea to do that.
    And thanks a lot for your time kglad~I really appriciate your help.

  • Problem with SET GET parameters

    Hi all,
    I am facing a problem using SET and GET parameters.
    There is a Z transaction(Dialog program) where some fields of screen are having parameter ID's. That transaction is designed to diaplay/change status of only one inspection lot at a time.
    Now I need to call that transaction in a loop using BDC. I mean i need to update the status of multiple inspection lots(one after the other). Before calling the transaction I am using
    SET PARAMETER ID 'QLS' FIELD lv_prueflos.
    Unfortunately the transaction is only changing the first inspection lot. When I debugged I found that the screen field is changing in PAI. Even though in PBO it shows the next value, when it goes to PAI it is automatically changing to the first value(inspection lot).
    Example: Inspection Lots : 4100000234
                                               4100000235
                                              4100000236
    Now first time when the call transaction is being made the status of insp lot 4100000234 is changed. For the second time when insp lot 4100000235 is being passed in PBO ican see this. But the moment it enters PAI the screen field changes to 4100000234.
    Could you pls help me in solving this issue.
    Thanks,
    Aravind

    Hi,
    Problem with SET GET parameters
    Regarding on your query. Follow this below link.
    It will help you.
    Re: Problem with Set parameter ID
    Re: Problem in Set parameter ID
    I Hope it will helps to you.
    Regards,
    Sekhar

  • HT1692 I use an iPhone 5, and want to sync my phone calendar and contacts with Outlook 7 calendar and contacts; twpo problems--I now get dozens of new calendars every time, and my calendar will not syncd at all.; meaning that date entries on Outlook do no

    I use an iPhone 5, and want to sync my phone calendar and contacts with Outlook 7 calendar and contacts; two problems--I now get dozens of new calendars every time, and my outlook calendar will not sync at all.; meaning that date entries on Outlook do not come across ot iPhone.

    It is unusual for the calendar to sync and not the contacts in Outlook. I've worked with Outlook for years. You didn't answer what computer OS you are using. If it is Windows, have you tried to reset the sync history in iTunes? Do that by opening iTunes, go to Edit>Preferences>Devices and click on reset sync history. If you have done this and it doesn't help, then we can try and run scanpst.exe on your Outlook file and see if there are any errors. Search your computer for that file, however it normally resides in one of the Microsoft Office folders in the folder Program files. After that, you can see if it will sync.

  • Anyone having problem with iphone getting not delivered message after sending picture and it really is getting delivered to recipient.

    Anyone having problem with iphone getting a not delivered message after sending pic and it really is getting delivered to recipient.

    Same problem here with and I've done everything shy of a total reset which I also find unacceptable. This problem exists on all iMessage platforms (iPhone, iPad, and Mac) so I don't see how restoring my iPhone would help the problem.

  • Everytime I try to launch the iTunes store I get a message that iTunes has stopped working and that windows is searchning for a solution to the problem, but nothing gets fixed

    everytime I try to launch the iTunes store I get a message that iTunes has stopped working and that windows is searchning for a solution to the problem, but nothing gets fixed

    Hello mcgivnma,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Best of luck,
    Mario

  • Curve 9300 scroll up seems to get crazy after upgrading to 6.0

    since upgraded to 6.0 a day after while chating on BBM my 9300 get crazy and scroll up all the time . sometimes on any screen for writing smses or checking e-mails. Can we fix this are do I have to reverse to original O.S version?

    Hi fdambrozy
    To clarify, does your BlackBerry tend to scroll on its own or is it very irratic when scrolling?
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • If I purchased an app and after 90 days it gives me problems can i get my money back

    If I purchased an app and after 90 days it gives me problems can i get my money back

    The app worked for 90 days ? Have you tried deleting and (if it's still in your country's store) redownloading the app via the Purchased tab in the App Store app on your phone (or sync it back from your computer's iTunes), and if that doesn't fix it then you've tried contacting the app's developer ?

  • Having problems trying to get my security question and answer sent to my email and it is not showing  up

    having problems trying to get my security question and answer sent to my email and it is not showing  up

    Do you mean that the reset link won't show on your account or that the email doesn't arrive on your rescue email address ?
    The reset link will only show if you have a rescue email address (which is not the same thing as an alternate email address) on your account.
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions), or you aren't receiving the email to it (you've checked the spam folder on the account and tried clicking the reset link again) then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • Hi. I am not able to update the Adobe Flash Player on my MackBook Pro. The problem I am getting is a blank page for Step3. Can someone help please?

    Hi. I am not able to update the Adobe Flash Player on my MackBook Pro. The problem I am getting is a blank page for Step3. Can someone help please?

    If you already have an older version of Flash Player, open the Preference pane and select Check Now... under the Update portion under the General tab:
    You shouldn't have to install a new version from the website (I'm not even sure if you can) if you've already installed Flash Player.
    Clinton

  • ***lapi   getLocation Exception **please helpe***I am getting crazy*****

    Hi frnd
    Recently I am working on a location based project on mobile.I have search the net and found many source code for get BTS CELL ID and coordinates and all the source code have the same code.
    but when I install on mobile I get *{color:#ff0000}location Exception{color}*{color:#ff0000}...
    {color}I have search the net and every where and yet not found the solution, even i am using Nokia N71 which supports location based api.
    guys Really i am getting crazy, there should be a solution .... please help me
    there is a program in simbian "celltrack", It easily shows the BTS information,
    if any body has Idea please help me... thankssssssssss
    ...piece of code ....
    LocationProvider lp=*null*;
    Location location=*null*;
    try
    Criteria cr = new Criteria();
    //cr.setHorizontalAccuracy(1000);
    //cr.setVerticalAccuracy(1000);
    //cr.setPreferredPowerConsumption(Criteria.POWER_USAGE_LOW);
    lp = LocationProvider.getInstance(cr);
    if(lp.getState()==1)
    message="provider! is valid" + "\n";
    //timeout
    {color:#ff0000}location = lp.getLocation(60); // Exception happens here
    ....{color}
    catch(LocationException e)
    btsInfo +="1:"+e.toString()+ "\n";

    Konapalli.Gopi wrote:
    i am using websphere application server to deploy the web application.
    javax.mail.SendFailedException: Sending failed;
    nested exception is:
         class javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
    nested exception is:
         java.net.SocketException: Cannot find the specified class java.security.PrivilegedActionException: java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory
    I would guess
    com.ibm.websphere.ssl.protocol.SSLSocketFactoryis not on your classpath.

Maybe you are looking for

  • Weird Error Message

    I'm not sure if this a Leopard, iPod Touch, or iTunes issue. Problem seems to occur after I've synced the touch and later restarted iTunes (say, after a software update). Haven't noticed the problem with my wife's 5G ipod. I get the following message

  • How do I install Firefox on Win Server 2012 Remote Desktop?

    I have tried several ways to download and install Firefox on my Win server 2012 Remote Destop. The software installs, but the installation loops and continuously opens new tabs for res://iesetup.dll/SoftAdmin.htm Are there special instructions to ins

  • Which MacBook Pro for imovie?

    I've had my 13 inch MacBook for over 7 years and the old girl won't die, but has been running slow with all the gopro and other HD video footage I edit for a long time. I only use my laptop for imovie video editing and storage of photos on iPhoto (no

  • Ipod earased music but itunes shows that it's still on the ipod

    I synced my ipod just two days and listened to it yesterday. I downloaded a song on iTunes and when I went to sync it, my iPod was wiped clean but when I hook it up to iTunes, iTunes shows that al the songs are still on there, to include the new song

  • What is the use of 3 controllers in webdynpro application?

    Hi experts,           I have seen that in a webdynpro component (ABAP) there are three(3) controllers namely, Component controller, View Controller and Interface controller. Why do we have 3 controllers? For what conditions I can use them? When to us