Oracle Control Problem

hi i'm new in oracle and i know that my question might be quite simple but i cannot manage this problem.
here's my question
i have two table (lets say A(name,number,code) and B (task,event) ) and A's number and B's task have same values. what i'm trying to do is if A's number doesn't exist in B's task, then add it to B. (A's number will be B's event)
and A's number might be sth like that 1301-3 1301-5 1302-4 .(their codes are '2') and i have to put them in B like : 1301,1302 (first 4 characters).
i'm trying to do it with a cursor in A's table. cursor fetches on A by records that their code is '2' and their first 4 characters don't match with any record in B's task .
can you help me i can't find a way , i think i have to control first 4 characters in every loop but i couldn't find how to do it .

you have strange column names....
Next time post your tables (CREATE TABLE) and some sample data (INSERT INTO)
NUMBER is a reserved word, don't use it as a column name... especially when it is not a NUMBER :)
Something like this:
SQL> create table a
  2  (numb varchar2(10));
Table created.
SQL>
SQL> insert into a (numb) values ('1301-3');
1 row created.
SQL> insert into a (numb) values ('1301-5');
1 row created.
SQL> insert into a (numb) values ('1302-4');
1 row created.
SQL>
SQL> create table b
  2  (n number);
Table created.
SQL>
SQL> insert into b
  2  select distinct
  3         to_number (substr (numb, 1, instr (numb, '-') -1))
  4    from a
  5  /
2 rows created.
SQL> select *
  2    from b
  3  /
         N
      1302
      1301

Similar Messages

  • User Account Control Problems with Premier Elements 7 32 bit in 64 Bit Windows 7

    I found User Account Control Problems in other forums but didn't see much in Premiere Elements, so I hope this helps others who may be having problems with 32 bit programs in a 64 bit computor. When I first got my 64 bit I didn't have problems.
    Back in February I bought a Quad Core Desktop with Windows 7 64 bit. Haven't been on the forum for 7 months since I wrote in regarding importing video with the Pyro AV Link (Premiere Elements Tips and Tricks). I was having problems importing video which started after March 28 sometime, as that was the last time I didn't have a problem importing VHS. Took me a few months off and on to find out what worked.
    I started uninstalling Windows updates and any programs I had installed back to that point in time. Checked after uninstalling each item. The capture screen would come up on a delayed basis but clicking on capture did nothing. Although no driver is required for IE1394 (so they say) I read where some people using the Legacy driver had fixed some problems, so I switched to the Legacy. Seemed to work great (for a few minutes).
    I had even uninstalled and reinstalled PE7 but no difference. Finally I noticed a shield in the PE7 Desktop icon. Thats weird. Never had that before. Just decided to show up after I had done all of the stuff I mentioned. Turns out at some point in time since I've had the computor Windows 7 decided to flag my 32 bit program as misusing the 64 bit system. User Account Control. I never bothered too much with UAC and just clicked on the yes box wen it popped up asking if I wanted this or that to take control of my computor. I tried using the minimum setting for safety reasons, and then finally turned User Account Control off. Bingo! PE7 capture works again and still working.
    While I am not recommending that people arbitrarily turn UAC off, this appeared to be my problem. I would recommed that they try turning it off before uninstallin a bunch of stuff. Having a restore point may or may not have been a fix for me. I think one of the Windows Updates caused the problem but I am not going to uninstall any more stuff at this point, I have not been back on the internet or installed any more updates in my desktop. I am going to use my laptop for internet and used the desktop for video.
    I am guessing this could be a problem for any 64 bit systems trying to use 32 bit programs. IE: XP,Vista,Windows 7 64 bit. In Vista there is also Data Execution Prevention (DEP) which you can turn on or off, supposedly to prevent misuse of memory (as I understand it), but Win7 either doesn't have it or I haven't found where it's located.
    Maybe this has been covered in the forum somewhere and I missed reading it. Hope I am not too confusing. Anyway, whatever feedback you guys have would be great.  

    John,
        Thanks for your answer, and I did check out the link you suggested. However, I have Windows 7 Home Premium as most people have I think, and the XP program was not available. I started with Vista and now have Win 7. I never could navigate around in XP anyway so am content to just leave User Account Control off.
        Interesting side note to turning UAC off is that my desktop seemed to be using more of the CPUs, where half of them were "Parked" as I wrote in also about 7 months ago when I 1st got my desktop. I am pleased to say that video processing seems to go quicker with UAC off. Have to observe things some more to confirm.
        I just thought if others were having problems after installing Windows Updates and leaving UAC off worked then they could possibly pinpoint a problem.

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

  • Control problem

    I create a swf by Flash locally which point to a flv in a
    remote flash media server, FLVplayback component included, it work
    fine locally. Uploaded to FMS3, played without the control problem,
    such as Play/Pause, seek bar.
    Is it something I need to configure in FMS, or in Flash.
    Please advice.
    Thanks!

    Between version 1.0 and 2.0 the API in the JBCL controls has
    changed. We are actually moving away from JBCL completely (please
    do send feedback if you have a comment on that) to a Swing and
    Infobus standard based library of visual JavaBeans.
    You will still be able to use the JBCL controls in JDeveloper
    2.0. The best thing to do is to take your 1.x based application
    AND the 1.x based JBCL.ZIP file into your new environment. This
    way you will be able to continue to use these apps and
    components. Taking the 1.x JBCL.ZIP file will make sure you have
    the same version of the JBCL library that you were used to in
    version 1.x.
    Hope this help,
    -Roel.
    Hans Duijn (guest) wrote:
    : Hi,
    : I developed an applet in v1 that worked fine. I tried to
    rebuild
    : the applet in v2 but some problems occured. One, The
    : ChoiceControl populated with the method
    : 'ChoiceControl1.setItems' but in v2, this does not work till a
    : explicitly called 'queryDataset.open'. Is the way to do it or
    do
    : I have to use special properties for the
    dataset...and...second,
    : I'm using an listControl that, in response to a selected item
    in
    : the ChoiceControl, changes frequently. No new list appears till
    : I update the applet the hard way (hide it and bring it to
    front)
    : or click the mouse on the hidden items. 'listControl.repaint()'
    : has no result. Am I doing something wrong? It worked in v1...
    : and third...when can we expect the final version 2?
    : Thanx.
    null

  • Everyones Oracle Linux Problem solved!!!

    Everyones Oracle Linux Problem solved!!!
    Here's something Linux people should relate to: Use what works!
    what works?
    NT works! NT works great with 8i AND OAS.
    No hassles at all!
    Up and running within one day!!!!
    Guaranteed!
    U don't see a NT forum here with people having ridiculous install problems like Linux people?
    Perhaps Oracle should moderate this newsgroup and even give an authorative answer or two?
    null

    I have switched our development and soon production databases to Linux because it runs like a charm. Fast and efficient, no problems. The installer has been a problem no doubt because Oracle put less of an emphasis on debugging their Linux installer than their idiot-proof NT installer.
    By the way, I was able to circumvent installer problems by just linking svrmgrl to svrmgrlO; this avoided the dreaded segmentation fault and kicked everything open just fine.
    BTW, about NT; what makes an OS is not how well everything works when everything is going well, but how bad it gets when something goes bad. For instance, the segmentation faults on Linux weren't a problem because I just picked up and continued; on NT you'd have to restart the whole system...not a pleasant feature.
    null

  • Oracle Designer Problem Please help me

    Sir,
    1) I created a database
    2) Run>cd d:\Oracle_home\repadm61\admin\@ckqa
    @ckparams.txt
    @ ckvalqa
    @ ckcreate
    3)Opened Repository Administration Utility
    Log in as 'repos_manager/repos_manager@orcltest'
    Installed Repository.
    4) Opened Oracle 9i Designer. I am able to connect
    as 'repos_manager/repos_manager@orcltest'
    But I am not able to logon as any other user in same database/ any other user in different database. Why?
    Please help me.
    regards
    Mathew

    duplicate thread, see this one -> Re: Oracle Designer Problem Please help me

  • MEGA 865 fan control problems after suspend/hibernate.

    I'm seeing the CPU fan control problems, and it's REALLY ANNOYING, as it means I have to leave the machine on all the time. Specifically, after suspending or hibernating the machine, on wakeup the CPU fan goes to full speed and STAYS THERE until I reboot.
    This is on a CLEAN INSTALL of Windows XP.
    Is there going to be a fix for this from MSI soon? Because it's really ruining the experience of using the MEGA.

    Hi guys,
    I have builded a Mega 651 attaching a Celeron 2.4 Ghz.
    I installed the cooler but I got really scared when I realised that the fan run for 2 secs and then stopped.
    Is this normal?
    If yes then i am assuming that the voltage of the fan is controlled by a thermal sensor, meaning that the fan goes on when the temperature reaches a certain limit.
    Can the threshold temperature be controlled from bios so I can set it to minimum possible?
    thanks in advance

  • My I phone 4 have volume control problem did anybody know how to fix

    My I phone 4 have volume control problem did anybody know how to fix thankyou

    Try force closing the Photos and Maps apps, then resetting your phone:  double-tap the home button, locate Photos in the list at the bottom, tap and hold it until it wiggles, tap to close it.  Now locate Maps and tap to close it as well, finish by tapping the home button.  Now reset your phone: hold the on/off and home buttons until your see the Apple logo (ignoring the off slider that appears first), then release.  See if that clears things up.

  • Topic : Alesis Master Control Problem (to previous post unanswered fixed)

    Topic : Alesis Master Control Problem to the original post user: Garrud
    Me:111984cz i have an answer to ur problem.i too had the same problem with cubase 5 ,Nuendo 4 and any of Steinberg softwares with the alesis master-control studio interface. i hope u run into this to learn my fix.
    the problem is check ur midi input on your actual track.make sure it says to (master-control midi port) and not (all midi inputs).as for your device manager settings set to (master-control port) don't set your midi to all or master control port as it will interfere .now it will work perfect.this is for all who have the same problem as well.hope this helps many as i spend a lot of hours of trouble shooting.i almost thought there was something wrong with my mixer.have a great day guys!!
    Original post:
    I've installed the MasterControl driver as instructed and followed the logic set up instructions provided with the MC and all that seems to happen is the Controller acts as a midi keyboard playing different notes rather than the intended function.
    e.g if i touch one of the faders it plays a high pitched note and if i move the fader it acts like the note is being pitched, like a pitch bend function on a keyboard.
    Very strange...cannot figure out whats going on
    PLEASE HELP I'M GOING INSANE
    MacBook Pro Mac OS X (10.6.4)

    I too had the same problem and resolved it.
    However, I have had nothing but issues with the Alesis Mastercontrol since it arrived last week. I purchased mine second-hand as a replacement to a Fire-Wire / Analogue mixer made by Mackie (Onyx 1220). A fantastic amp, but not a control surface.
    I decided I wanted an all rounder, plus something I could place in-front of my iMac so I could work on the fly.
    So...
    1) Alesis Mastercontrol
    2) 1 x Rode microphone in Ch1
    3) 1 x Rode microphone in Ch2
    4) Peavey guitar in Ch3
    I use Logic Studio Pro 8.
    I finally figured out how to get the Alesis to behave and interact with Logic. So far so good!
    I then ran into a series of issues that are frustrating me.
    I cannot get the microphones to mute properly (I would also complain about the poorly position gain dials at the back of the unit for the microphones. So poor indeed that I have purchased an Art mic preamp to slap into the back (not arrived yet) and by-pass the rear controls).
    I also cannot get my semi-acoustic Peavey to record at all. I can hear it through the control desk, but it is much lower than expected and I am getting nothing when I try to record). In record mode the pair of mics record and I can't get the 3rd channel to operate, although it looks like it's functioning on the screen. I try MUTE / SOLO and selecting the correct channel, but nothing!
    All I can do is record myself playing guitar through the mics I cannot switch off.
    Strange machine! Almost wishing I'd not sold my Mackie Onyx 1220 so swiftly.

  • Another volume control problem after installing new software

    I'm having a different volume control problem than the previous poster.
    When I turn my ipod touch on, the volume control stays on the screen. I can't do anything to get rid of it. When I go into settings/sounds, the control goes away on the screen, but it will not let me turn the volume up. When I try to listen to music through my headphones, I can turn the volume up but then it automatically turns itself down. The same thing happens when I try to turn the volume up from the side control. It worked fine this morning before I installed the new software and now it's acting buggy. Any ideas on how to fix this?

    Friend should do an update again your team blackberry.
    Remember to make a backup with Desktop Manager and the BlackBerry protect
    Having BBSack to apply wipe, factory reset wipe more, following which you do a software update via Loader.
    Software For BlackBerry® Torch™ 9800 smartphone
    BlackBerry Handheld Software v6.0.0.3170 (Multilanguage) 
    Package Version: 6.0.0.3170
    Consisting of:
    Applications: 6.0.0.756
    Software Platform: 6.6.0.252
    File name: 9800M_PBr6.0.0_rel3170_PL6.6.0.252_A6.0.0.756_Vodafone_Spain.exe
    File size: 171.22MB
    https://swdownloads.blackberry.com/Downloads/entry.do?code=15D4E891D784977CACBFCBB00C48F133
    Regards.
    Kudos ** Do not forget to give those people who help and advise you regarding your questions ** Can
    Accept as Solution to ** Comments **
    @gutijose14
    BBM Channels  PIN: C0007093A
    Do not forget to give LIKE    Those people who help you and advise you about your doubts.  if the review has been SOLVED** # 4LL  #ÉliteRoad  Make a backup of your BlackBerry
    BlackBerry Protect and  BlackBerry Link constantly.  #ichooseBlackBerry10 Gutijose14 Forums Veteran I

  • Simulate signal controlling problem

    Hi
    I have this signal controlling problem. In 10,20,30,40,50 the sine wave stops. How can i avoid that?
    Attachments:
    PWM.vi ‏251 KB

    I'm more concerned about the Wait inside of a Timed Loop.  That is totally unnecessary.  Change the timed loop into a normal while loop.
    As far as the Simulate Signal, I have no clue.  The settings look find as far as I can tell.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • SQL Loader Oracle 10g problem in upload date with time data -- Very urgent.

    Hi
    I am trying to upload data using SQL loader. There are three columns in the table
    defined as DATE. When I tried upload a data like this '2007-02-15 15:10:20', it is not loading time part. The date stored as 02/15/2008' only. There is not time on that. I tried with many different format nothing work. Can please help me ?
    I have also tried with to_date --> to_timestamp it did not work.
    The application is going to be in production, I cannot change DATE to TIME STAMP. This is very urgent.
    LASTWRITTEN "decode(:LASTWRITTEN,'null',Null, to_date(:LASTWRITTEN,'YYYY-MM-DD HH24:Mi:SS'))",
    CREATEDON "decode(:CREATEDON,'null',Null, to_date(:CREATEDON,'YYYY-MM-DD HH24:Mi:SS'))",
    LASTUPDATEDON(21) "decode(:LASTUPDATEDON,'null',Null, to_date(:LASTUPDATEDON(21),'DD/MM/YYYY HH24:MI:SS'))"

    Your problem is most likely in decode - the return type in your expression will be character based on first search value ('null'), so it will be implicitly converted to character and then again implicitly converted to date by loading into date column. At some of this conversions you probably are loosing your time part. You can try instead use cast:
    SQL> desc t
    Name                                      Null?    Type
    LASTWRITTEN                                        DATE
    CREATEDON                                          DATE
    LASTUPDATEDON                                      DATE
    SQL> select * from t;
    no rows selected
    SQL> !cat t.ctl
    LOAD DATA
    INFILE *
    INTO TABLE T
    TRUNCATE
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"' TRAILING NULLCOLS
    LASTWRITTEN
    "decode(:LASTWRITTEN,'null',cast(Null as date),
      to_date(:LASTWRITTEN,'YYYY-MM-DD HH24:MI:SS'))",
    CREATEDON
    "decode(:CREATEDON,'null',cast(Null as date),
      to_date(:CREATEDON,'YYYY-MM-DD HH24:MI:SS'))",
    LASTUPDATEDON
    "decode(:LASTUPDATEDON,'null',cast(Null as date),
      to_date(:LASTUPDATEDON,'DD/MM/YYYY HH24:MI:SS'))"
    BEGINDATA
    2007-02-15 15:10:20,null,null
    null,2007-02-15 15:10:20,null
    null,null,15/02/2007 15:10:20
    SQL> !sqlldr userid=scott/tiger control=t.ctl log=t.log
    SQL*Loader: Release 10.2.0.3.0 - Production on Fri Feb 29 00:20:07 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Commit point reached - logical record count 3
    SQL> select * from t;
    LASTWRITTEN         CREATEDON           LASTUPDATEDON
    15.02.2007 15:10:20
                        15.02.2007 15:10:20
                                            15.02.2007 15:10:20Best regards
    Maxim

  • Oracle Service Problem

    I HAVE LOADED ORACLE 8i ON WINDOWS XP. IT HAD LOADED SUCCESSFULLY AND
    I HAD WORKED ON IT. BUT ON NEXT REBOOT WINDOWS IS NOT ABLE TO START
    THE SERVICE CALLED OracleServiceORCL. WHEN I TRY TO START IT AGAIN IT
    ENDS WITH AN ERROR:-
    Could not start the OracleServiceORCL service on Local Computer
    Error 1053: The service did not respond to the start or control
    request in a timely fashion
    I HAD SEARCHED FOR THIS ERROR AND MICROSOFT RECOMMENDED LOADING OF
    MICROSOFT .NET FRAMEWORK 1.1 SERVICE PACK 1. RUNNING THIS SERVICE PACK
    ALSO DIDN'T HELP.
    PLEASE HELP ME SOLVE THIS PROBLEM.

    Hi!
    this is generally a RAM issue...
    again restart the computer, now go to the services section stop
    some of the services that you don't need then make them manual,
    now go to the property section of oracle services and make it manual too,
    restart your computer...
    go to the dos prompt and type this:
    c:> set oracle_sid=<SID>
    c:> oradim -startup -sid <SID>
    where <SID> is the name of your service
    this will start your service....
    cheers'
    Amit

  • Oracle EM Problem

    I install oracle 10g in Windows 2003 server.
    in my web browser i put the EM database address like http://mypc:5500/em
    the EM database control database status screen is coming.
    Then i Click startup button located on the database control screen to open the startup/shutdown: specify host and target database credentials screen.
    on this screen i pass operating system user and password and oracle user name and password . like
    Operating system user and Password :
    User Name : Administrator
    Password : 123456
    Oracle User and password :
    User Name : sys
    Password : 123456
    Database : orcl
    Connect as : sysdba
    But the problem is
    when i Click ok button error message is comming.
    but i did not find why . for this reason i can not do database administration from EM control.
    I can login into isqlplus control . there is no problem. my database is running. but i can not do my administration job.
    My Question is :
    Why this error message ? is there any other tool to control Database ? How configure this EM without error ? or any tips or trick or reason not to install EM database control ? or any useful link that will help to configure EM control .
    Please help

    If you are currently able to perform administration tasks from isqlplus and you are able to connect by means of sqlplus then it means your database is up and running. If EM shows DB is down it means it is not properly configured, so it is unable to access database.
    Check if you are running on a DHCP assigned IP mechanism, or if the hostname has recently changed. If this is the case, then you will have to reconfigure Enterprise Manager Console by means of the emca command.
    ~ Madrid
    http://hrivera99.blogspot.com

  • 11G Oracle Install problems

    Ok, not sure what is going...
    I installed Oracle 11g on Linux. Everything was working, I could access the database via Enterprise Manager, then I re-boot and EM no longer works, I figured this has something to do with some script to make it auto start at boot, so I searched the internet and found a script and made sure that it matched my paths and version numbers.
    as a oracle user when I type
    oracle@dragonfly:~$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.1.0/db_1
    but
    oracle@dragonfly:~$ echo $ORACLE_SID
    I get a blank, would like to learn where to do the setting for oracle SID, is it in /etc/profile ? my SID is orcl
    in /etc/oratab I put a Y for this db instance.
    Anyways, when I try to manually start EM, I get these problems:
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# ./emctl status dbconsole
    Environment variable ORACLE_SID not defined. Please define it.
    ok, let me define it:
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# export ORACLE_SID=orcl
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# ./emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://dragonfly.kodiaktechnical.net:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is not running.
    Logs are generated in directory /u01/app/oracle/product/11.1.0/db_1/dragonfly.kodiaktechnical.net_orcl/sysman/log
    then I type it again:
    ./emctl start dbconsole
    and I see this...
    root@dragonfly:/u01/app/oracle/product/11.1.0/db_1/bin# ./emctl start dbconsoleOracle Enterprise Manager 11g Database Control Release 11.1.0.6.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://dragonfly.kodiaktechnical.net:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /u01/app/oracle/product/11.1.0/db_1/dragonfly.kodiaktechnical.net_orcl/sysman/log
    there is a dot . . . . added every few seconds, but eventually it errors out
    I am on Linux dragonfly 2.6.28-14-server

    when I do:
    netstat -lt | grep 1158
    nothing comes back...
    from log:
         at oracle.sysman.emdrep.notification.NotificationMgr.run(NotificationMgr.java:1715)
    2009-08-17 21:50:48,024 [NotificationMgrThread] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2009-08-17 21:50:48,152 [PAFAQDaemon] WARN jdbc.ConnectionCache _getConnection.352 - Io exception: The Network Adapter could not establish the connection
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:390)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:519)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:167)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:816)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:325)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:235)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:157)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:94)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1702)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:575)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:435)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:432)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:397)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:1304)
         at oracle.sysman.pp.paf.impl.PAFDepot.createRepositoryConnectionImpl(PAFDepot.java:377)
         at oracle.sysman.pp.paf.impl.PAFDepot.createRepoConnection(PAFDepot.java:349)
         at oracle.sysman.pp.paf.impl.PAFDepot$AutoPAFContext.getRepositoryConnection(PAFDepot.java:898)
         at oracle.sysman.pp.paf.impl.PAFDepot.getRepoConnection(PAFDepot.java:596)
         at oracle.sysman.pp.paf.dal.PAFDataSource.getConnection(PAFDataSource.java:344)
         at oracle.sysman.pp.paf.dal.PAFDataSource.dequeueRequest(PAFDataSource.java:1105)
         at oracle.sysman.pp.paf.impl.PAFDepot$AQThread.run(PAFDepot.java:796)
    2009-08-17 21:50:48,153 [PAFAQDaemon] WARN jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • Creating Variable with Replacement Path to get value from ANOTHER Variable

    Hi all,     Is anyone has created the Variable with Replacement Path to get the value from another User Entry Variable, PLEASE ?  First created the User Entry Variable (ZV_X) and it accepts the date range like '01/01/2009 - 01/31/2009'. Next created

  • Business area wise Automatic Payment program run

    Dear all clarifications regarding Automatic Payment Program vs Business Area,  They want to run Automatic Payment Program  run Business Area wise They want to run payment run with reference of business area for example 1) BUSINESS AREA : A 2) BUSINES

  • Copy express

    Hello I try to copy data from one data bas eto another and I have the same message displaying I do not know how to fix the issue: "Failed to create default folder for application file. Check option for default folder assignment" what folder does it m

  • ABAP Class required ?

    Hi All, Is there any alternative standard class for the function module  "F4IF_INT_TABLE_VALUE_REQUEST". which performs the same operation as this fm does. thanks and regards, Navneeth K.

  • Question about Duet.  Can I use my Mesa Roadster as monitors

    ...to amplify my Amp Designer sounds? If so, would I connect a 1/4" cable from the 1/4" outputs on the Duet to the input of the Roadster? Can this in any way put my amp or interface or computer in danger? Thanks for taking the time to read this post.