Linux env

Hello
How to set environment variable for a User in OEL5.4.I want to give a privillage to user to run sqlplus command when he logs in.When type the command sqlplus after user logs in it show as "command not found" error.What will be the issue.Could you please help me on this issue.Thanks in advance

909033 wrote:
How to set environment variable for a User in OEL5.4.I want to give a privillage to user to run sqlplus command when he logs in.When type the command sqlplus after user logs in it show as "command not found" error.What will be the issue.Could you please help me on this issue.Thanks in advanceIs Oracle installed? If so, the user can run +. /usr/local/bin/oraenv+ to set the Oracle environment. The environmental variables that need to be set are:
ORACLE_SID = Oracle database's System ID
ORACLE_HOME = Oracle installation directory
PATH = needs to include +$ORACLE_HOME/bin+
There are additional environment variables like TNS_ADMIN, ORACLE_BASE, and so on that can also be set - but these are used to address very specific environment setting issues.

Similar Messages

  • Cant use sql developer in linux Env.

    cant use sql developer in linux Env. the "enter" is not work well.
    please give me some advices.thanks

    Sounds like the old and known problem with the accelerators, try:
    Preferences - Accelerators - Load Preset - DefaultHope that helps,
    K.

  • How to start RMAN in linux env?

    Hi Gurus,
    I am new to RMAN and trying to start RMAN in linux as follows.
    $rman
    when i am giving rman command ,nothing is comming..the cursor is blinking.
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME=$ORACLE_BASE/dbs
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    and rman executable is available in $ORACLE_HOME/bin.
    $ cd $ORACLE_HOME/bin
    $ pwd
    /u01/app/oracle/dbs/bin
    $ ls -ltr rman*
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rmanO
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rman
    $
    Please suggest me how to resolve this problem.
    Regards
    Nagendra.

    Nagendra2 wrote:
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME={color:#ff0000}$ORACLE_BASE/dbs{color}
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    I beleive your "ORACLE_HOME" is incorrect!
    This may work better:
    export ORACLE_SID=test
    ORAENV_ASK=NO
    . /usr/local/bin/oraenv
    ORAENV_ASK=YES
    The above will set your environment variables correctly.
    :p

  • PAGESTREAM=YES does not work in LINUX Env

    Hi ,
    Where in the application server can we specify, the cache directory the browser or apache has to look for the report output after report has run.
    MY issue is that , I run a report and the browser shows it up. But when i add the parameter pagestream=YES in the report URL ,it says page not found.
    This happens in a linux environment but not when the same report is run ona 10gas windows env.
    Any help in this regard is appreciated
    Thanks,
    Ashok

    Hello,
    Did you check the HTML code returned to the browser ?
    Menu View -> Source.
    When PAGESTREAM=YES is added, some HTML code is returned
    to the browser with FRAMESET and FRAME tags in order to
    "split " the window in two. a BASE HREF tag is added too.
    Can you check this tag BASE HREF ?
    Regards

  • Error while trying to export a report into PDF using JRC (Linux env)

    Hi all,
    I have my web app installed on a Linux environment. When trying to export a CR report into PDF using JRC
    PrintOutputController controller = reportClientDoc.getPrintOutputController();
              ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream) controller.export(ReportExportFormat.PDF);
    I got this error message:
    19/02/2009     10:21:37     b     INFO     PdfExporter: PdfDocumentModeller.modelPage (page 1)
    19/02/2009     10:21:37     b     INFO     PdfExporter: Modelling page
    19/02/2009     10:21:37     b     INFO     PdfExporter: Creating document manager, text modeller and image modeller.
    19/02/2009     10:21:37     b     ERROR     PdfExporter: Exception caught in PDFFormatter.formatPage (from PdfDocumentModeller.modelPage); aborting export
    java.lang.IllegalArgumentException: Data type is not supported.
         at java.awt.image.Raster.createInterleavedRaster(Raster.java:212)
         at java.awt.image.Raster.createInterleavedRaster(Raster.java:178)
         at java.awt.image.ComponentColorModel.createCompatibleWritableRaster(ComponentColorModel.java:2826)
         at java.awt.image.BufferedImage.<init>(BufferedImage.java:439)
         at com.crystaldecisions.reports.exporters.format.page.pdf.pdflib.u.<init>(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.k.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.k.a(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.d(Unknown Source)
         at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.b.int(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
         at com.crystaldecisions.reports.sdk.PrintOutputController.export(Unknown Source)
    On my Windows environment the JRC export into PDF work perfectly. I know that there are some known issues regarding the usage of JRC on Linux environments. Could this be one of those?
    Any solution (or workaround) would be highly appreciated!
    Thank you!
    PS Maybe this is relevant: I use a MySQL database!
    Edited by: Sandila Catalin on Feb 19, 2009 10:01 AM

    What kind of image do you have in the report?
    Do you have -Djava.awt.headless=true specified for the Java JVM option?
    Sincerely,
    Ted Ueda

  • Purge Cache Error in OBIEE 11g (11.1.1.5.0) in Linux Env.

    Hi all,
    I following the following blog to purge cache in Linux.
    http://shivabizint.wordpress.com/2010/12/22/purge-bi-server-cache-in-obiee11g/
    When I excute I get the following error message. Can someone help me to fix this issue? Thanks
              Oracle BI ODBC Client
              Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    [0][State: IM002] [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    Connect open failed
    Connection open failed:
    [0][State: IM002] [DataDirect][ODBC lib] System information file not found. Please check the ODBCINI environment variable.
    Connection open failed

    I have exported ODBC path manually.
    export ODBCINI=$ORACLE_INSTANCE/bifoundation/OracleBIApplication/$ORACLE_BI_APPLICATION/setup/odbc.iniAnd then executed the nqcmd command. Now I am getting the different error.
               Oracle BI ODBC Client
               Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    [0][State: IM004] [DataDirect][ODBC lib] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Connect open failed

  • Unable to initialize Node Manager on Weblogic 11g (10.3.5) Linux env..

    Hello,
    I worked earlier on Weblogic 8.1 and after a long gap I am coming back to Weblogic Server.
    And I tried to install & setup Weblogic Server 11g R1 (10.3.5). I successfully installed WL 11g on a Linux machine, configured the domain, and admin server without any problem. I created a managed server on the Console and tried to initialize the node manager to be able to start the managed server. I am getting the following error message repeatedly. And I did not select SSL connection, while setting up the environment.
    Can someone help me resolve this issue?
    <Sep 13, 2011 12:19:31 PM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer inb01.n2nservices.com - 192.168.112.46 during SSL handshake.>
    javax.net.ssl.SSLHandshakeException: [Security:090476]Invalid/unknown SSL header was received from peer inb01.n2nservices.com - 192.168.112.46 during SSL handshake.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertSent(Unknown Source)
    at com.certicom.tls.record.ReadHandler.fireAlert(Unknown Source)
    at com.certicom.tls.record.ReadHandler.getProtocolVersion(Unknown Source)
    at com.certicom.tls.record.ReadHandler.checkVersion(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at weblogic.nodemanager.server.Handler.run(Handler.java:71)
    at java.lang.Thread.run(Thread.java:662)
    Sep 13, 2011 12:19:31 PM weblogic.nodemanager.server.Handler run

    Can you see what listen address you have given to Node Manager in console or in config.xml?
    <machine xsi:type="unix-machineType">
    <name>Servername</name>
    <node-manager>
    <name>Servername</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    Another way to start Managed server is to use startManaged.sh script.

  • Java.lang.NoClassDefFoundError when compile class in Weblogic Linux Env.

    Hi,
    I'm trying jay article ( http://jaysensharma.wordpress.com/2009/08/17/mdb3-0-sample-for-weblogic-application-server/ ) for send message
    to JMS, it works great in windows but in Linux is failed.
    I’m facing the issue when compile QueueSend class linux environment,
    but windows it works great.
    in windows I compile the class like this :
    C:\bea\user_projects\domains\MyDomain\bin>setDomainEnv.cmd
    C:\bea\user_projects\domains\MyDomain>java QueueSend t3://localhost:7001
    JMS Message Sent: Test Message Body with counter = 0
    JMS Message Sent: Test Message Body with counter = 1
    in Linux :
    after ./setDomainEnv,
    $bea\…\MYDOMAIN\bin >java QueueSend t3://localhost:7001
    Exception in thread “main” java.lang.NoClassDefFoundError: javax/jms/Message
    Caused by: java.lang.ClassNotFoundException: javax.jms.Message
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    I think it cannot find the java_home or classpath properly, how to solve this issue?
    Really thanks in advance.
    Edited by: muhkah on 09-Apr-2010 19:58

    Hi Muhkah,
    Please add the *"<BEA_HOME>\modules\javax.jms_1.1.1.jar"* file also in the Client ClassPath.
    But the Best thing i will suggest it to Just add the "wlfullClient.jar" file in the client ClassPath...this is a very useful Jar file which solves many many issues. There is a very simple way to create this JAR file: http://jaysensharma.wordpress.com/2010/02/03/building-wlfullclient-jar/
    <BR>
    The advantage of using *"wlfullclient.jar"* is Just Make it once and then reuse this single Jar in any client Application which is going to interact with WebLogic. This Powerful Jar contains almost all the Classes which is needed by a Client.
    Now you can run your Client Program like this :
    java    -classpath    /app/bea10.3/wl_server/server/lib/wlfullclient.jar    QueueSend t3://localhost:7001
    Thanks
    Jay SenSharma

  • HTML to PDF Conversion in Linux env

    Dear all,
    Do you have any idea how to convert HTML to PDF using java in Linux environment.
    Thanks
    SS

    HTML to PDF with Java, using OpenOffice.org - example here: [http://www.dancrintea.ro/html-to-pdf/|http://www.dancrintea.ro/html-to-pdf/]
    You can use OpenOffice.org, running as a server and command it remotely for document convertion.
    Besides HTML to PDF, there are also possible other convertions:
    doc --> pdf, html, txt, rtf
    xls --> pdf, html, csv
    ppt --> pdf, swf
    Code example:
    import officetools.OfficeFile; // this is my tools package
    FileInputStream fis = new FileInputStream(new File("c:/test.html"));
    FileOutputStream fos = new FileOutputStream(new File("c:/test.pdf"));
    // suppose OpenOffice.org runs on localhost, port 8100
    OfficeFile f = new OfficeFile(fis,"localhost","8100", true);
    f.convert(fos,"pdf");
    -----------------------------------------------------------------------------------------------------------------------------------------

  • IConnection classdef exception when running report in websphere-linux env

    hi all,
    <br><br>
           I am running Websphere 6.1 on a linux environment (Red Hat enterprise 5.5). I am using the Crystal Reports 2008 SDK API to generate the report and I get the following exception.
    <br><br>
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: com.businessobjects.reports.jdbinterface.connection.IConnection---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(SourceFile:286)
         at com.businessobjects.sdk.erom.jrc.a.<init>(SourceFile:43)
         at com.businessobjects.sdk.erom.jrc.ReportAgentFactory.createAgent(SourceFile:46)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.<init>(SourceFile:703)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:662)
         at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:632)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.if(SourceFile:504)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(SourceFile:669)
         at com.csdcsystems.amanda.common.CRJavaHelper.getSqlStatement(CRJavaHelper.java:882)
         at com.ibm._jsp._CustomReportParameters._jspService(_CustomReportParameters.java:289)
         at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1146)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1087)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
         at com.csdcsystems.amanda.common.CsdcServletFilter.doFilter(CsdcServletFilter.java:107)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:848)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:691)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:588)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:526)
         at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
         at <br>com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:233)<br>
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3574)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:269)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:831)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1478)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:133)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:450)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:508)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:296)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at <br>com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)<br>
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
         at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:196)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:751)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1551)<br><br>
    Caused by: java.lang.NoClassDefFoundError: com.businessobjects.reports.jdbinterface.connection.IConnection
         at java.lang.J9VMInternals.verifyImpl(Native Method)
         at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
         at com.crystaldecisions.reports.queryengine.Session.a2(SourceFile:244)
         at com.crystaldecisions.reports.datafoundation.DataFoundation.do(SourceFile:376)
         at com.crystaldecisions.reports.dataengine.dfadapter.DFAdapter.do(SourceFile:111)
         at com.crystaldecisions.reports.dataengine.datafoundation.CreateDataConnectionCommand.new(SourceFile:81)
         at com.crystaldecisions.reports.common.CommandManager.a(SourceFile:71)
         at com.crystaldecisions.reports.common.Document.a(SourceFile:203)
         at com.businessobjects.reports.reportconverter.v12.e.a(SourceFile:442)
         at com.businessobjects.reports.reportconverter.v12.e.a(SourceFile:231)
         at com.businessobjects.reports.reportconverter.v12.d.m(SourceFile:192)
         at com.businessobjects.reports.reportconverter.v12.f.if(SourceFile:210)
         at com.businessobjects.reports.reportconverter.v12.V12SaveLoader.a(SourceFile:242)
         at com.businessobjects.reports.loader.ReportLoader.a(SourceFile:205)
         at com.businessobjects.reports.sdk.JRCReportLoader.a(SourceFile:137)
         at com.businessobjects.reports.sdk.JRCReportLoader.a(SourceFile:76)
         at com.businessobjects.reports.sdk.requesthandler.ReportDocumentRequestHandler.a(SourceFile:136)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.<init>(SourceFile:229)
         ... 42 more<br>
    <br><br>
       The code is packaged as an EAR file and this EAR file works fine in a websphere windows environment. So it is not a classpath issue which I am pretty sure of. I also verified that the IConnection class is in a JAR file within the EAR file so no doubts on that front.
    <br><br>
        Has anyone else run into this issue? Please feel free to ask any other questions pertaining to the environment which I have where I ran into this issue.
    <br><br>
    Thanks,<br>
    Yogi<br>
    Edited by: Yogendran.G on Feb 25, 2011 3:37 PM

    Thank you for your reply.
    The answer to your question concerning if Websphere is a clean install is no.  The client has other applications running on that server.  We do not have access to that server other than the log files and I requested information as to what other applications are on the server.
    We did try adding a known working version of the IIOMetadata class in the ear file and deploying it in the hopes that  class will be loaded before using any other version.  Unfortunately, we receive the posted errors.  Which may mean that a different version of the class has already been loaded in memory and that is the one being accessed.  A request would have to be made to the client for a shutdown and restart of Websphere in determining if that may be the case.  Since there are other applications running, coordination and communication to the other application owner will need to be done first.
    Any additional ideas will be appreciated.
    Thank you.
    Tony.

  • Could not find i386-glibc21-linux.env.sh

    I need to install Oracle 816 for RedHat 7.1.
    But when I check file under /usr. There is no i386-glibc21-linux
    directory. Anyone know why??
    Also, how do I install package?? (rpm??) I need to install
    compat-egcs, compat-glibc and compat-libs (6.2 compatibility
    package)..thanks..

    u haven't installed the rpms so
    u cant see the i386---.sh file
    to install a rpm.
    use
    rpm -ivh <rpm-file>
    or if u have access to X then
    either use kpackage or gnomrpm
    they are graphical front ends to rpm

  • Display linux env var $JAVA_HOME in OSP/OUI installer automatically

    Hi,
    How do i make use of the OSP (getEnv) to get the value of the $JAVA_HOME env variable and save it to an existing installer variable to display? thank you.
    j.
    Edited by: user13682581 on Jun 13, 2011 6:26 PM

    Hello Gurus,
    I've finnaly bypass all that mess with web logic setup ,
    It's easy
    Download the
    Fist Download and Setup Weblogic
    Then Give Executable Privoiliges,
    Chmod 777 net_oepe111130_wls1032_linux32.bin
    Then Export Display
    export DISPLAY=192.168.48.28:0.0
    then run that Crap "bin" file" and it shows in a Grapich Interface,
    [oracle@srvldbp04 tmp]$ export DISPLAY=192.168.48.28:0.0
    [oracle@srvldbp04 tmp]$ ./net_oepe111130_wls1032_linux32.bin
    Extracting 0%....................................................................................................100%
    That's Cool,
    Grid 11G - I like it
    Thxs
    Carlos

  • OBIEE issues in Linux env

    Too many BI processes running in Linux
    OBIEE has been recently installed in the Linux box and the following are the issues that i am facing
    1) When i list all the running processes in Linux i see the following entries:
    5537 1 0 Jun27 ? 00:00:00 /bin/sh ./oc4j -start
    5538 5537 0 Jun27 ? 00:00:00 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5539 5538 0 Jun27 ? 00:00:00 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5540 5539 0 Jun27 ? 00:00:01 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5541 5539 0 Jun27 ? 00:00:00 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5542 5539 0 Jun27 ? 00:00:00 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5543 5539 0 Jun27 ? 00:00:01 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5544 5539 0 Jun27 ? 00:00:00 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    5545 5539 0 Jun27 ? 00:00:00 /shared/jdk1.6.0_07/bin/java -Djava.library.path=/shared/OracleBI/server/Bin:/shared/OracleBI/web/bin -DSAROOT
    13740 1 0 Jun27 ? 00:00:02 /shared/OracleBI/server/Bin/nqsserver -quiet
    13741 13740 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13742 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13744 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13745 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13746 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13747 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13748 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13749 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13750 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    13751 13741 0 Jun27 ? 00:00:00 /shared/OracleBI/server/Bin/nqsserver -quiet
    There seems to be too many similar processes that seem to be running at the same time, has anybody else faced a similar issue. Is this an installation issue?
    2) Also we are not able to view the NQQuery log file too, when i try to open the log file from the Manage Sessions screen i get the following message
    from the Admin --> Manage Session page.
    Log Could Not Be Retrieved
    Odbc driver returned an error (SQLExecDirectW)
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43100] Log Viewer process reported error 22:ÿÿ. (HY000)
    the NQQuery.log file is present in the /OracleBI/server/Log path.
    Please let me know if anybody has faced similar issues as above.
    Edited by: user10980580 on Jun 28, 2010 12:07 PM

    Pls find the session output.
    [abc@xyz setup]$ which run-sa.sh|xargs ls -l
    /usr/bin/which: no run-sa.sh in (/shared/jdk1.6.0_07/bin:/home/oracle/client/usr/oracle/10.2.0/TM_EAST/bin:/usr/sbin:/usr/bin:/bin:/usr/local/openssh/bin:/usr/X11R6/bin)
    total 144
    -rwxr-x--- 1 abc grp1 379 Jun 12 10:09 common.sh
    -rwxr-x--- 1 abc grp1 132 Jun 12 10:09 installperfsas.sh
    -rwxr-x--- 1 abc grp1 117 Jun 12 10:10 installperfsaw.sh
    -rwxr-x--- 1 abc grp1 555 Jun 12 10:09 kill.sh
    lrwxrwxrwx 1 abc grp1 33 Jun 12 10:07 oc4j -> /shared/OracleBI/oc4j_bi/bin/oc4j
    -rwxr-x--- 1 abc grp1 1258 Jun 12 10:09 odbc.ini
    -rwxr-x--- 1 abc grp1 4276 Jun 12 10:09 run-ccs.sh
    -rwxr-x--- 1 abc grp1 4755 Jun 12 10:09 run-sa.sh
    -rwxr-x--- 1 abc grp1 5407 Jun 12 10:09 run-saw.sh
    -rwxr-x--- 1 abc grp1 4192 Jun 12 10:09 run-sch.sh
    -rwxr-x--- 1 abc grp1 83 Jun 12 10:09 sa-cli.sh
    -rwxr-x--- 1 abc grp1 83 Jun 12 10:09 sa-init.sh
    -rwxr-x--- 1 abc grp1 119 Jun 12 10:09 sawserver.sh
    -rwxr-x--- 1 abc grp1 509 Jun 12 10:09 saw.sh
    -rwxr-x--- 1 abc grp1 1479 Jun 12 10:09 sysenvinit.sh
    -rwxr-x--- 1 abc grp1 904 Jun 12 10:09 systunesrv.sh
    -rwxr-x--- 1 abc grp1 134 Jun 12 10:09 uninstallperfsas.sh
    -rwxr-x--- 1 abc grp1 122 Jun 12 10:10 uninstallperfsaw.sh
    -rwxr-x--- 1 abc grp1 48675 Jun 12 10:09 UnixChk.sh
    -rwxr-x--- 1 abc grp1 8637 Jun 12 10:09 user.sh
    [abc@xyz setup]$ ./run-sa.sh stop
    Shutting down Oracle BI Server.
    [abc@xyz setup]$ sleep 30
    [abc@xyz setup]$ ps -ef|grep nqsserver|grep -v grep|wc -l
    0
    [abc@xyz setup]$ ./run-sa.sh start
    Oracle BI Server startup initiated.
    Please wait for a while for the Oracle BI Server to completely start.
    Execute the following command to check the Oracle BI Server logfile and see if it started.
    tail -f /shared/OracleBI/server/Log/NQServer.log
    [abc@xyz setup]$ sleep 60
    [abc@xyz setup]$ ps -ef|grep nqsserver|grep -v grep|wc -l
    121
    [abc@xyz setup]$
    Not sure if this is an issue with the BI or java installation

  • A rman scirpt in RHEL3 linux env

    I have a rman scripts file as
    rman target /
    run
    { backup as backupset incremental level 1 cumulative device type disk tag 'Thu_full_bkup%LEVEL_1'  database;
    recover copy of database;
    backup device type disk tag 'Thu_full_bkup%LEVEL_1' archivelog all not backed up;
    delete noprompt obsolete device type disk;
    exit
    under RHEL3 with Oracle 10.2.0.2. However, the file will not run. it only login in the rman and stop and it show errors:
    ./orabackup.sh: line 6: run: command not found
    ./orabackup.sh: line 7: backup: command not found
    ./orabackup.sh: line 8: recover: command not found
    ./orabackup.sh: line 9: backup: command not found
    ./orabackup.sh: line 10: delete: command not found
    I could copy the whole file to the OS level and run well. what should I put in script in order to allow it run properly?

    the script is wrong
    when you call rman you should have something like
    rman target / <<EOF
    run
    { backup as backupset incremental level 1 cumulative device type disk tag 'Thu_full_bkup%LEVEL_1' database;
    recover copy of database;
    backup device type disk tag 'Thu_full_bkup%LEVEL_1' archivelog all not backed up;
    delete noprompt obsolete device type disk;
    exit
    EOF
    --

  • Running runbat.sh in linux env

    Hi All,
    I am getting the following error when i try to run runbat.sh from putty.
    I have double checked the path of fsiuser.ini and the path is correct but still it says unable to INILoadFile. Below is the error i get. Also it says unable to find ./msgfile.dat but the file is present in the folder.
    Any help is appreciated.
    --- GenData ---
    Error in INILoadFiles():  Unable to INILoadFile(/usr/documaker/WORKSPACE/fsiuser.ini).
    Error in RunGenData(): Unable to GENLoadINIFiles().
    Error in main(): Unable to RunGenData(). See error file for more messages.
    Can't Find ./msgfile.dat
    --- GenData Completed ---
    Thanks.

    Now i am getting a new error.
    GenData
    Transaction Error Report - System timestamp: sat apr 26 16:22:05 2014
    DM12041: Error : FAP library error: Transaction:<>, area:<LBYInitializeLoaders()>
    code1:<0>, code2:<0>
    message:<Failed to initialize library <deflib/workspace_dev>>.
    DM15066: Error in RunGenData: Unable to LBYInitializeLoaders(). The system is configured to use Library Manager but the library could not be initialized. Verify that the library is specified correctly in the INI file and is accessible.
    ==> Warning count: 0
    ==> Error count: 2
    End of Transaction Error Report - System timestamp: sat apr 26 16:22:05 2014
    Elapsed Time: 0 seconds
    Thanks

Maybe you are looking for

  • Can't get Keynote to open iCloud

    I can't get Keynote to load the presentations that are in my iCloud drive. I know they are there, because I can see them on my Mac. When I change the Keynote settings to use iCloud, the setting does not stick. Pages and Numbers DO use iCloud. I'm usi

  • Abap Inbound Proxy

    Hi Experts,   I have configured a file-XI-Proxy scenario. My input file has come into Xi server and target sytem(SAP R/3) also. I could see my XML msg in SXMB_MONI of target R/3 system.    Do I need any external trigger to call the method execute_asy

  • Wild card usage in standard F4 help - issue

    Hi Friends, i want to list a function module which - second character  should be 'Z' .........HOW TO DO THAT ... usually  we will put : in se37 - IN THE FIELD VALUE COLUMN    :     %z* but wild card % or ? is not accepting ....give me your help on th

  • Rating  of  customer

    i  want  to  rate  customer  in  SAP  - CRM  according  to  payment  history . i  have  list  of  customers   ,  in  banking industry   who  has  taken    housing and  loan  against  property ,  from  our  bank . i  have  rating   with  total  of  10

  • Microsoft surface and laser jet 2420

    i have a microsoft surface tablet. when i try to install my laser jet 2420, it installs it under "other devices" instead of under printers. is there a way to move it?