My app runs on 4S but not on 3GS on iOS5

I am running my app in debug mode with XCode 4.3.3 and it runs fine on an iPhone 4S running iOS 5.1.1.  For what it's worth, it also runs fine under the simulator and on an iPad also running 5.1.1
If I try to run it on an iPhone 3GS with exactly the same iOS version, it crashes without anything helpful on the console.  The 3GS phone has more memory than the 4S.
Any ideas on what is different between the models running the same iOS version which could be causing the problem?

I didn't see a crash log - sorry, I don't have the actual phone to hand now, it was borrowed from a friend for a quick test(!). The console messages are as pasted below.  The first reference to my app is at 16:21:45 but then it says the app is reloaded?  The TDKOnline messages at the end of the log are some debug texts which are output from th screen the app was one when it disappeared and they are the last lines in the console.
Oct  7 16:21:02 unknown lockdownd[26] <Notice>: 017b9000 copy_meid: MobileGestalt failed to provide an MEID but returned no error (?)
>
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: Found paths:
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /usr/lib/dyld
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/usr/lib/CFDataFormatters.dylib
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/usr/lib/libdebugnub.dylib
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/usr/lib/libXcodeDebuggerSupport.dylib
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/Library/PrivateFrameworks/GPUTools.framework/libglInterpose.dylib
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/Library/PrivateFrameworks/GPUToolsCore.framework/GPUToolsCore
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/Library/PrivateFrameworks/DevToolsBundleInjection.framework/DevTools BundleInjection
Oct  7 16:21:03 unknown DTFetchSymbols[1952] <Notice>: /Developer/Library/Frameworks/SenTestingKit.framework/SenTestingKit
Oct  7 16:21:03 unknown wifid[1844] <Error>: WiFi:[371316063.894509]: Client itunesstored is background application
Oct  7 16:21:04 unknown CommCenter[57] <Notice>: No more assertions for PDP context 0.  Returning it back to normal.
Oct  7 16:21:04 unknown CommCenter[57] <Notice>: Scheduling PDP tear down timer for (371316364.119409) (current time == 371316064.119422)
>
Oct  7 16:21:04 unknown apsd[50] <Warning>: <APSCourier: 0x162bd0>: Stream error occurred for <APSTCPStream: 0x17ff30>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-1-7-d-5-5-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
Oct  7 16:21:04 unknown CommCenter[57] <Notice>: Client [com.apple.persistentconnection[apsd,50]] is telling PDP context 0 to go active.
>
Oct  7 16:21:05 unknown lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
> >
Oct  7 16:21:09 unknown ptpd[1935] <Notice>: PTP interface has been activated at high speed.
> >
Oct  7 16:21:45 unknown installd[1946] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
Oct  7 16:21:45 unknown SpringBoard[1848] <Warning>: Killing com.andion.TKDOnline for termination assertion
>
Oct  7 16:21:56 unknown installd[1946] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0
Oct  7 16:21:56 unknown SpringBoard[1848] <Warning>: Reloading application state for 'com.andion.TKDOnline' as its modification date or path has changed
Oct  7 16:21:56 unknown SpringBoard[1848] <Warning>: Reloading and rendering all application icons.
>
Oct  7 16:21:58 unknown CommCenter[57] <Notice>: No more assertions for PDP context 0.  Returning it back to normal.
Oct  7 16:21:58 unknown CommCenter[57] <Notice>: Scheduling PDP tear down timer for (371316418.273869) (current time == 371316118.273881)
Oct  7 16:21:58 unknown com.apple.debugserver-64[1969] <Warning>: debugserver-64 for armv6 Copyright (c) 2007-2009 Apple, Inc.  All Rights Reserved.
Oct  7 16:21:58 unknown com.apple.debugserver-64[1969] <Warning>: Connecting to com.apple.debugserver service...
Oct  7 16:21:58 unknown SpringBoard[1848] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=0
Oct  7 16:21:58 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 1
Oct  7 16:21:58 unknown SpringBoard[1848] <Notice>: MultitouchHID: detection mode: 0->255
Oct  7 16:21:58 unknown kernel[0] <Debug>: lockbot[1937] Builtin profile: debugserver (sandbox)
Oct  7 16:21:58 unknown SpringBoard[1848] <Notice>: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
Oct  7 16:21:59 unknown UserEventAgent[12] <Warning>: DEBUG: Changing screen blanked state: 0
Oct  7 16:21:59 unknown SpringBoard[1848] <Notice>: MultitouchHID: detection mode: 255->0 (deferring until bootloaded)
>
Oct  7 16:21:59 unknown SpringBoard[1848] <Notice>: MultitouchHID: device bootloaded
Oct  7 16:21:59 unknown SpringBoard[1848] <Notice>: MultitouchHID: detection mode: 0->0
Oct  7 16:21:59 unknown apsd[50] <Warning>: <APSCourier: 0x162bd0>: Stream error occurred for <APSTCPStream: 0x183600>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-1-8-0-6-c-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
Oct  7 16:21:59 unknown CommCenter[57] <Notice>: Client [com.apple.persistentconnection[apsd,50]] is telling PDP context 0 to go active.
Oct  7 16:21:59 unknown CommCenter[57] <Notice>: No more assertions for PDP context 0.  Returning it back to normal.
Oct  7 16:21:59 unknown CommCenter[57] <Notice>: Scheduling PDP tear down timer for (371316419.539754) (current time == 371316119.539767)
Oct  7 16:21:59 unknown apsd[50] <Warning>: <APSCourier: 0x162bd0>: Stream error occurred for <APSTCPStream: 0x187c10>: Error Domain=kCFErrorDomainCFNetwork Code=2 "The operation couldn’-t -b-e -c-o-m-p-l-e-t-e-d-. -(-k-C-F-E-r-r-o-r-D-o-m-a-i-n-C-F-N-e-t-w-o-r-k -e-r-r-o-r -2-.-)-" -U-s-e-r-I-n-f-o-=-0-x-1-8-6-a-2-0 -{-k-C-F-G-e-t-A-d-d-r-I-n-f-o-F-a-i-l-u-r-e-K-e-y-=-8-}
Oct  7 16:21:59 unknown CommCenter[57] <Notice>: Client [com.apple.persistentconnection[apsd,50]] is telling PDP context 0 to go active.
Oct  7 16:21:59 unknown com.apple.launchd[1] <Warning>: (UIKitApplication:com.andion.TKDOnline[0x2782]) Spawned and waiting for the debugger to attach before continuing...
Oct  7 16:21:59 unknown kernel[0] <Debug>: launchd[1973] Builtin profile: container (sandbox)
Oct  7 16:21:59 unknown kernel[0] <Debug>: launchd[1973] Container: /private/var/mobile/Applications/C3393ABB-0DC3-4715-8D20-9AD891522D55 [69] (sandbox)
Oct  7 16:22:00 unknown com.apple.debugserver-64[1969] <Warning>: Got a connection, waiting for debugger instructions for task "(null)".
>
Oct  7 16:22:07 unknown TKDOnline[1973] <Warning>: width = 60.000000, height = 20.000000
Oct  7 16:22:07 unknown TKDOnline[1973] <Warning>: space = 80.000000
Oct  7 16:22:07 unknown TKDOnline[1973] <Warning>: width = 107.000000, height = 15.000000
>
Oct  7 16:22:13 unknown TKDOnline[1973] <Warning>: width = 60.000000, height = 20.000000
Oct  7 16:22:13 unknown TKDOnline[1973] <Warning>: space = 80.000000
Oct  7 16:22:13 unknown TKDOnline[1973] <Warning>: width = 107.000000, height = 15.000000

Similar Messages

  • Why are most of the apps (anything that has to search) on my iphone4 and ipad (1) running very slow (or not at all) since iOS5 update...esp google. Search seems to go quickly, but then when I try to open a link..nothing. I have turned off icloud.

    why are most of the apps (anything that has to search) on my iphone4 and ipad (1) running very slow (or not at all) since iOS5 update...esp google. Search seems to go quickly, but then when I try to open a link..nothing. I have turned off icloud.

    I am having the same problem. Did turning off iCloud work? Did you just turn everything off or did you actually delete the account off your iPod?

  • Wifi not working with iTunes, apps store and some, but not all Internet sites....why???

    Yesterday I noticed while browsing Internet that some sites would not open and that some games I regularly play would not open. I also found that I could not open either the apps store or iTunes. Everything seemed to be working the day before and I have not recently upgraded ios (been on version 6.1.3 for a while) or changed any settings on my iPad (2).  With Internet research today I found suggestion that if I switched to 3G I would be able to access these apps and,sure enough, under 3G connection everything works fine. Some other forums suggest changing wifi router settings to fix the issue ....I have not tried this as I wouldn't  like to mess with my router and end up effecting other peripherals/pc's connected to it that are working fine....especially when I am not terribly IT savvy when it comes to hardware settings.  But as I haven't changed anything on my ipad why would my wifi suddenly stop connecting to some apps on my iPad, but not all??? Interestingly I can access many Internet sites (forums) with wifi connection but not the apple forum! To get to anything apple related I have to switch back to 3G ....that includes checking the iOS version I am on via settings!
    I also mention that I have done all the other suggested fixes found on various forums, such as rebooting iPad, renewing wifi lease, clearing cookies, closing all apps etc etc, to no avail. Seems the only suggested fix I have not tried is mucking around with my router which I am very hesitant to do given the **** I went through with my telco when my home Internet connection suddenly stopped working last year. Took me weeks of phone calls to get my internet connection back and being forced by the telco to a more expensive plan, hence very reluctant to start mucking around with that side of things, but why should I need to when it does seem to be working ok with other devices in the home?
    I have started this as new discussion as, even though I am not terribly IT savvy,  I cant see how this could be related to the wifi issues that many on the newer devices (iPhone 5 and iPad mini etc) are reporting as I haven't recently upgraded anything on my ipad and all was working perfectly up until yesterday.
    Any other suggestions on how to get wifi working correctly again on iPad or do I really have to risk the working of every other device in my home and chase it from modem/router side?

    Hi there,
    You mentioned that you have tried a few troubleshooting steps already, but you may want to take a look at the article below, specifically the section titled "If you are unable to access the Internet while connected to a Wi-Fi network"
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Hope that helps,
    Griff W.

  • How do I delete an app from my phone but not the computer? Is there a way to deactivate it so it doesn't add it back when it syncs?

    How do I delete and app from my phone but not from the computer? Is there a way to do this so it doesn't add it back in when it syncs?

    In iTunes under the Apps tab for the iPhone device just uncheck any app you don't want synced to the phone. When you next sync the app will be removed from the phone but remain in the iTunes library.

  • How can I buy an IOS app available in UK but not in Australia

    How can I buy an IOS app available in UK but not in Australia.
    The App is  " Weber'c on the Grill"

    That will not work.
    Please test your advice before posting it.

  • Apps showing in library but not showing up in devices i pod- sync apps list. ...pls help

    apps showing in library but not showing up in devices i pod- sync apps list. ...pls help
    id: [email protected]

    Are the apps checked to be synced to the iPod and did you click on the sync button in Tunes?
    Were the apps purchased fro the same accoubnt signed into in the iPod?
    Are the apps compatible witht he iPOd model and iOS version?
    Do you have restrictions set that prohibit instaling apps?

  • I have just signed upfor family sharing. Is there any way you can get the same app on two devices but not have to share it? My sons both want clash of clans but they don't want to be on the same village and they can't both be on app at the same time?

    I have just signed up for family sharing. Is there any way you can get the same app on two devices but not have to share it? My sons both want clash of clans but they don't want to be on the same village and they can't both be on app at the same time?

    hi, the app is not "shared", it works as if you bought the app twice with different accounts, only you paid it once. they should have 2 different villages since they're on 2 different devices.

  • Hi. I use windows Xp with service pack 3. I have the latest itunes 11.1 installed in it. I am able to add music or apps to my library but not just videos. Please help.

    Hi. I use windows Xp with service pack 3. I have the latest itunes 11.1 installed in it. I own ipad mini. I am able to add music or apps to my library but not just videos. I have already tried removing & reinstalling it. I also have tried with various formats like MPEG, MOV, MP4. Please help.

    I already have what you ( ClayandLonnie ) have suggested with the preferences>Shareing Preferences set to share all.
    I have tried turing it off, and then back on.
    I have tried just sharing specific items and this still did not work.
    I am going to try stepping back down to 11.04.4 as previously suggested by TheDarkCanuck when I get home tomorrow. (maybe saturday).  I am just leary about having to recreate all my libraries and how long that might take.  I have over 1.5 TB of Music and Video, that is why I would like to get it working in the current version.
    Just because I don't have a Mac, it seems that this is not being taken as a real problem for the windows 7 users (maybe it is specific to 64bit).  I may try the 32bit version to see if that fixes it first.  Unless someone else has, and want to chime in.

  • Hi..someone there?i am looking for an app, which can show and calculate. fully excel data from windows.until now i only found apps, which just show, but not calculate

    Hi..someone there?i am looking for an app, which can show and calculate fully excel data from windows.until now i only found apps, which just show, but not calculate.anybody who know an app???

    Look at the Rccharles answer on this post.
    https://discussions.apple.com/thread/6033082?tstart=0
    Also, you can download these free MS Office apps (Word, Excel, PowerPoint) to view (but not create or edit) these files.
    https://itunes.apple.com/us/app/microsoft-word-for-ipad/id586447913?mt=8
    https://itunes.apple.com/us/app/microsoft-excel-for-ipad/id586683407?mt=8
    https://itunes.apple.com/us/app/microsoft-powerpoint-for-ipad/id586449534?mt=8
    Microsoft Office for iPad:Early Reviews of Word, PowerPoint & Excel Apps
    http://ipadacademy.com/2014/03/microsoft-office-for-ipad-early-reviews-of-the-wo rd-powerpoint-excel-apps
     Cheers, Tom

  • TS3367 Facetime not working on Macbook Air. Wifi connection good - everything working. Can get through to my partner via facetime app on my phone but not Macbook Air?

    Wifi connection good - everything working. Can get through to my partner via facetime app on my phone but not Macbook Air?

    Hi Sophie172,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/TS4185
    Cheers,
    - Judy

  • App is running on simulator but not in Playbook device

    Hi,
    I have developped an app that has been approved and it's present on app world.
    The app is running perfectly on the simulator but customers write reviews saying that they can't save data on the device and no error message is displayed.
    I have used AIR SDK and a SQLIte database.
    As I'm in Europe and Playbook is not available, I can't debug the app on a real device.
    Has anybody an idea about why the app work on the simulator but not on the real device.
    Thanks.

    Scocam - that's not a particularly helpful comment. A great deal of the apps in AppWorld have not been tested on the PlayBook yet as there ard a number of developers still waiting to receive their PlayBooks.
    If they live outside of North America then they have no other way of getting one except for waiting for RIM to ship them out. In the meantime, we use the simulators that RIM provide us and hope the apps behave the same on the real devices. This isn't always the case.
    But a great way to demonstrate your ignorance with an unhelpful pithy comment. Well done.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!

  • App's windows exist but not visible

    (No, this isn't a hidden app, or minimized window, or window on different screen (Mission Control))
    About a month ago, windows in Microsoft Word (Office 2011) stopped being visible on the desktop, but are listed under the app's Window menu item. 
    This affects all windows in that app that I can generate (the initial choice window (sorta an Open File dialog), a window created by opening a Word document, & the app's preference window, Page Setup, Print, Properties, etc.). 
    If I choose to use the app's Minimize Window menu item, I see the window morph into the dock.  If I then click on the window in the dock, it again visibly morphs onto the desktop only to disappear when it would normally show the full window. 
    The morphing window & minimized window appear to have the correct content.
    Based on the morphing, the size of the invisible window easily fits on the monitor (either built-in or external).
    The window does not show up in Application Windows (F10) or related window pickers.
    This does not happen to Powerpoint or Excel, nor to any other app that I've noticed.
    I logged in as another user on my computer and the Word windows work properly for that user.  
    Nothing relevant appears in any logs when I open a window in Word (Only log message is  "Microsoft Word[2296]: GetScaledBatteryInfo is unimplemented and will be removed soon.  Please stop using it.")
    I know of nothing special that happened at the time I first noticed this, but I don't run Word daily. (Since the problem arose, I've been using Pages to view Word files.)
    I've tried repairing permissions.  I've also done a complete removal of Office 2011 (http://support.microsoft.com/kb/2398768), which includes deleting all the ~/Library/Preferences/com.microsoft* files, ~/Documents/Microsoft User Data directory, the /Application/Office 2011/ directory, the /Library/Application Support/Microsoft directory, Microsoft fonts, and more, with multiple reboots.   After a full reinstall, the problem remains.  This would seem to rule out Word itself or its preferences.
    As a s/w developer (non-Mac usually), I'm pretty good at chasing down similar bugs, but I've not been able to find anything similar by searching here or by Googling.
    Since it works for the other user, the problem likely is in my preferences somewhere, but not in the MS Word or Office preferences (since those were completely removed & replaced).
    Any help would be appreciated.

    Hi William,
    Did you eventually find a solution to this issue, because I'm pretty sure I'm encountering exactly the same problem since a couple of days!

  • How to turn off apps running in backgrd..not the same in Os7?

    Dear All,
    I hope this finds everyone in good health! I know the method to turn off backgrd running apps before OS 7 but am not aware if thiscan be done with OS 7?
    The usual way is to hit Home button twice then when the apps appear below, hold your finger over the app untilt they start shaking and hit the x. On my iPad 4 when I do so it tels me it will delete the app from the iPad....
    Sorry if I missed any posts on this subject.
    Thank you all and yes, I am awaiting the new iPad5!
    Thank you!
    MacOwner

    Close Apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe up on the screenshot of the app you want to exit.
    3. The app will fly off the screen

  • When I attempt to updates apps on my ipad my password does not work. I tried updating them one at a time and it still doesn't work. I've reset my password and I can use the new password and update apps on my PC but not on my ipad. Why?

    When I attempt to update apps on my ipad my password does not work, even when I attempt to update each app separately. When I change the password it works on my PC but not on my ipad.  Why?

    Try logging out of your account on the iPad by tapping on your id in Settings > Store and then log back in and see if it then works.

  • I want a user to use only import, it run with export but not import

    Hi,
    i create a user for use only for import and for export.
    batch_export with exp_full_database role <- It run
    batch_import with imp_full_database role <- don't run
    P:\>sqlplus batch_export/batch
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:21:58 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ERROR:
    ORA-00604: une erreur s'est produite au niveau SQL rÚcursif 1
    ORA-20000: Connexion refusee
    ORA-06512: Ó ligne 41
    Entrez le nom utilisateur :
    P:\>sqlplus batch_import/batch@rfsage
    SQL*Plus: Release 10.1.0.2.0 - Production on Lun. Ao¹t 21 17:03:36 2006
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    ConnectÚ Ó :
    Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> exit
    the trigger as run
    create or replace trigger batch_export.check_connexion after logon on database
    declare
    V_MODULE SYS.V_$SESSION.module%TYPE;
    V_TERMINAL SYS.V_$SESSION.terminal%TYPE;
    V_SID SYS.V_$SESSION.SID%TYPE;
    V_SERIAL SYS.V_$SESSION.SERIAL#%TYPE;
    V_COMMAND varchar2(100);
    V_CURRENT_USER varchar2(20);
    V_CURRENT_SID SYS.V_$SESSION.SID%TYPE;
    cursor connexion is
    select substr(module,1,7) module, substr(terminal,1,12) terminal, sid, serial# from v$session T1 where schemaname='BATCH_EXPORT';
    cursor ID_CUR is
    select user from dual;
    cursor SID_CUR is
    select SYS_CONTEXT('USERENV','SID') sessionid from dual;
    --select SYS_CONTEXT('USERENV','CURRENT_USERID') current_userid from dual;
    Begin
    open SID_CUR;
    loop
    fetch SID_CUR into V_CURRENT_SID ;
    EXIT WHEN SID_CUR%NOTFOUND;
    dbms_output.put_line('V_CURRENT_SID:'||V_CURRENT_SID);
    end loop;
    close SID_CUR;
    open ID_CUR;
    loop
         fetch ID_CUR into V_CURRENT_USER ;
         EXIT WHEN ID_CUR%NOTFOUND;
         if V_CURRENT_USER='BATCH_EXPORT' then
         open connexion;
         loop
              fetch connexion into V_MODULE,V_TERMINAL,V_SID,V_SERIAL ;
              EXIT WHEN connexion%NOTFOUND;
              if V_MODULE<>'EXP.EXE' then
              dbms_output.put_line('V_SID:'||V_SID);
              dbms_output.put_line('V_CURRENT_USER:'||V_CURRENT_USER);
                   if V_CURRENT_SID=V_SID then
                   dbms_output.put_line('MODULE:'||V_MODULE);
                   RAISE_APPLICATION_ERROR (-20000,'Connexion refusee');
                   end if;
              end if;
         end loop;
         close connexion;
         end if;
    end loop;
    close ID_CUR;
    End;
    as the same for import user.
    I try with role in trigger but it don't, i see this in forum Oracle.
    But i think EXP_FULL_DATABASE have not DBA rule, but IMP_FULL_DATABASE have.
    How i do this ?
    I want just to use a user to imp utilities, but not connexion in sqlplus.
    Thanks for your help
    Christophe

    thanks for your help.
    it run !
    for example :
    as the system user
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'CONNECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    SQL> grant create session to batch;
    Autorisation de privilèges (GRANT) acceptée.
    SQL> INSERT INTO PRODUCT_USER_PROFILE values ('SQL*Plus', 'BATCH', 'SELECT',null,null, 'DISABLED', NULL, NULL);
    1 ligne créée.
    the result
    oracle@debian:~$ sqlplus batch/batch;
    SQL*Plus: Release 10.2.0.1.0 - Production on Mar. Août 22 06:53:00 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à :
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select user from dual;
    SP2-0544: Commande "select" désactivée dans le profil utilisateur du produit
    SQL>
    oracle@debian:~$ exp batch/batch owner=batch file=test.dump
    Export: Release 10.2.0.1.0 - Production on Mar. Août 22 06:54:32 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connecté à : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export fait dans le jeu de car WE8DEC et jeu de car NCHAR AL16UTF16
    le serveur utilise le jeu de caractères WE8ISO8859P1 (conversion possible)
    Prêt à exporter les utilisateurs spécifiés ...
    . export des actions et objets procéduraux de pré-schéma
    . export des noms de bibliothèque de fonctions étrangères pour l'utilisateur BATCH
    . export des synonymes de type PUBLIC
    . export des synonymes de type PRIVATE
    Thanks for all

Maybe you are looking for

  • Deleting Photo's from IPOD Nano

    Hello, I accidentally uploaded 300+ photo's to my IPOD NANO and I want to delete them. I have a few others that I would like to put on it but I don't want the 300 taking up all of the space. Please Help. I just got this Nano over the past weekend so

  • Error in installing packages during jumpstart

    The machine I am installing via jumpstart is on a terminal server and I am connected to ttya. I am seeing these errors in the log: ## Executing postinstall script. pkgadd: ERROR: freopen(/dev/tty, "a", stdout) failed, errno=6 pkgadd: ERROR: postinsta

  • Misled by Diagnostic help from Mac OS when having an ethernet-problem

    I just solved a nasty problem that took me almost a day and that was caused by a wrong message from OS (10.4.5). What happened: Along with the move of my mac mini to another room in the house, I had to redirect the ethernet-cable for my adsl. After d

  • Cannot choose login options in clamshell mode

    I am having problems choosing any user or option from the user list login window when my MBP is in my Hengedock.  I try to choose a user and nothing happens.  I cannot choose Restart, Sleep or Shutdown either.  If I then remove the MBP from the Henge

  • Stroke/Border Disappears When Viewing on HTML File

    Hello - I am using Flash CS5.5.  I am working on Flash banners and I want to place a 1 pixel stroke/border around each banner. I did the usual, created a new layer, used the rectangle tool, put in the correct stroke number (1 pixel), matched the size