Using OCI8 driver with Sun ONE AS7 and Oracle 9

Hi
I am writing a bean that needs to access an Oracle Database.
I have defined in AS7 a connection pool, that looks like:
<jdbc-connection-pool steady-pool-size="8" max-pool-size="32" max-wait-time-
in-millis="60000" pool-resize-quantity="2" idle-timeout-in-seconds="300" is-isol
ation-level-guaranteed="false" is-connection-validation-required="false" connect
ion-validation-method="auto-commit" fail-all-connections="false" datasource-clas
sname="oracle.jdbc.driver.OracleDriver" name="Oracle_EUNDEV">
<property value="user" name="user"/>
<property value="passwd" name="password"/>
<property value="jdbc:oracle:oci8:@eundev:EUNDEV" name="URL"/>
</jdbc-connection-pool>
My code does a JNDI lookup DataSource, which succeeds.
However, the getConnection always fails, and throws the following exception:
[02/May/2003:16:28:06] WARNING ( 794): CORE3283: stderr: java.lang.NoSuchMethodException: setpassword
[02/May/2003:16:28:06] WARNING ( 794): CORE3283: stderr: at com.sun.enterprise.util.Utility.invokeSetMethodCaseInsensitive(Utility.java:373)
[02/May/2003:16:28:06] WARNING ( 794): CORE3283: stderr: at com.sun.enterprise.repository.JdbcConnectionPool.createDataSource(JdbcConnectionPool.java:238)
[02/May/2003:16:28:06] WARNING ( 794): CORE3283: stderr: at com.sun.enterprise.resource.JdbcUrlAllocator.createResource(JdbcUrlAllocator.java:80)
[02/May/2003:16:28:06] WARNING ( 794): CORE3283: stderr: at com.sun.enterprise.resource.IASNonSharedResourcePool.createSteadyResources(IASNonSharedResourcePool.java:856)
I used dbping tool from iplanet and could define a new connection and connect successfully,
But trying to use the existing connection always fail with the same 'MissingMethod' exception.
Can someone help?
Thanks a lot
Jean-Noel Colin

Here is your problem:
jdbc:oracle:oci8:@eundev:EUNDEV
the last part is wrong. Driver will see the EUNDEV as password. After @ , just specify the tnsName that you have, no " : "
you do have a property called "password" already.
It should be something like this:
jdbc:oracle:oci8@eundev

Similar Messages

  • Using JMF API with Sun One Studio v4 update 1 (community ed.)

    Having great difficulty trying to utilise the JMF API I've just downloaded with Sun One Studio v4, update 1 (community edition).
    After installing the API, I tried copying the the .jar files under the lib folder of JMF to the lib folder of sun one studio.
    Although admittedly a novice in the field of adding API's I have attempted to add the .jar files into the libary of recognised modules but made no progress.
    The problem is that although JMF API is installed, Sun One Studio does not seem to be aware of this and so does not recognise any associated libraries e.g. java.media or JMFApplet.
    I would appreciate advice from anyone who knows how to configure Sun One Studio to utilise the JMF API.
    Mark

    All right, I think I may have solved it. After mounting jmf.jar I needed to update the parser database. All the libraries seem to be there.
    Can someone clarify though, the trial program i'm using makes reference to: java.media
    I don't have this module. I do instead have javax.media which I believe includes all the methods of the java version. Am I right or am I missing this crucial module??

  • Trouble with Sun One 7 and JAAS

    Guys,
    I've been having a trouble with JAAS and Sun One 7:
    - An user1 logins at application and then, open an authorized page;
    - After x minutes (expressed in session-config web.xml tag), login page is automatically loaded;
    - At this time, an user2 (with another profile) logins in the same app, after expired session from user1.
    So, what's happening? User2 can access the same page User1 had accessed, but User2 is more restrictive than User1, so, he couldn't access the resource.
    Please, help me, I don't know what to do.
    Thank u,
    Evandro.

    Hi
    If you want to send messages around an application using the embedded S1MQ message broker, the trick is that -- in general -- you must create the message destinations on the broker as a separate step from configuring the appserver. Then you tell the appserver how to bind a JNDI name to the destination on the broker. To create the destination on the broker, you can use the imqadmin tool (which is part of the message broker, and not the appserver). You can create both queues and topics this way. Let's suppose you created a queue called `fred'. Then you need to bind a JNDI name to this queue on the appserver.:
    asadmin create-jms-resource user admin password somepassword resourcetype javax.jms.Queue property imqDestinationName=fred jms/fred
    Then in the application server code you can get to the message queue by looking up `jms/fred' (strictly speaking, you should look up a java:comp/env name which you bind to jms/fred in your deployment descriptor, but that's another matter).
    You'll need to do the same thing for the queue connection factory: create it using imqadmin, then bind it using asadmin.
    You can do the asadmin stuff instead using the web-based admin console, but you can't (so far as I know) create the actual destinations on the broker this way.
    I hope this helps. If it doesn't, copies of the relevant error message -- in full -- would help me.
    Best wishes
    Kevin

  • Build a EJB/ Application with Sun One Studio and deploy to Weblogic

    Dear all,
    My boss require me to use Sun One Studio 4 update 1 to do the development, but
    I find it's a nightmare to deploy the EJB/ application to the WebLogic 6.1.
    I've already installed the weblogic plug-in in the Sun One Studio.
    During deploying I could not find any setting that ask me for the weblogic-ejb-jar.xml.
    So I think the deployment will fail.
    Is there any others tutorial or e-book that can help me to familiar with the deployment
    process?
    Many Thanks for all of you.
    Ivan

    where do you get the weblogic plugin from ?
    i am intrested in doing the same thing
    thanx
    prem
    "Ivan" <[email protected]> wrote in message
    news:[email protected]..
    >
    Dear all,
    My boss require me to use Sun One Studio 4 update 1 to do the development,but
    I find it's a nightmare to deploy the EJB/ application to the WebLogic6.1.
    >
    I've already installed the weblogic plug-in in the Sun One Studio.
    During deploying I could not find any setting that ask me for theweblogic-ejb-jar.xml.
    So I think the deployment will fail.
    Is there any others tutorial or e-book that can help me to familiar withthe deployment
    process?
    Many Thanks for all of you.
    Ivan

  • Sun One AS7 and Norton Internet Security (Personal Firewall)

    Hello,
    I have installed:
    - XP Home Edition Version 2002 SP1
    - Norton Internet Security Version 6.0.4.34 (Personal Firewall)
    - Sun One Application Server 7, Platform Edition
    When Personal Firewall is running I get:
    Could not start the instance: domain1:admin-server
    server failed to start: abnormal subprocess termination
    Could not start the instance: domain1:server1
    server failed to start: abnormal subprocess termination
    Could not start one or more instances in the domain : domain1
    Could not start one or more domains
    Press any key to continue . . .
    I've read the release notes:
    - changed port numbers
    - modified the firewall policy
    and still experience the same problem.
    When Personal Firewall is not running it works.
    I guess I can just turn off my firewall when I evaluate this product.
    I was wondering if anyone who has experienced and solved this problem
    could lend a hand.
    Thank you!

    Sorry! Does it work if you disable the Smart Firewall in Norton Internet Security? Did you check uninstalling Norton?
    Thanks!
    Harry

  • ORACLE TYPE 4 DRIVER WITH SUN ONE(IPLANET) 7.0

    I HAD PLACED THE CLASSES12.ZIP IN SEVER INSTANCE /LIB FOLDER.
    THIS IS MY SERVER.XML FILE ..
    <jdbc-resource enabled="true" pool-name="jdbc/OCSACSConnectionPool" jndi-name="testjndi"/>
    <mail-resource store-protocol="imap" store-protocol-class="com.sun.mail.imap.IMAPStore" transport-protocol="smtp" transport-protocol-class="com.sun.mail.smtp.SMTPTransport" debug="false" enabled="true" jndi-name="mail/Session" user="nobody" host="localhost" from="[email protected]"/>
    <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="oracle.jdbc.pool.OracleDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="false" max-pool-size="32" max-wait-time-in-millis="60000" name="jdbc/OCSACSConnectionPool" pool-resize-quantity="2" steady-pool-size="8">
    <property value="dhamu" name="serverName"/>
    <property value="1521" name="portNumber"/>
    <property value="TCP/IP" name="networkProtocol"/>
    <property value="scott" name="user"/>
    <property value="tiger" name="password"/>
    <property value="oracledb" name="databaseName"/>
    <property value="jdbc/OCSACSDataSource" name="dataSourceName"/>
    <property value="jdbc:oracle:thin:@dhamu:1521:oracledb" name="URL"/>
    </jdbc-connection-pool>
    InitialContext ic = new InitialContext();
    dataSource = (DataSource) ic.lookup("testjndi");
    THIS IS THE WAY I AM LOOKING UP THE JNDI.
    =========================
    I AM GETTING A ERROR UNABLE 2 CONNECT ORB.
    ===========================
    [email protected]
    PLZ MAIL ME THE DETAILS 2 SOLVE THIS PROBLEM.

    Your server.xml shows that u have used serverName,portnumber, network protocol properties.
    Connection pool for oracle requires only the following properties-
    User name,password & the url. Do not use the other properties.
    Once the connection pool is created using the above mentioned properties you can test the connection pool created using the dbping tool found at http://developer.iplanet.com/tech/tools/

  • Inactivity timeout of connection pool - Sun ONE 7 and Oracle 8i

    Friends,
    I have a JDBC connection configured, looked up by JNDI working fine with servlets.
    The question is: I have a firewall between my appserver and the database server that closes all idle connections longer than 10 minutes.
    The appserver assumes the connection is still alive, and when there is made an attempt, it keeps trying for a long time.
    Is there any way I can keep that connection alive?
    Or, any way to 'tell' the appserver to reestablish the connection?
    Thanks in advance

    Use Connection Validation

  • Can i use external drive with pc and mac??? files be recognised by both??

    hi
    i have two external hard drives, with stuff from my pc on them.
    can i plug them into my macbook? and just copy files?
    usb hard drives.
    one i think is one or the other, mac or pc, not both at same time, unless i partition and format i think. maybe the other one too.
    i have a 8gb file on my pc, im trying to get into my macbook.
    how can i???
    i have a 160gb ipod, its only 30gb full, and pc says not enough space on it.
    why is this???? the file is only 8gb......and theres over 100gb free on my ipod.
    anyone help?
    cheers

    If your iPod is formatted FAT32 there is a 4 GB file size limit. Obviously an 8 GB file exceeds the limit.
    In order to use any drive on both a Mac and a PC with full read/write capability the drive must be formatted MS-DOS (FAT16 or FAT32.) A drive formatted NTFS is read-only on a Mac unless you use third-party software such as MacFuse with NTFS-3G or Paragon NTFS.

  • I am running my first backup on Time Machine using a Seagate external hard drive with a thunderbolt adapter and cable.  I have a MacBook Pro 2011. It is backing up 11GB, and is telling me it will take approx two days. Is this normal?

    I am running my first backup on Time Machine using a Seagate external hard drive with a thunderbolt adapter and cable.  I have a MacBook Pro 2011. It is backing up 11GB, and is telling me it will take approx two days. Is this normal?

    Download the supplemental fix to 10.7.5 
    http://support.apple.com/kb/DL1599

  • I connected my iPod Touch to a stereo system phono input using a cable with stereo jacks (red and white) on one end and that plugs into the iPod's headphone jack.  The problem is that the sound is extremely muffled and bass-heavy, with little treble.

    I connected my iPod Touch to a stereo system phono input using a cable with stereo jacks (red and white) on one end and that plugs into the iPod's headphone jack.  The problem is that the sound is extremely muffled and bass-heavy, with little treble.  I have to turn the bass control on the stereo receiver to pratically zero in order for the sound coming through the stereo to be acceptable.  Is there a setting on either the iPod or the stereo that I need to change in order to fix this?

    The phono input is for a phonograph.  The iPod does headphne output is not that same as a phongraph output.  Does th stero have an AUX input?  That should be compatible.

  • Creating a connection pool using SQL Server 2000, Sun ONE Application Serve

    Has any one succesfully configured SQL Server 2000 to work with Sun ONE Application Server 7 on Windows 2000 server service pack 4? I am embarking on a new J2EE project and I need to configure it as soon as possible.
    The problem I am having is that, when I ping the data souce name, there is a connection error.
    I have set the data source name and other details as follows:
    Under JDBC, I have set the parameters for the connection pool as follows:
    Data Source Name:      com.microsoft.jdbc.sqlserver.SQLServerDriver
    Database Name:          jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=Test
    User:               test
    Password:          test
    In the JVM settings page, I have set the prefix class path as follows for the location of the Microsoft JDBC
    drivers that I downloaded as follows:
    c:\microsoft\drivers/lib/msbase.jar
    c:\microsoft\drivers/lib/msutil.jar
    c:\microsoft\drivers/lib/mssqlserver.jar
    Under JVM Options, there is a strange setting which I don't understand: perhaps this is the cause of the
    connction error?
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    Please help????

    I'm in a similar boat...
    Trying to setup AS7 JDBC and followed the instructions on the link you provided and get the following exception. I kept the case the same, thinking 'setpassword" was incorrect, so I tried changing the property to "Password", but get the same exception but it points to "setPassword" instead.
    SEVERE: RAR5041:Cannot get jdbc connection
    com.sun.enterprise.repository.J2EEResourceException
    java.lang.NoSuchMethodException: setpassword
    at com.sun.enterprise.repository.JdbcConnectionPool.createDataSource(JdbcConnectionPool.java:243)
    at com.sun.enterprise.resource.JdbcUrlAllocator.createResource(JdbcUrlAllocator.java:80)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.createSteadyResources(IASNonSharedResourcePool.java:856)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.initPool(IASNonSharedResourcePool.java:416)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.internalGetResource(IASNonSharedResourcePool.java:625)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.getResource(IASNonSharedResourcePool.java:520)
    at com.sun.enterprise.resource.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:263)
    at com.sun.enterprise.resource.JdbcXAConnection.<init>(JdbcXAConnection.java:74)
    at com.sun.enterprise.resource.Jdbc10XaAllocator.createResource(Jdbc10XaAllocator.java:94)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.createSteadyResources(IASNonSharedResourcePool.java:856)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.initPool(IASNonSharedResourcePool.java:416)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.internalGetResource(IASNonSharedResourcePool.java:625)
    at com.sun.enterprise.resource.IASNonSharedResourcePool.getResource(IASNonSharedResourcePool.java:520)
    at com.sun.enterprise.resource.PoolManagerImpl.getResourceFromPool(PoolManagerImpl.java:263)
    at com.sun.enterprise.resource.PoolManagerImpl.getResource(PoolManagerImpl.java:170)
    at com.sun.enterprise.resource.JdbcDataSource.internalGetConnection(JdbcDataSource.java:241)
    at com.sun.enterprise.resource.JdbcDataSource.getConnection(JdbcDataSource.java:98)
    at com.rvi.database.jdbcConnection.getConnection(jdbcConnection.java:93)
    at com.webapp.database.ArticlesDAO.selectByYear(ArticlesDAO.java:102)
    at com.webapp.actions.ArticleAction.list(ArticleAction.java:96)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
    at org.apache.catalina.core.StandardWrapperValve.access$000(StandardWrapperValve.java:118)
    at org.apache.catalina.core.StandardWrapperValve$1.run(StandardWrapperValve.java:278)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:274)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)

  • Jdeveloper 9i with Sun ONE (iPlanet) Web Server 6.0

    Hi,
    Has any one working Jdeveloper 9i with Sun ONE (iPlanet) Web Server 6.0 ?
    When i add new application server it gives only Oracle App Server and Web Logic.
    Thanks
    Ramesh

    Currently JDeveloper provides Application server connections to Oracle9iAS and WebLogic, which can be used to deploy J2EE Modules.
    JDeveloper allows to create assemble generic J2EE archives from projects which can used to deploy to other application servers.
    Check out How-To documents on this topic
    http://otn.oracle.com/products/jdev/howtos/content.html
    raghu
    JDev Team

  • Using precompiled JSPs on Sun ONE 6.1 SP5

    I"m using precompiled JSPs on Sun ONE 6.1 SP5. I have created a virtual server which has one web application deployed as the default web application located at <server-instance>/webapps/myapp. So in the server.xml it appears as :
    <webapp uri="/" path="<server-instnce/webapps/myapp"
    I have precompiled the JSPs using the jspc tool and created the directory containing the class files and have put them under WEB-INF/classes directory. I also generated the web.xml file with mappings for all jsps.
    My problem is that in my web.xml I have specified the <welcome-file> as index.jsp which used to reside under the <server-instance>/webapps/myapp directory. but now since i'm using precompiled versions i have physically removed that file. And now when i point my browser to the app's URL in the browser, i get the app's directory structure and only when i explicitly point my browser to https://<ip>:port/index.jsp then only the index.jsp page is invoked. I'm confused with this behavior. Do I need to change my docsroot directory to point to where the jsp class files are stored? I dont know what else can be going wrong...
    Any help appreciated :D
    Thanks

    Okkay i'll make my question easier.. if i'm using precompiled JSPs i.e. all compiled JSP files (.class files) including index.jsp is in the WEB-INF/classes directory then what is our docroot property supposed to be. Since if I give the document root as <server-instance>/webapps/myapp then it doesnt show the index.jsp that its supposed to when i point my browser to https://<host>:port. Only when I do https://<host>:port/index.jsp the index.jsp servlet is called and the index.jsp page is rendered.... I removed all the jsps physically from my apps folder but when I put only index.jsp there then it does work properly.... so any thoughts on this anyone...

  • Integration of Sun One Web Server 6.0 with Sun One App Server 7.0

    Is it possible to integrate Sun One Web Server 6.0 with the Sun One App Server 7.0??
    Sun One App Server 7.0 comes with the in-built HTTP listener. But we want to know if there is a way by which we can use the Sun One Web Server 6.0 with the App Server 7.0 and not the in-bulit HTTP listener?

    As suggested by you, I have used Sun ONE Application Server 7's plugin to connect the Sun ONE Web Server 6.0 with Sun ONE Application Server 7 as per the information given in Sun ONE Application Server 7 Administrator's Guide.
    I have added the plugin package to the webserver and added the following into the magnus.conf:
    Init fn="load-modules" shlib="C:/iPlanet/Servers/plugins/passthrough/passthrough.dll" funcs="init-passthrough,auth-passthrough,check-passthrough,service-passthrough" NativeThread="no"
    Init fn="init-passthrough"
    and to the obj.conf
    NameTrans fn="assign-name" from="(/A2P2Test|/A2P2Test/*)" name="passthrough"
    <Object name="passthrough">
    ObjectType fn="force-type" type="magnus-internal/passthrough"
    Service type="magnus-internal/passthrough" fn="service-passthrough" servers="http://<application server http listener>"
    Error reason="Bad Gateway" fn="send-error" uri="$docroot/badgateway.html"
    </Object>
    The webserver starts up without any errors but never forwards any requests what might I be doing wrong?

  • Getting HTTP Status 500 error with sun one application server...

    Hi,
    I am trying to develop a sample application and try to run with sun one application server. I followed the tutorial. My application client is working fine. But my web client is producing the following error. I think we don't need to install Tomcat seperately when we have the application server or do I have to... any suggestions...
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    No Java compiler was found to compile the generated source for the JSP.
    This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
    to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
    If using an alternate Java compiler, please check its installation and access path.
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:132)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:356)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:420)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:463)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:444)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:557)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:306)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
    note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server-PE-8.0 logs.
    Sun-Java-System/Application-Server-PE-8.0

    You do not need to install Tomcat. SJSAS contains a web container. The error you are seeing could be caused by a few reasons. There are many previous threads on this issue, perhaps you could search the forum. I used the following search term, "Unable to compile class for JSP" ,and got many hits.
    http://onesearch.sun.com/search/developers/index.jsp?col=devforums&qp_name=J2EE+Software+Development+Kit+%28J2EE+SDK%29&qp=forum%3A136&qt=Unable+to+compile+class+for+JSP

Maybe you are looking for

  • Container-managed persistence application problem

    I worked out a container-manager persistence entity bean application. Everything is fine until I run the client. When I ran the client, I got the following exception from the server side when I turned on "j2ee -verbose": "Exception in thread "Request

  • How to fire sql query conditionally?

    Hi all, I want a select query to fire conditionally. for example I want this: select case when &a>2 then select 2 from dual else when &a<2 then select 3 from dual end from dual; when variable a is greater than 2 then "select 2 from dual" query will f

  • Unable to create transformation -urgent

    Hi guys,            I am trying to ceate transformation between an ODS and some datasource for flat file but then i activate it its getting error showing transfer rule cannot be activate but no short dumb is there n all the fields are mapped i am not

  • Does the Weblogic Admin server need to be running after initial Connection?

    Initially, I require a login to the Weblogic Admin Server.via my code I am using JMX to monitor weblogic and all works great..I am trying to close the Admin Server and code blows up. Do I need the Admin Server running all the time? Do you know of a w

  • Help! Lost all iPhoto organized photos

    HELP!!!   I have iPhoto version 9.6 on a MacBook Pro (Late 2012) running on OS Yosemite version 10.10.2.  I have been organizing my photo events in iPhoto.  After completing the task, I left my computer for a few minutes and now all the photo events