UNUSUAL BEHAVIOR

I have noticed some very unusual behavior with my iPhone4 lately.While charging the phone, the screen changes from the main screen to my contacts, or, to my camera, etc. This has also happened a few times when I was holding the phone in my hand...but not touching anything. I just did a reset...hopefully that will correct it. Anyone else having this issue?

user646292 wrote:
OK...here is the code...
returns 14000 and change....the table doesnt matter as I can use any table name and get the same results. If there was an error with the code itself, you would think it would be reflected in the select.Not true. For some kinds of bad code Oracle does make assumptions. A comparison over two different datatypes is an example for such "bad" code.
Oracle has to do conversion from one datatype to the other.
Here are rules that are used:
>
The following rules govern the direction in which Oracle Database makes implicit datatype conversions:
1) During INSERT and UPDATE operations, Oracle converts the value to the datatype of the affected column.
2) During SELECT FROM operations, Oracle converts the data from the column to the type of the target variable.
Let's now look at your code
yearmonth BETWEEN 20075 AND 20077I assume that yearmonth is a string column.
Inside a select Oracle would compare like this (rule 2)
to_number(yearmonth) BETWEEN 20075 AND 20077Inside an insert Oracle would compare like this (rule 1)
yearmonth BETWEEN to_char(20075) AND to_char(20077)Not sure if this really explains the difference you have, but I would search for problems along those lines. It might also depend on the database version.
Could also be a different column that causes the error.
Edited by: Sven W. on Oct 16, 2008 2:27 PM
Edited by: Sven W. on Oct 16, 2008 2:30 PM

Similar Messages

  • When i try to connect to facebook with firefox, facebook wants me to send in card informaion and says that there have been unusually behavior in my account even thought it hasnt, it works in every other browser?

    When i try to connect to Facebook with Firefox, Facebook tells me to Verificate my account with my cardnumber and also my adress, it tells me that We detected some unusually behavior in your account, for your security in order to can access your account please send us all requried informations, the credit card number must be yours or a member of your family. We won't save the credit card in our datebase and won't make any charges. We ask only for verification purpose.
    Why is this? Facebook works with every other browser and on other computers and i dont have trojan.

    I had the same prob. but recently i just formated my laptop and after that it starts working finely in firefox i think it was a kind of virus that discont. after formating the laptop. only windows drive....

  • Macbook unusual behavior during early hours.

    Well for starters I've had my Black Macbook, pretty sure it's 13 inches, for almost 3 years now. In that time I honestly can't recall this ever happening. I've heard it wake itself before, but that was because I still had something plugged into the USB port. Yesterday though it exhibited some unusual behavior though. One in which I don't ever recall encountering before. It had been asleep since around I believe 9am the previous day. However at 3:27am the unusual behavior occurred. While still sleeping, the same noise as when a cd/dvd is being ejected was made. It was somewhat loud I guess since the tv was on low and I didn't have any fan on. But after making the sound, the light indicating sleep no longer blinked instead it just stayed on. The apple in the lid wasn't lit so I don't think it woke up. But that sleep light just stayed lit for at least a minute. I was a bit shocked much to do anything else.
    Well I then opened up the lid and my Mac woke up as usual. At first I thought it might have been doing the weekly update, but when checked it still showed the last time I checked it. Remembering something I read in a different thread on the forums I went and checked console to see if anything unusual happened.
    Sure enough I found a log for around the exact time my Mac exhibited the unusual behavior.
    2009-08-08 07:15:57 -0400
    MobileDevice: AMDeviceNotificationSubscribe: USBMuxListenerCreate: Connection refused
    Message was edited by: reaper058

    Not sure if the entire post shows, but here's the log from console and a snippet from the system log of where I might think the problem started
    Sure enough I found a log for around the exact time my Mac exhibited the unusual behavior.
    Aug 9 03:27:48 Macintosh mDNSResponder: Repeated transitions for interface lo0 (127.0.0.1); delaying packets by 5 seconds
    Aug 9 03:27:59 Macintosh mDNSResponder: NOTE: Wide-Area Service Discovery disabled to avoid crashing defective DNS relay 192.168.1.1.
    System log showed this:
    Aug 9 03:27:31 Macintosh kernel[0]: IOBluetoothHCIController::restartShutdownWL this is a wake from sleep
    Aug 9 03:27:31 Macintosh kernel[0]: System Wake
    Aug 9 03:27:31 Macintosh kernel[0]: IOUSBWorkLoop::closeGate - interrupt Thread being held offUSB caused wake event (EHCI)
    Aug 9 03:27:31 Macintosh kernel[0]: IOBluetoothHCIController::terminateWL .. done
    Aug 9 03:27:31 Macintosh kernel[0]: CSRHIDTransitionDriver::probe:
    Aug 9 03:27:31 Macintosh kernel[0]: CSRHIDTransitionDriver::start before command
    Aug 9 03:27:31 Macintosh kernel[0]: CSRHIDTransitionDriver::stop
    Aug 9 03:27:31 Macintosh kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Aug 9 03:27:32 Macintosh kernel[0]: Registering For 802.11 Events
    Aug 9 03:27:32 Macintosh kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Aug 9 03:27:36 Macintosh kernel[0]: hibernate image path: /var/vm/sleepimage
    Aug 9 03:27:36 Macintosh kernel[0]: sizeof(IOHibernateImageHeader) == 512
    Aug 9 03:27:36 Macintosh kernel[0]: Opened file /var/vm/sleepimage, size 1073741824, partition base 0xc805000, maxio 400000
    Aug 9 03:27:36 Macintosh kernel[0]: hibernate image major 14, minor 2, blocksize 512, pollers 3
    Aug 9 03:27:36 Macintosh kernel[0]: hibernateallocpages flags 00000000, gobbling 0 pages
    Aug 9 03:27:36 Macintosh lookupd[398]: lookupd (version 369.8) starting - Sun Aug 9 03:27:36 2009
    elp would be most appreciated. Thank You

  • Af:query unusual behavior 11.1.1.4.0

    JDeveloper 11.1.1.4.0
    Hi, I'm experiencing unusual behavior in an af:query object. I have two variables VariableClientId and VariableCan in a view object's view criteria. When I run the form in Weblogic to test it, the af:query shows not only the two mentioned variables, but also two fields ClientId and Can. How do I make two of these input fields disappear and only show two inputs for the af:query object? I've searched all over and can't seem to find what is driving the extra fields.
                      <af:query id="qryId1" headerText="Search" disclosed="true"
                                value="#{bindings.SearchByCIDAndCanQuery.queryDescriptor}"
                                model="#{bindings.SearchByCIDAndCanQuery.queryModel}"
                                queryListener="#{MyBean.processQuery}"
                                queryOperationListener="#{bindings.SearchByCIDAndCanQuery.processQueryOperation}"
                                resultComponentId="::pc1:resId1"/>Thanks,
    Troy

    Make sure they are not in query. Otherwise they have to be required, you can change the display hint to hidden if you want to hide them

  • Unusual behavior in account

    Skype billed my PayPal account 7 times in the last 2 days to Auto-Recharge my account.  If I hadn't checked my email account today, I would not have noticed!  Couldn't they even detect unusual behavior if someone's account is being charged 7 times in 2 days?   They refunded the money but say I have to contact the police and only the police can contact Skype's fraud department.  I have no rights to the information they have about whoever hacked into my account. 

    eholbrook wrote:
    Skype billed my PayPal account 7 times in the last 2 days to Auto-Recharge my account.  If I hadn't checked my email account today, I would not have noticed!  Couldn't they even detect unusual behavior if someone's account is being charged 7 times in 2 days?   They refunded the money but say I have to contact the police and only the police can contact Skype's fraud department.  I have no rights to the information they have about whoever hacked into my account. 
    for more information and possibly more specific intructions, you may indeed need to get in touch with the customer service;
    How to Contact Skype Customer Service
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Unusual behavior of View selector with the report level 'Add to Briefing Bo

    Hi All,
    With the report level ‘Add to Briefing Book’ link, we came across an unusual behavior of View selector in a report.
    The Briefing Book saves only the default view from View selector in an Updatable Content type, however it behaves perfectly fine when a Snapshot type is selected for saving in Briefing book.
    Has anyone faced similar behaviour, is there any fix?
    Regards,
    Priti

    A case needs to opened via support

  • Getting unusual behavior using a BufferedInputStream on a 5 GB file

    I have a utility that reads the first 1000 records of a file, the middle 1000 records of a file, and the last 1000 records of a file, to check for data integrity. It has worked like a champ for years on thousands of fairly large files, but has recently been behaving badly on files around 5 GB.
    I use a BufferedInputStream with a 8192 buffer size to read the data.
    I calculate the line number of the middle 1000 records. After processing the 1st 1000 records, I count the number of LF characters until I hit the beginning of the middle 1000 records. I have to process around 2.7 gigabytes before I find the byte I want
    If the buffer has 8192 bytes in it, and I find the byte I want at position 6251, a subsequent read(_bigByteArr, 0, 8192) only returns 1941 bytes.
    This is different behavior than with files < 4GB. On smaller files, the subsequent read(_bigByteArr, 0, 8192) returns the full 8192 bytes.
    I'm thinking I'm hitting some internal limit (2147483647?). Has anyone else encountered this behavior, or have any ideas for work-arounds?

    Thanks! I looked into using DataInputStream.readFully, but it would have been a little clumsy to implement, so I created a new read method that works:
         *     Wrapper around low-level read.
         *     this is needed because bi.read(bigByteArr,0,_maxBytes) does not
         *     guarantee that _maxBytes will be returned.
         private int read() throws IOException
              int bytesRead=0;
              int curByte=0;
              curByte = (int) _bi.read();
              if (curByte==-1) {
                   bytesRead=-1;
              }//if
              else {
                   bytesRead++;
                   _bigByteArr[0]= (byte) curByte;
                   for (int i = 1;i<_maxBytes;i++) {
                        curByte = (int) _bi.read();
                        if (curByte==-1) {
                             _bufOnLastChunk=true;
                             break;
                        }//if
                        _bigByteArr= (byte) curByte;
                        bytesRead++;
                   }//for
              }//else
              //this was probably already flagged, but if equal to _maxBytes, need to flag
              if (bytesRead==_numBytes) {
                   _bufOnLastChunk=true;
              }//if
              return bytesRead;
         }//read
    Thanks again for your response and advise!

  • Movie clip unusual behavior

    I'm trying to make a picture album using dynamically loaded
    images. The viewer allows zooming in/out (By adding/subtracting 10%
    of the existing width/height). Unusually, when switching images,
    even though the movie clip that holds the images is deleted, it
    holds the zoom factor. It overall keeps the proper image however.
    Example here:
    http://www.loserslounge.org/user.php?user=linkoraclehero
    The code is below:
    onClipEvent (enterFrame) {
    if (_root.doUpdate == 1) {
    unloadMovie(_root.Picture);
    var container:MovieClip =
    createEmptyMovieClip(_root.Picture, getNextHighestDepth());
    my_mcl.loadClip(_root.image_url,_root.Picture);
    onClipEvent (load) {
    var my_mcl:MovieClipLoader = new MovieClipLoader();
    var myListener:Object = new Object();
    myListener.onLoadInit = function(target_mc:MovieClip) {
    _root.picWidth = target_mc._width;
    _root.picHeight = target_mc._height;
    //_root.Picture._width = target_mc._width;
    //_root.Picture._height = target_mc._height;
    _root.Picture._x = 275-_root.Picture._width/2;
    _root.Picture._y = 200-_root.Picture._height/2;
    _root.doUpdate = undefined;
    my_mcl.addListener(myListener);
    Any suggestions as why?

    flash doesn't like mixing timeline tweens and actionscript
    tweening. do one or the other.

  • Unusual behavior in planning book at the time of saving data

    Hi Experts,
    I am having a problem that in the planning book when I try to save the data accordingly:-
    a) Enter the data and then press save button and then click the save button:- In this case the data is getting saved.
    b) Enter the data and then without pressing the enter button directly press the save button:- In this case the data is not getting saved.
    Kindly guide what could be the reason.
    Thanks.

    The issue is resolved ow.

  • Desktop Intelligence unusual behavior

    Hello All,
    I have a serious issue here.
    We built a few deski reports.when we run the report that wrong data is displayed in wrong fields.....this behaviour is not conisistent.
    We thought this happens when we are modifying existing reports....so we started to build from sracth.this worked in some cases and did not work in others.
    This looks like a bug displaying right and wrong results at different times.
    We upgraded to SP 3 couple of months back.....could it be due to that?
    Any inputs on this highly appreciated.
    Thanks

    Is it against SAP BW queries?
    If so, it is likely that the problem is caused by the underlying Bex query changing. You'll need to create a new version of the universe to get round this feature. (It's a feature until it's fixed, then it's a bug!)

  • Unusual behavior when trying to open a .msg file within a document library

    We are running SP 2010 service pack 2
    We had a user who contacted us saying they were not able to open .msg files in their doc library. After playing with things a bit, two work around were found:
    * if the item is checked out, then clicking on it opens the file in outlook
    * if the doc library view is changed to explorer view, and the file is double clicked, the file opens in outlook.
    Is anyone aware of a reason why these extra steps are necessary?
    I don't see anything in the background info as to whether this is the case for all our users or only for some.

    The user is prompted with a File Save dialog to provide a place for the file to be saved.

  • Unusual behavior saving files in PS CS4

    I'm having problems with the way Photoshop is handling the saving of files and I suspect they are all related, specifically:
    Issue 1:
    Create a new file
    Edit the file
    Close file
    Photoshop brings up "Save As" dialog
    No way to abandon the file or close without saving
    Issue 2:
    Open an existing file
    Edit the file
    Close the file
    Photoshop closes and saves the file without prompting
    Issue 3:
    Create new file
    Edit
    Save to a location containing file of the same name
    Photoshop overwrites original file without prompting
    OS: Windows XP SP3
    Adobe CS4 Design
    Full removal and reinstallation of CS4 has not corrected the problem. I've searched the web for hours and cannot find any hint of this problem from anybody else.
    Any help would be greatly appreciated.

    Try resetting your preferences as described in the FAQ.
    http://forums.adobe.com/thread/375776?tstart=0
    You either have to physically delete (or rename) the preference files or, if using the Alt, Ctrl, and Shift method, be sure that you get a confirmation dialog.
    This resets all settings in Photoshop to factory defaults.
    A complete uninstall/re-install will not affect the preferences and a corrupt file there may be causing the problem.

  • Help with itunes unusual behavior on Mac

    I'm having trouble with how itunes behaves when I simply try to scroll through my music list. It's difficult to describe. When I try to scroll down, a bunch of unwanted information appears. It looks like itunes is trying to guess at music I might want to buy. I've turned Ping off in both my itunes account and in itunes, but this has no effect. Can anyone help me out? Posting a screen shot would be the best way to see what I mean, but don't see a way of posting a screen shot here. Can anyone help me out?
    Thanks!

    Bottlerocket wrote:
    Posting a screen shot would be the best way to see what I mean, but don't see a way of posting a screen shot here. Can anyone help me out?
    http://discussions.apple.com/thread.jspa?messageID=607563&#607563

  • Unusual behavior with 'IKM Oracle Incremental Update' knowledge module

    Hi All,
    We are getting strange behaviour in our PIP.We have following three scenarios in our PIP.
    1) LOAD_ORACLEEBIZ_PROCESSMFG_BULK_LOT_DATA_TO_PAS_PKG
    2) LOAD_ORACLEEBIZ_DISCRETEMFG_WORKORDER_DATA_TO_PAS_PKG
    3) LOAD_ORACLEEBIZ_PROCESSMFG_WORKORDER_DATA_TO_PAS_PKG
    we have a project variable PVV_GET_SCEN_NAME which will hold the scenario name in that package.
    we are trying to modify the 'IKM Oracle Incremental Update' knowledge module, we have written following code.this code will match the content of I$ table with target table based on various columns.if they are matching we will delete the matching rows from target table. But when we are executing scenario "LOAD_ORACLEEBIZ_PROCESSMFG_BULK_LOT_DATA_TO_PAS_PKG",then the wrong IF condition is getting matched in the following procedure.
    the condition that is getting matched is "ELSIF ('#ORACLEEBIZ_TO_PAS_PROJECT.PVV_GET_SCEN_NAME'='LOAD_ORACLEEBIZ_DISCRETEMFG_WORKORDER_DATA_TO_PAS_PKG') THEN".Actually the value of #ORACLEEBIZ_TO_PAS_PROJECT.PVV_GET_SCEN_NAME will be LOAD_ORACLEEBIZ_PROCESSMFG_BULK_LOT_DATA_TO_PAS_PKG.i am not sure why odi is matching this condition.
    Please provide your comments on this issue.thanks in advace.
    IKM step:
    BEGIN
    IF '#PVV_GET_SCEN_NAME'='LOAD_ORACLEEBIZ_PROCESSMFG_BULK_LOT_DATA_TO_PAS_PKG' THEN
    DELETE FROM <%=odiRef.getTable("L", "TARG_NAME", "W")%> WHERE (item_number,lot_number,source_system) IN
    (SELECT item_number,lot_number,source_system FROM <%=odiRef.getTable("L", "INT_NAME", "A")%>);
    COMMIT;
    ELSIF '#PVV_GET_SCEN_NAME'='LOAD_ORACLEEBIZ_DISCRETEMFG_WORKORDER_DATA_TO_PAS_PKG' THEN
    DELETE FROM <%=odiRef.getTable("L", "TARG_NAME", "W")%> WHERE (segment1,segment2,segment3,source_system,item_number) IN
    (SELECT segment1,segment2,segment3,source_system,item_number FROM <%=odiRef.getTable("L", "INT_NAME", "A")%>);
    COMMIT;
    ELSIF '#PVV_GET_SCEN_NAME'='LOAD_ORACLEEBIZ_PROCESSMFG_WORKORDER_DATA_TO_PAS_PKG' THEN
    DELETE FROM <%=odiRef.getTable("L", "TARG_NAME", "W")%> WHERE (segment2,source_system) IN
    (SELECT segment2,source_system FROM <%=odiRef.getTable("L", "INT_NAME", "A")%>);
    COMMIT;
    ELSE
    NULL;
    END IF;
    END;
    Thanks
    Baji

    Hi Himanshu,
    Thanks for your help.
    I gave fully qualified name,even then it didn't worked.
    - How are you deriving the value of variable
    project variable PVV_GET_SCEN_NAME is refreshing variable and it will get the value of scenario with the following sql query
    select SESS_NAME
    from <%=snpRef.getObjectName("L","SNP_SESSION","D")%>
    where SESS_NO = <%=snpRef.getSession("SESS_NO")%>
    -Log or store the value of variable as comment in IKM sql query using "-- #varvalue" and note the value is same as compared
    When i gave --#varvalue (or) --#ORACLEEBIZ_TO_PAS_PROJECT.PVV_GET_SCEN_NAME is doesnot display any thing.what i did is I changed the PVV_GEN_SCEN_NAME variable to hostorize variable to see correct value of that and after the executing the scenario,i can see the value as "LOAD_ORACLEEBIZ_PROCESSMFG_BULK_LOT_DATA_TO_PAS_PKG".I also tried same thing by changing technology to jython and i am able to see same value "LOAD_ORACLEEBIZ_PROCESSMFG_BULK_LOT_DATA_TO_PAS_PKG" for the PVV_GET_SCEN_NAME variable.
    Thanks
    Baji

  • Unusual behavior (security breach?)

    I'm getting estrange "keyboard types" on my mac, it doesn't matter in what app i'm working on.
    I figured out the char sequence because of the firefox search box that I was typing in:
    "ho bye .. ik 7ftp 'n 'v 'sñik 7del ik 7soft.exe 7exit"
    Any one knows something about this?

    Wait there is more to it:
    "em32çcmd.execmd -c echo open ip 21 .. ik 7echo user dsluser telnet .. ik 7echo binary .. ik 7echo get soft.exe .. ik 7echo bye .. ik 7ftp 'n 'v 'sñik 7del ik 7soft.exe 7exit"
    any ideas?

Maybe you are looking for

  • SharePoint public facing site does not open in sharepoint designer after giving http redirect in IIS

    I have a public facing sharepoint site We gave http redirect in IIS due to which I am unable to open the site in SharePoint Designer and gives error message site not found in webserver. If i revert back the settings (remove the http redirect link) i

  • AIR won't install on Mac OS X 10.5.5

    Every time I try to install the runtime from the adobe site, I get the error message: "This application requires a version of Adobe AIR which is no longer supported. Please contact the application author for an updated version."

  • Is it possible to find the "Sync" key in my old Firefox files ?

    I have "Backup" files from my old laptop. And there are probably 1000 or more Mozilla and Firefox files in the backup .... is there a way to merge that old information/files with my new Firefox account ?

  • Calling ecatt_execute

    Hi, i'm calling the RFM ECATT_EXECUTE from a C# Command Line Application with the .NET Connector. The call itself run's successfully, but when i look at the ECatt log, the test is marked as failed. The Testscript is rather simple, it tests the ME21N

  • Diskutil list not responding

    My 2009 27" iMac has recently stopped working. When I boot up it runs normally for  few minutes and then everything freezes up and I get the beachball. I can move the cursor and drag windows around the desktop but I can't actually click on anything.