Set ignore errors = off

@a.sql
select ' # Crocodile' from dual;
select * from no_table ; ---Table does not exists and script must pause here
select sysdate from dual;
Is it possible to pause the script if Error comes while execution.
Consider table no_table does not exists so script must be paused and prompted... and ask for continue or stop ....
Is there is any setting regarding this ...
Thanks & regards,

How to pause the script if any errors occur ...Nohow. All you can do is instruct SQL*Plus to exit [url http://oraclesvca2.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1014742]WHENEVER SQLERROR found.

Similar Messages

  • How to write an applescript and ignore errors

    I'm writing an applescript that uses a shell command that will always return an error. Applescript stops as soon as the error occurs. I want the applescript to continue running. How should I tell Applescript to ignore errors?

    The basic construct is a try/end try block which runs your own code when an error occurs rather than stopping your script.
    An alternative when using do shell script is to suppress stdout and stderr so that errors are not returned to the application. Which you can do by appending ' > /dev/null 2>&1 &' to the end of the shell command.
    Note, though, that your command will not work as written because 'choose folder' will return an alias object which can not be passed to a shell command as-is. Shell commands require unix-style paths for all file/folder parameters. Fortunately, AppleScript makes this easy by providing a POSIX path command which will convert an alias to a unix path. Additionally, since Mac paths can commonly include spaces and other non-shell safe characters, you may want to quote the path, too, like:
    <pre class=command>set shell_script to "usr/local/bin/readpst -o " & quoted form of POSIX path of mbox_output & " " & pst_input & " > /dev/null 2>&1 &"</pre>

  • How to programmatically set an error message for a validation rule of an EO

    Hello,
    Is there a way to programmatically set an error message when validating any data on an EO?
    It seems the API of the EO interface does not have any method to be defined for my needs..
    thanks

    The other option is that for the error message you can define a groovy expression to call an EO method.
    I documented this on my blog
    http://blogs.oracle.com/grantronald/entry/dynamic_error_messages_from_a
    Regards
    Grant

  • My CD reader says all my CDs are empty when I know they are not. Is my reader down or is there a setting that is off?

    My CD reader says all my CDs are empty when I know they are not. Is my reader down or is there a setting that is off?

    Yes. you should keep your media in iTunes, and indeed you should also keep a backup of your library as well. if you have the device set up for manual management then the content would remain on it when deleted from the library, but you would have no way to restore the device if there was a problem.
    See also: Getting iTunes & Windows Media Player to play nicely
    tt2

  • ORACLE_HOME_LISTNER is not SET dbstart error Oracle Enterprise Linux

    ORACLE_HOME_LISTNER is not SET dbstart error Oracle Enterprise Linux
    Hallo!I am a newbie in Oracle 10g having installed Oracle 10g in Oracle Enterprise Linux version 4 update 7.
    I am trying to automate the startup of the Listener,Database,Enterprise Manager and isqlplus during boot.
    I have tried running the dbstart script but an error resulted.After research,I found out that I am supposed to edit line 78 of the dbstart script from
    ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracle
    To
    ORACLE_HOME_LISTNER=$ORACLE_HOME
    Even after this,when I run the dbstart script,I receive the error below.
    [root@joey-oel ~]# cd /u01/app/oracle/product/10.2.0/db/bin/
    [root@joey-oel bin]# ./dbstart
    ORACLE_HOME_LISTNER is not SET, unable to auto-start Oracle Net Listener
    Processing Database instance "orcl": log file /u01/app/oracle/product/10.2.0/db/startup.log
    When I view the log file startup.log,the information is as below
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Aug 9 21:20:33 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-12546: TNS:permission denied
    SQL> ORA-12546: TNS:permission denied
    SQL>
    ./dbstart: Database instance "orcl" warm started
    ./dbstart: Starting up database "orcl"
    Sat Aug 14 15:30:25 EAT 2010
    How do I resolve this?
    Thanks.

    The results of the env | sort command is as below
    [oracle@joey-oel ~]$ env | sort
    _=/bin/env
    EDITOR=gedit
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=joey-oel.com
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/usr/lib:/usr/X11R6/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db
    ORACLE_HOSTNAME=joey-oel.com
    ORACLE_SID=orcl
    PATH=/u01/app/oracle/product/10.2.0/db/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    QTDIR=/usr/lib/qt-3.3
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    TERM=vt100
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    I am trying to run the dbstart as the oracle user.When I try doing this as below
    [oracle@joey-oel ~]$ $ORACLE_HOME/bin/dbstart $ORACLE_HOME
    chmod: changing permissions of `/u01/app/oracle/product/10.2.0/db/startup.log': Operation not permitted
    Processing Database instance "orcl": log file /u01/app/oracle/product/10.2.0/db/startup.log
    Even when I try changing the permissions of startup.log as below,
    chmod 777 startup.log
    the error still appears.

  • ODI-01266: Agent {0} detected Session as stale session and set to error

    Hi
    I am a beginner in odi
    I scheduled a package to run . but this error came up :" ODI-01266: Agent {0} detected Session as stale session and set to error status"
    what is this error and what should i do???
    thanx
    medi

    Cleaning Stale Sessions
    Stale sessions are sessions that are incorrectly left in a running state after an agent or repository crash.
    The Agent that started a session automatically detects when this session becomes stale and changes it to Error status. You can manually request specific Agents to clean stale sessions in Operator Navigator or Topology Navigator.
    To clean stale sessions manually:
    Do one of the following:
    From the Operator Navigator toolbar menu, select Clean Stale Sessions.
    In Topology Navigator, from the Physical Architecture accordion, select an Agent, right-click and select Clean Stale Sessions.
    The Clean Stale Sessions Dialog opens
    In the Clean Stale Sessions Dialog specify the criteria for cleaning stale sessions:
    From the list, select the Agents that will clean their stale sessions.
    Select Clean all Agents if you want all Agents to clean their stale sessions.
    From the list, select the Work Repositories you want to clean.
    Select Clean all Work Repositories if you want to clean stale sessions in all Work Repositories.
    Click Clean to start the cleaning process.

  • TS4000 When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    Sounds like we have a similar problem.  Four days ago I was playing music through a wireless Bose speaker via bluetooth and everything was fine.  Then I was texting while listening and got 2 texts about the same time as I was typing one and my phone went black.  I pushed the home button and it worked, went into my texts and all were there.  However ever since then the time isn't right, so it can't keep time no matter what I do.  The bluetooth works only at times, the wifi keeps jumping on and off, sometimes my data won't work and the other day I couldn't even turn it off, so had to wait until it died.  The battery life display at that moment wasn't correct either.  Took to Verizon, they couldn't help.  Suggested a factory reset, which I did last night and still the same issues!  One day I couldn't even text my husband on his iPhone.  Just wouldn't work at all.  Did everything suggest and still not good.  Seems like after stalking these pages today a lot of people are having this problem in Dec/Jan and of course also I'm 3 weeks out of my 1 year warranty and so were many others, by days.  Very strange, and all on the 5C.  What did you do?  Is it working now?

  • OAF pages open up with error when FND_VALIDATION_LEVEL profile set to ERROR

    Hi,
    We get error “You have insufficient privileges for the current operation. Please contact your System Administrator.” when we access the OAF page on a click of a link .
    On a click of a link in a OAF page a new OAF page should open up. This is achieved by following piece of code
    String javaS = (new StringBuilder()).append("javascript:openWindow(top, 'OA.jsp?page=/XXX/oracle/apps/cs/XXX/XXX/webui/ViewRulesPG&paramRoot=RULES&reportname=").append(strViewRepName).append("&retainAM=N&addBreadCrumb=N','modal'").append(",{width:screen.width,height:screen.height-30,top:0,left:0").append(",resizable:false},true, 'document', null);void(0);").toString();
    bodyBean.setOnLoad(javaS);
    This works fine when the FND_VALIDATION_LEVEL is set as 'None' but gives the error when the profile is set as 'Error'. We can't go with this work around.
    Please suggest
    Regards,
    Mrugesh

    FND_VALIDATION_LEVEL is a profile option that should always be set to ERROR. It is not advisable to set it to NONE, just to enable your javascript. The profile ensures that the page is well secured when accessed through Oracle Applications, applies the necessary security similar to seeded OAF pages. OA Framework does not support javascript functionality such pop-ups (you can do it but ) but does not guarantee that the page is secure from outside world (web traffic or cross-browser attacks) when the FND_VALIDATION_LEVEL=None. Work with Dialog pages instead of pop-ups or otherwise limit the page functionality, as javascripting is not recommended in OAF pages.
    -Vikram

  • ABAP to set "Switched on/off BIA indexes for queries" flag?

    Hi everyone,
    Does anyone know if the "Switch on/off BIA Indexes for Queries" can be set for a specific cube by a delivered ABAP?
    Here's my scenario. We go live with BIA next Monday 9/22. I've indexed our cubes in production BIA this past weekend and they're rolled up nightly. Until the go-live, I've manually set the "Switched Off for Queries" flag via RSDDBIAMON > BI Accelerator > Index Settings > Switch on/off BIA Indexes for Queries".
    However, one indexed cube is deleted fully every night by the flag in the full load infopackage. In testing, I saw that the BIA fact table index was fully deleted when the E and F tables of the cube were truncated, and then reindexed when the full package is loaded and rolled up. This is all ok.
    The issue is that after the delete, load and rollup, the "Switched Off for Queries" flag is not set. I have had to manually reset to off in the morning. This won't be an issue (hopefully) once we go live, but it does seem like a bug and I'll likely submit a customer message. I would think the delete, index and rollup process should not change the status of this flag.
    Does anyone know if that flag can be programatically set?
    Thanks for any advice,
    Doug

    Thanks, Vitaliy!
    I think you're exactly right. Its seems to be a bug in processing of just this specific type of index reprocessing, e.g. dropping and reindexing. The indexing process properly retains INA status on the other delta indexed cubes.
    I'm barely ABAP OO literate, but do understand enough to find, review and test the class and method code. Thanks for finding it!
    Also, I reviewed table RSDDTREXDIR and it is correct/current. It does spawn another question, though. The field ITYPE (Type of BIA Index) is consistently ICB exept for 2 cubes/indexes, which are typed as PA2 and PA9. When I check possible values on the domain, RSDDTREX_TAGGR_TYPE, it only lists ICB and ICF (Infocube - flat).
    Any idea what types PA2 and PA9 are, and why these 2 cubes would be different? From my perspective, they're basic infocubes, same as all the others.
    Thanks again,
    Doug

  • Redirect to another page and set the error or success message from process

    I have a process that runs when a page is submitted. In the process I am catching an exception and if an exception occurs I want to redirect to a different page and display the error message of the exception. How can this be done?
    Below is my code. The redirect works but I want to set an error message to display on page 765 which is a different page to the one with this process on.
    begin
        -- some code here
    exception when others then
        owa_util.redirect_url('f?p=&APP_ID.:765:&SESSION.::NO:::');
    end;

    >
    Please update your forum profile with a real handle instead of "973239".
    I have a process that runs when a page is submitted. In the process I am catching an exception and if an exception occurs I want to redirect to a different page and display the error message of the exception. How can this be done?
    Below is my code. The redirect works but I want to set an error message to display on page 765 which is a different page to the one with this process on.
    begin
    -- some code here
    exception when others then
    owa_util.redirect_url('f?p=&APP_ID.:765:&SESSION.::NO:::');
    end;
    Use the <tt>f</tt> function's <tt>notification_msg</tt> parameter to pass the error message in the URL:
      owa_util.redirect_url('f?p=&APP_ID.:765:&SESSION.::NO:::&notification_msg=' || apex_util.url_encode(l_error_msg)); 
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)

  • HT1766 Recently updated my iPhone 4s to the iOS 6. Now I can not install application updates, my music library has vanished, iTunes Match (in Settings) keeps setting itself to "Off".

    I recently updated my iPhone 4s to the iOS 6. Now I can not install application updates, my music library has vanished, iTunes Match (in Settings) keeps setting itself to "Off". I have also logged off of iTunes in Settings, and it will not let me log back in. Just a few moments ago when I again tried to log into iTunes, it asked me for my Password, then replyed that I had no Match account; but I do. Is Restore the best option?
    Any suggestions

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

  • Ignoring error in afterCompletion.

    I just tried to force an ejbStore on an entity by:
              (in weblogic-ejb-jar.xml)
              <persistence-descriptor>
              <is-modified-method-name>isModified</is-modified-method-name>
              <delay-updates-until-end-of-tx>false</delay-updates-until-end-of-tx>
              </persistence-descriptor>
              But a StackTrace occur, and ejbStore is never called.
              Any hint?
              ####<Apr 4, 2003 5:16:20 PM HKT> <Warning> <JTA> <internal> <cityguide>
              <ExecuteThread: '3' for queue: 'default'> <> <> <000000> <Ignoring error
              in afterCompletion. Object =
              weblogic.ejb20.internal.TxManager$TxListener@aff2c>
              java.lang.NullPointerException
              at
              weblogic.ejb20.locks.ExclusiveLockManager.unlock(ExclusiveLockManager.java:204)
              at
              weblogic.ejb20.manager.ExclusiveEntityManager.afterCompletion(ExclusiveEntityManager.java:426)
              at
              weblogic.ejb20.internal.TxManager$TxListener.afterCompletion(TxManager.java:173)
              at
              weblogic.transaction.internal.ServerSCInfo.callAfterCompletions(ServerSCInfo.java:429)
              at
              weblogic.transaction.internal.ServerTransactionImpl.callAfterCompletions(ServerTransactionImpl.java:1758)
              at
              weblogic.transaction.internal.ServerTransactionImpl.setCommitted(ServerTransactionImpl.java:1736)
              at
              weblogic.transaction.internal.ServerTransactionImpl.globalRetryCommit(ServerTransactionImpl.java:1628)
              at
              weblogic.transaction.internal.ServerTransactionImpl.globalCommit(ServerTransactionImpl.java:1568)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:173)
              at
              weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:201)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobQueueEntityEJBEOImpl.getValueObject(JobQueueEntityEJBEOImpl.java:37)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobServiceEJB.getJobQueue(JobServiceEJB.java:354)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobServiceEJBImpl.getJobQueue(JobServiceEJBImpl.java:110)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobServiceEJBEOImpl.getJobQueue(JobServiceEJBEOImpl.java:31)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobServiceEJBEOImpl_WLSkel.invoke(JobServiceEJBEOImpl_WLSkel.java:150)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:128)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              at
              weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.java:118)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:17)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              ####<Apr 4, 2003 5:16:21 PM HKT> <Warning> <JTA> <internal> <cityguide>
              <ExecuteThread: '11' for queue: 'default'> <> <> <000000> <Ignoring
              error in afterCompletion. Object =
              weblogic.ejb20.internal.TxManager$TxListener@40b778>
              java.lang.NullPointerException
              at
              weblogic.ejb20.locks.ExclusiveLockManager.unlock(ExclusiveLockManager.java:204)
              at
              weblogic.ejb20.manager.ExclusiveEntityManager.afterCompletion(ExclusiveEntityManager.java:426)
              at
              weblogic.ejb20.internal.TxManager$TxListener.afterCompletion(TxManager.java:173)
              at
              weblogic.transaction.internal.ServerSCInfo.callAfterCompletions(ServerSCInfo.java:429)
              at
              weblogic.transaction.internal.ServerTransactionImpl.callAfterCompletions(ServerTransactionImpl.java:1758)
              at
              weblogic.transaction.internal.ServerTransactionImpl.setCommitted(ServerTransactionImpl.java:1736)
              at
              weblogic.transaction.internal.ServerTransactionImpl.globalRetryCommit(ServerTransactionImpl.java:1628)
              at
              weblogic.transaction.internal.ServerTransactionImpl.globalCommit(ServerTransactionImpl.java:1568)
              at
              weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:173)
              at
              weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:201)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobServiceEJBEOImpl.updateJobQueue(JobServiceEJBEOImpl.java:321)
              at
              com.metrowalker.logistics2003.model.ejb.impl.JobServiceEJBEOImpl_WLSkel.invoke(JobServiceEJBEOImpl_WLSkel.java:347)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
              at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:128)
              at
              weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
              at
              weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.java:118)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:17)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

    Hi,
    As per the documentation, the following is the description of BEA-110401 :-
    Warning: Ignoring error in afterCompletion. Object=arg1, Exception=t
    Description An exception was thrown in a Synchronization.afterCompletion() synchronization callback . The exception is ignored by the Transaction Manager.
    Cause The application-defined javax.transaction.Synchronization callback may have thrown an exception.
    Action No action required.
    Link :[http://edocs.bea.com/wls/docs92/messages/TX.html]
    There is patch available to stop the messages from appearing in the log. You can open a service request with support to get the patch.
    Regards.

  • See Ignored Errors in Airport Utility

    I had an error on my Time Capsule recently - the internal disk has an error - I checked "ignore this error" how do I get the error to come back to remind me in the utility?  This is a disk error it seems though the disk seems to be working fine at present.
    Any help on seeing these ignored errors again appreciated.

    You cannot "see" the ignored errrors.....since you chose to "ignore" them.
    The only way that you might see the error(s) again will be to perfrom a Factory Default Reset on the Time Capsule, then configure it again.
    Any "errors" will be displayed at the end of the setup.
    Resetting an AirPort Base Station or Time Capsule FAQ

  • TS3999 Outlook 2007 and iCloud set up errors

    I have Outlook 2007 on an Exchange 2003 environment. I am having set up errors when trying to establish iCloud for my Calendar and Contacts. Any ideas?

    I solved my problem.
    First i went back to my backup form Outlook (2007 on Windows7)
    Second i cleaned my iPhone and iPad by removing iCloud and saving nothing on the devices, which resulted in empty contacts and Agenda (dutch version)
    Then in iCloud
    a. i made a new and clean Agenda which enabled me to delete the others.
    b. I removed all the entries from my contacts easily by pointing on the first entry and with shift on the last entry and I deleted them all together. So I deleted all the double entries and started clean.
    Now I made a new backup from Outlook and started the iCloud ConigurationScreen
    and selected to upload Agenda and Contacts to iCloud.
    (NB: I had also an Calender with two entries maybe a residu in Outlook from the past and from an English/US Version: I disgarded that: it was also a confusing thing before.)
    Now everything is working fine and i see only the contacts and Agenda which I uploaded and it works fine on all devices including my Outlook on my PC.
    Jan Roovers
    PS: I have not yet solved my problem that my old favourites from Safari remain in iCloud. Has anyone a suggestion how i can delete them all for a new and clean start??

  • Adobe CS4 Design Premium Set Up Error

    When I try to set up adobe design premium on my mac I get a set up error. I already repaired permissions and clean uninstall everything adobe told me to do, but Its still giving me an error message. I have a screen shot also. Im thinking my hard drive has corrupted files in it, I may have to erase it or get a new one. :/

    Try this: http://www.adobe.com/support/contact/cs4clean.html
    Then repair permissions and try to re-install again.

Maybe you are looking for

  • IPhone won't show up in iTunes after downloading new software

    So I downloaded some secure server-type crap so I can work from home (Healthcare industry) and every since then I can't use my iTunes, it won't recognize my phone. I need the software to work, obviously, but I need my iTunes to work. Can the two coex

  • HELP! iTunes won't load, gives Windows - No Disk error

    This is so aggravating! Last week I purchased $100 worth of audio books to put on my iPod for a vacation. Immediately iTunes wanted me to upgrade to 5.0, so I did. That's where the nightmare began. With both versions, when I click on the iTunes icon

  • How to get the entered value in a web template?

    Hi experts, We have a BEX web template that executes a query with an input variable. Itu2019s 0BPARTNER. It runs a report filtered by business partner We want to execute a web service in the same web temple using the same entered value for business p

  • (again) oracle 10g client and oracle 10g express in one computer

    hi again, sorry if this question looks like a double post to you. Well this is quite embarassing yet still make some headache for me. I have my office PC installed with Oracle 10g client using admin component option, for connecting some application w

  • HT2534 Do you need a credit card to download from the iTunes Store or App Store?

    you need a cretid car ? because i have my id apple but there say its not use in store i press ok and go to options and theres no none to options for pay what i have to do because i dont have any credit car or when i want to change the country there i