Oracle in Unix environment...suggest way to start....

Hi,
Still i was a pl/sql programmer in windows platform. Now a sudden requirement to work pl/sql in unix environment. I very much new to unix. I dont know how to proceed. Please suggest start point where should i start...please help me
thanks
asp

Thanks sharma,
'You are welcome.'>
U have been a good experienced person in this forums
'I do not want to take this comment. In fact, I would not deserve it'
'My experience is just 3 years in the S/W industry and full-time Oracle is '
' just less than that. But I deliberately wanted to participate actively in'
' this forum to gain knowledge from the other GURUs. But anyway thanks'
' your responses to a member in the forum.'
whether i have to learn any unix
specific os commands or no need of unix os command
knowledge.
'This depends on your work. If it purely for Oracle, then you do not have to'Cheers
Sarma.

Similar Messages

  • JDBC Drivers to access from Oracle on Unix environment

    hi,
    Iam able to run my java application to access the data from the Oracle (8.1.7)using JDBC-ODBC bridge drivers on my Windows environment,but when i tried to execute the same program on Unix(I used same DSN)enivronmentit is giving an 'SQLException:NO Suitable Driver'.
    Iam using JDK1.2.2 version and have got Oracle 8.0.5 client on my PC.Iam using WindowsNT workstation and Unix on the same machine.
    This is the program Iam using in both Windows and Unix.
    import java.sql.*;
    import java.util.*;
    import java.math.*;
    public class db11
    public static void main(String[] args)
    String url="jdbc:odbc:dsn_name";
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection dbconn=DriverManager.getConnection(url,"scott","tiger");
    System.out.println("Connection OK");
    catch(ClassNotFoundException c1)
    System.out.println(c1.toString());
    catch(SQLException c2)
    System.out.println(c2.toString());
    Can anyone help me out how to run the same in Unix.Iam able to ru my other Java applications with out database applications.
    Regards
    Rao

    Hi Sekar,
    Thanks for replies.Iam sending you the code.Pls go thru that and let me know where I went wrong.
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    import java.math.*;
    public class db11
    public static void main(String[] args)
    String url="jdbc:oracle:thin@<host>:1521:dsn";
    try
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection dbconn=DriverManager.getConnection(url,"username","pwd");
    System.out.println("Connection OK");
    catch(ClassNotFoundException c1)
    System.out.println(c1.toString());
    catch(SQLException c2)
    System.out.println(c2.toString());
    Iam still getting the error ClassNotFoundException:oracle.jdbc.driver.OracleDriver.
    I tried by including the oracle.sql.*;oracle.jdbc.driver.*; as well,then Iam getting cannot import the above packages.
    Classpath and path are same as I mentioned in my previous mail.
    regards
    Rao

  • Please suggest me the best way to start learning about Oracle Purchasing.

    Hi,
    I have started reading about Oracle Procurement. I have an over all idea of how ERP functions. Anyhow I am like a fresher to ORACLE APPS. Can you pleasesuggest me what is the best way to start learning about Oracle Purchasing.
    Is it is throuhg user guides or some thing else..... can you please specify the references also.......
    Thank you so much.

    If you have a sponsorship, I would recommend taking classes with Oracle University. The other resources are documentation, functional and technical depending on what your interests are.
    If you can load Vision database or access vision database (I think solutionbeacon offers a free account to login and play around), that will be another resource as well.
    As you learn, join as much user groups like this one, and review all questions and answers in the discussions to understand and learn more.
    Hope this helps.

  • Classpath setting for oracle classes 12 in unix environment

    hi all,
    i am trying to exceute java program with JDBC statements in it. I am running the code on a remote machine which has both JDK1.4 and oracle 9.i installed .I am accessing the remote machine through PUTTY .can any one suggest how to set the classpath in UNIX environment for oracle.
    Thanks

    Same way you do it else where:
    java -cp <classpath>

  • Need Best way to start learning Oracle 11g  DBA

    Hi.This is Tejaswi.
    I want to learn Oracle 11g DBA.I've downloaded all software's and Documentation for Orcl 11g R2. Now. i want to start Learning DBA. Can any one suggest me the best way to Start learning DBA?
    Please suggest me the good books For Oracle Architecture and SQL.......

    Hello Tejaswi,
    The advice you got about reading the Oracle Concepts and 2 Day DBA documentation is very good advice.
    I found that knowing some SQL*Plus and SQL Developer was also very helpful as, they both provide a way to interface with the database and try the things you read about. For SQL Plus, I used the book:
    Oracle SQL*Plus: The Definitive Guide, 2nd Edition
    By Jonathan Gennick
    Publisher : O'Reilly
    ISBN : 0-596-00746-9 I openly recommend it. It is easy to read, the book is very well thought out, it covers what you really need to know (and more too). The author explains the subjects very well. I would definitely learn some SQL Plus and SQL developer before getting into the 2 Day DBA document (make those 2 days about 7 days each if not more).
    To learn SQL, I "sort of" used (I say "sort of" because I only read some parts of it available online and at the local bookstore):
    Oracle SQL by Example
    By Alice Rischert
    Publisher: Prentice Hallit probably has more SQL than you'd need as a DBA but, it is an excellent book you may want to consider.
    If you are starting from scratch, as I did, you'll find that you need to learn multiple things at the same time. I believe SQL Plus is the best place to start, along with possibly the Concepts document. That will give you a base to build upon.
    HTH,
    John.

  • Starting and stopping oracle in Unix

    I have installed oracle in a Unix Box.
    Since i am very new to Unix, Pls tell me tehs steps to start and stop oracle in Unix from telnet

    In addition to Chris' answer, I encourage you to
    1) Enroll in a Unix course, especially 'Shell Concepts';
    2) Read Oracle's Oracle® Database Administrator's Reference
    10g Release 2 (10.2) for UNIX-Based Operating Systems
    TO help in 1), http://www.injunea.demon.co.uk/pages/page203.htm might be useful.

  • Possible ways to start SAP Web AS services

    I am using J2EE SAP Web AS 7.0 on UNIX platform and herein i use startsap script to start SAP as well as database services. My concern here is that what all are the possible ways to start the SAP services apart from the above mentioned script? One i could figure out is to run all the commands in the script one by one, though does not make sense if the script is already available
    Reason for asking above question is that i want to set an environment variable whenever SAP Engine starts up. And, if i embed this line in startsap script it would solve my purpose but if there is any other way also to start SAP services, then i have to cover those use cases also. So, please provide your suggestions for my requirement.
    Thanks

    Thanks for your input and it looks like adding an environment variable in startsap script is not a good option.
    My requirement is that my SDA file has dependecy on some third party dll's and at the time of starting SAP Web AS, this dll path should be available at the beginning of LIBPATH variable. So, please let me know if some fix is available for my requirement.
    Also, i have discoverd that SAP profile (located at /usr/sap/<SID>/profile/START_JC<SID>_<machine name>) has the required parameters( LIBPATH, etc) and if i add my dll path in these environment variables, i am able to load my dll at the SAP starting time. Here my questions are:
    1. Is it fine to make changes in this profile file?
    2. Would my changes be overwritten if the kernel upgrade happens?
    3. If i start SAP using MMC (suggested by you), still this profile file be read for starting SAP Web AS and the dll's would be loaded?
    Apart from this i tried out using "There is a java version as well, which can be started from a browser:
    http://<hostname>:5<instance number>13" which internally uses MC. Here if i try starting SAP WebAS, it prompts for user name and password. I tried out <SID>adm user, J2EE Administrator user and machine root user but all these options were ruled out by the Authentication module. Can you please suggest which user name should i try to stop/start SAP using MMC?
    Thanks

  • No way to start unless alt key is pressed during startup

    2QuadCOre 2x3,2 GHZ , 10.6.8 MAc Pro  - very annoying issue.
    Starting normally I cannot pass grey screen of death .
    The only way to pass this point is to force restart with alt key pressed - and then click on my startup drive ( i have several drives with OSX ) I have been runninmg disk utility / repairing priviliges etc .
    Obviosly my system drive is chosen and locked in system preferences.
    Any hints how to fix it .
    Thank you .

    I'd probably make two backups of the disk (to external disk drives), and then nuke and pave the installation.
    But since you're probably not going to start there given your current approach, start by resetting the SMC, et al.
    I might well install the 10.6.8 Combo update (not the delta update), as well.
    Some folks suggest acquiring and installing an add-on repair tool such as Disk Warrior.  (I'm somewhat skeptical around those, though they do apparently work for some folks.)
    Permission repairs and disk repairs are typically entirely ineffective with corrupted files, corrupted parameter settings, etc.
    The usual low-level command for enabling and selecting a boot disk is bless.  This is an older discussion, and there are others discussing the tool around.
    But when a Unix boot disk goes wonky, starting over (and importing your environment as part of the nuke-and-pave sequence) tends to be the best value for your time.   And you get good, complete, and current backups of your data, assuming the backup tool doesn't become derailed by whatever corruption(s) might be lurking here.

  • How to pass Unix environment variable to a SQL procedure or SQL * Plus

    Can any body suggest me how to ,
    How to pass Unix environment variable to a SQL procedure or SQL * Plus file..
    I am trying to invoke a SQL Procedure from Unix
    by passing the value of a Unix environment variable.
    Is it possible..?
    Thanks in advance.
    Regards,
    Srinivas Jaltaru

    Within your shell script you can use what is known as a "here document" which is basically a way of wrapping a call to Oracle. The following call to Oracle loops and writes rows to files with numerically increasing file names. Two unix shell variables are used, one in a select statement and one in a spool command :
    <pre>
    #!/bin/bash
    export ORACLE_SID=DEV05
    FILENO=1007351
    while [ ${FILENO} -le 1008400 ]
    do
    FILENAME=farm_${FILENO}.txt
    DUMMY=`sqlplus -s user20/user20 <<SQLSTOP
    set lines 73
    set pages 0
    set head off
    set termout off
    set echo off
    set feedback off
    select rpad(searchx, 8)
    from blastx@PRODUCTION
    where searchx = ${FILENO} ### here's a shell variable
    spool /export/home/user20/sql/psiblast/BACKUP2_D/${FILENAME} ### here's a shell variable
    spool off
    SQLSTOP`
    FILENO=`expr ${FILENO} + 1`
    done
    exit 0
    </pre>

  • JDBC connection detection failed in UNIX environment

    Now I am doing the connection detection to ORACLE but it failed
    in UNIX environment. I will put the error messages here
    bash-2.03$ java -Dbea.home=/bea utils.dbping ORACLE ecom31@cse oracle global
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)
    Pay attention to the System.loadLibrary(weblogicoci37) part. It's mean that
    the file weblogicoci37 is not found.
    Actually I have SUCCESSFULLY detect the connection on WIN2K environment. I
    can found that file (weblogicoci37.dll) easily and put it on the path.
    I have searched that file, but the closer folder that i can found is
    file:/home/ecom31/bea/wlserver6.1/lib/linux/i686/oci816_7
    but the file is libweblogicoci37.so
    Can somebody give me a clue how to solve that problem ?
    Thank you very much for any help.

    Hi.
    Make sure that your Oracle client lib is also in your shared library path.
    Regards,
    Michael
    Hadi Ismanto wrote:
    Now I am doing the connection detection to ORACLE but it failed
    in UNIX environment. I will put the error messages here
    bash-2.03$ java -Dbea.home=/bea utils.dbping ORACLE ecom31@cse oracle global
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)
    Pay attention to the System.loadLibrary(weblogicoci37) part. It's mean that
    the file weblogicoci37 is not found.
    Actually I have SUCCESSFULLY detect the connection on WIN2K environment. I
    can found that file (weblogicoci37.dll) easily and put it on the path.
    I have searched that file, but the closer folder that i can found is
    file:/home/ecom31/bea/wlserver6.1/lib/linux/i686/oci816_7
    but the file is libweblogicoci37.so
    Can somebody give me a clue how to solve that problem ?
    Thank you very much for any help.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Good way to start with the learning the 11g concepts

    Hi,
    I have a work experience on the BEA weblogic server 8.1 sp4 on which i have worked for about 2 year now. My current assignment requires working with the Installation/ Development and deployment in the Fusion middleware 11g server. Could some body please suggest me a good way to start with the learning the 11g concepts.
    I understand that all the documentations are available in the Oracle forum, but i want to understand where to start from.
    my core tasks in the assignment would be
    1. installation (OSB on top of WLS).
    2. development/configuration on OSB.
    3. Deployment and administrative tasks.
    regards,
    Prakhar

    Hi thanks for the update. I have been going through the links and found them very useful.
    I have few new doubts.
    In all the tutorials for getting started with the Fusion middleware, the examples which are given use the Oracle JDeveloper extensively. This IDE is used for implementing the BEPL and other important aspects. I found this very similar to the Workshop IDE initially bundled with the BEA-Weblogic 8.1. Is JDeveloper enhanced to accomodate the features of the Weblogic Workshop IDE?
    Also, i need some information regarding the Eclipse IDE which is bundled with the OSB installation. Are there any tutorials available which show how to use the Eclipse IDE with OSB.
    Also, can the Eclipse IDE be used to implement the same set of components which are being developed using the JDeveloper in the tutorials.
    My concern here is i want to know the best way to start with the training/development. I am already familiar with the Eclipse IDE and donot want to switch to the JDeveloped unless it is absolutely necessary. Can one of these IDE be used repeacebly in place of other.
    Please inform me if in case my wuestion is not clear.
    Regards,
    Prakhar

  • How to compile form orginal file(*.fmb) in UNIX environment

    These days, i encounter a problem, i create a form application in Windows2000 or WindowsXP environment, then i compile this .fmb file to .fmx, then i transport this .fmx file to Unix environment which is our Application Server, the Oracle Application Server is in this Unix environment, i put this file in the directory which is directed in the Forms_Path variable, however, when i started to run this application by entering a valid url, the message shows that this fmx file is not runtime file, someone told me that i should recompile the orginal file under unix environment, so i transport the orginal file(.fmb) to unix environment, then i want to use the f90genm tool to compile the .fmb file, however, it shows that this command can not execute, it shows that can not open a lib file under:/project/.../../..,however, this directory does not exist at all, what case this error? i also use f90gen command, it shows: can not execute/finish creation, i want to know, how to use the two commands and what parameters i should set before using the commands? thanks

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • How to restart Broadcast agent console server in unix environment

    Hi All,
      I have big issue..
    When the BCA server shutting down automatically but its not restarting automatically in UNIX environment. So automatic shutdown facility resulting in BCA staying inactive!
    So could you please help me how to enable the parameter option to automatic restart in unix env.(need the way how to do in UNIX env)
    please help me..its urgent
    Thanks,
    Dilip

    Hi,
    When you Stop/Start Webi, the BCA is normally restartes (Process BcsWatch & BcsScdul)
    I'm working in AIX and it works. don't you ?
    If you find another solution to stop/start automatically just the BCA, I'm interesting to know how, because
    i have pb with actually. the .rep doesn't refresh at the morning, i stop/start the BCA with the Admin Webi console.
    Cédric SAGORY

  • Error Registering 11g SOA Composite in Unix environment

    Hi All,
    We are trying to register a SOA Approval Composite with OIM 11.1.1.3 in the Unix environement . The SOA Process is getting successfully deployed , but when we are registering it , its throwing error as : "The task definition at default/ProvisioningApprovalFlow!1.0*soa_***************/ApprovalTask could not be read".
    However, same workflow is getting successfully registered and executed in Windows environment. Any suggestion what could go wrong here. I am providing here the error details . Any help is heartly appreciated.
    Exception in thread "main" oracle.iam.platform.workflowservice.exception.IAMWorkflowException: Tasklist mapping failed for workflowdefinition:
    default/ProvisioningApprovalFlow!1.0 due to Invalid task definition.Ni
    [java] The task definition at default/ProvisioningApprovalFlow!1.0*soa_7abcd53a-69ca-4c93-909b-88e59015e026/ApprovalTask could not be read. The task definition is
    associated with workflow default/ProvisioningApprovalFlow!1.0*soa_7abcd53a-69ca-4c93-909b-88e59015e026/ApprovalTask.
    [java] Make sure that the task definition is available at the specified URL and that it is a valid XML document.
    [java]
    [java] at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    [java] at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    [java] at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    [java] at
    oracle.iam.platformservice.api.WorkflowRegistrationServiceEJB_f4otyb_WorkflowRegistrationServiceRemoteImpl_1033_WLStub.registerWorkFlowDefinitionx(Unknown
    Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:597)
    [java] at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:84)
    [java] at $Proxy2.registerWorkFlowDefinitionx(Unknown Source)
    [java] at oracle.iam.platformservice.api.WorkflowRegistrationServiceDelegate.registerWorkFlowDefinition(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:597)
    [java] at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    [java] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [java] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    [java] at weblogic.security.Security.runAs(Security.java:41)
    [java] at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    [java] at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    [java] at $Proxy3.registerWorkFlowDefinition(Unknown Source)
    [java] at oracle.iam.platformservice.workflowregclient.WorkflowRegistration.main(WorkflowRegistration.java:42)
    [java] Caused by: oracle.iam.platform.workflowservice.exception.IAMWorkflowException: Tasklist mapping failed for workflowdefinition:
    default/ProvisioningApprovalFlow!1.0 due to Invalid task definition.
    [java] The task definition at default/ProvisioningApprovalFlow!1.0*soa_7abcd53a-69ca-4c93-909b-88e59015e026/ApprovalTask could not be read. The task definition is
    associated with workflow default/ProvisioningApprovalFlow!1.0*soa_7abcd53a-69ca-4c93-909b-88e59015e026/ApprovalTask.
    [java] Make sure that the task definition is available at the specified URL and that it is a valid XML document.
    [java]
    [java] at oracle.iam.platform.workflowservice.impl.WorkflowRepositoryImpl.mapWorkflow(WorkflowRepositoryImpl.java:132)
    [java] at oracle.iam.platform.workflowservice.impl.WorkflowRepositoryImpl.registerWorkFlowDefinition(WorkflowRepositoryImpl.java:113)
    [java] at oracle.iam.platform.workflowservice.impl.WorkflowServiceImpl.registerWorkFlowDefinition(WorkflowServiceImpl.java:231)
    [java] at oracle.iam.platformservice.impl.WorkflowRegistrationServiceImpl.registerWorkFlowDefinition(WorkflowRegistrationServiceImpl.java:38)
    [java] at oracle.iam.platformservice.api.WorkflowRegistrationServiceEJB.registerWorkFlowDefinitionx(Unknown Source)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java] at java.lang.reflect.Method.invoke(Method.java:597)
    [java] at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    [java] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [java] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [java] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [java] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [java] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [java] at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    [java] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [java] at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    [java] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [java] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [java] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [java] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [java] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [java] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [java] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [java] at $Proxy507.registerWorkFlowDefinitionx(Unknown Source)
    [java] at
    oracle.iam.platformservice.api.WorkflowRegistrationServiceEJB_f4otyb_WorkflowRegistrationServiceRemoteImpl.registerWorkFlowDefinitionx(WorkflowRegistrationServiceEJ
    B_f4otyb_WorkflowRegistrationServiceRemoteImpl.java:193)
    [java] at oracle.iam.platformservice.api.WorkflowRegistrationServiceEJB_f4otyb_WorkflowRegistrationServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [java] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    [java] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [java] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    [java] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [java] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    [java] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    [java] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [java] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    [java] at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Thanks
    Swati Pandey

    Has any one faced similar issue ?

  • Form 6i on UNIX Environment

    We have no client server environment but UNIX environment.
    We are storing Form 3.0 application as well as Oracle 7.0 on Sun Solaris. And we are running Form 3.0 application on dump terminal.
    Now we wish to migrate Form 3.0 application to Forms 6i and Oracle 7.0 to Oracle 8i.
    Is it possible to deploy Form 6i application on Sun Solaris alongwith Oracle 8i database and run it on dumb terminal ?
    Any idea would be highly appreciated.
    Atul

    Create a form level trigger, ON-MESSAGE
    Trap the message code, that way you can
    suppress the message.
    Sample ON_MESSAGE trigger:
    declare
    v_message_code number := message_code;
    v_message_text varchar2(200) := substr(message_text,1,200);
    v_message_type varchar2(3) := substr(message_type,1,3);
    v_alert_button number;
    begin
    if v_message_code = 40400 then
    Message('Record saved.');
    elsif
    v_message_code = 40000 then
    null;
    end if;
    null

Maybe you are looking for

  • Is it possible to define specific format for document such as , PO,SO,JV ?

    Hi ! Actually i am new to EBS. Just we are in the implementation stage now. Actually i want to know that whether it is possible to customize the standard format of PO Number or SO Number or GRN No that is there in oracle EBS to My desired format. For

  • How do you use a logic function to see if text is there?

    I have a column of Dates, and a column of Categories. I want to Numbers to be able to tell me whether a certain Category, in this case "Phone", appears in the Category column during the month of February. While playing with the IF and AND functions,

  • In photos how do I move new iphone import into an album

    I finally saw my iphone icon when plugged into iMac in new photos app-I had to unplug and replug for it to show up; Now I see the import and can select certain ones and choice to keep or delete button in NEW IMPORT; what I can't find is how to move s

  • Read infotype metadata

    Hello, We're building a custom (portal) view for editing PA infotypes. We configured IT metadata through transaction PM01 -> Edit Field Characteristics (Cust. Table). Now we would like to read this metadata for dynamically detmermine which fields are

  • Mouse preferences not sticking?

    Every time I log in or restart my Mac the mouse doubleclick-interval is set at slow. When I change those settings and log out again the settings are back to slow again. I did several PRAM zaps and removed "com.apple.systempreferences.plist" but still