JNLS Exception:oracle.ntpg.jnls.JNLSException

I tried to launch DBAssist and create new database instance
after Oracle8i server installation. I was getting above the
error and it says "Unable to find any National Character Set.
Please check your Oracle installation.
I am using default character set (US). Is something wrong
happening in my server installation. Does Oracle prompt for
choosing character set during installation? I am not a DBA and
new to Oracle8i. I am try to setup Oracle since we don't have a
DBA. Anyhelp will be greatly appreciated. The Oracle is
running on Linux.
Thanks.
null

I ran into the same problem that you have. Did you have a solution for it?
Regards
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pui Endo ([email protected]):
I tried to launch DBAssist and create new database instance
after Oracle8i server installation. I was getting above the
error and it says "Unable to find any National Character Set.
Please check your Oracle installation.
I am using default character set (US). Is something wrong
happening in my server installation. Does Oracle prompt for
choosing character set during installation? I am not a DBA and
new to Oracle8i. I am try to setup Oracle since we don't have a
DBA. Anyhelp will be greatly appreciated. The Oracle is
running on Linux.
Thanks.<HR></BLOCKQUOTE>
null

Similar Messages

  • Internal Exception: oracle.xml.parser.v2.XMLParseException xsi:type "toplin

    i am using toplink 10.1.3.0.0 with oracle app server 10.1.2.2, i am using change field optimistic locking and generating the project xml,
    application runs great locally in the jdeveloper, but when it is deployed on app server getting following error
    here are the headers from both my project.xml as well as session xml..
    <?xml version="1.0" encoding="UTF-8"?>
    <toplink:object-persistence version="Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)" xmlns:opm="http://xmlns.oracle.com/ias/xsds/opm" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:toplink="http://xmlns.oracle.com/ias/xsds/toplink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <opm:name>PROJ</opm:name>
    <opm:class-mapping-descriptors>
    <opm:class-mapping-descriptor xsi:type="toplink:relational-class-mapping-descriptor">
    <?xml version="1.0" encoding="UTF-8"?>
    <toplink-sessions version="4.5" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>PROJSession</name>
    <event-listener-classes/>
    <logging xsi:type="toplink-log">
    <log-level>finer</log-level>
    </logging>
    <primary-project xsi:type="xml">PROJ.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.OraclePlatform</platform-class>
    <user-name></user-name>
    any help/idea appreciated...
    Exception [TOPLINK-9005] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.SessionLoaderException
    Exception Description: An exception was thrown while loading the <project-xml> file [PROJ.xml].
    Internal Exception: Exception [TOPLINK-25004] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.exceptions.XMLMarshalException
    Exception Description: An error occurred unmarshalling the document
    Internal Exception: Exception [TOPLINK-27101] (Oracle TopLink - 10g Release 3 (10.1.3.0.0) (Build 060118)): oracle.toplink.platform.xml.XMLPlatformException
    Exception Description: An error occurred while parsing the document.
    Internal Exception: oracle.xml.parser.v2.XMLParseException: xsi:type "toplink:changed-field-locking-policy" not resolved to a type definition
    at oracle.toplink.exceptions.SessionLoaderException.failedToLoadProjectXml(SessionLoaderException.java:74)
    at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.loadProjectConfig(TopLinkSessionsFactory.java:316)
    at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.createSession(TopLinkSessionsFactory.java:241)
    at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildServerSessionConfig(TopLinkSessionsFactory.java:215)
    at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildSession(TopLinkSessionsFactory.java:168)
    at oracle.toplink.tools.sessionconfiguration.TopLinkSessionsFactory.buildTopLinkSessions(TopLinkSessionsFactory.java:124)
    at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:103)
    at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:367)
    at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:334)
    at myProjectPackage.common.data.toplink.ToplinkDataManagerPeer.<init>(ToplinkDataManagerPeer.java:41)
    at myProjectPackage.common.data.DataManagerFactory.getDataManagerInstance(DataManagerFactory.java:40)
    at myProjectPackage.common.servlet.NYSDOTFilter.getDataManager(NYSDOTFilter.java:964)
    at myProjectPackage.common.servlet.NYSDOTFilter.doFilter(NYSDOTFilter.java:144)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at myProjectPackage.caf.servlet.NYSDOTCAFFilter.doFilter(NYSDOTCAFFilter.java:90)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at myProjectPackage.common.servlet.NYSDOTLoginFilter.doFilter(NYSDOTLoginFilter.java:95)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:669)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:340)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:228)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:570)

    first thanks for your reply,
    i already figured that out and deployed it using 10.1.3.1 jars
    my question
    1) if it is a bug , how come it works fine with jdeveloper (
    i would appreciate if you could provide any info about it.
    2) i dont want to sound sarcastic , but 10.1.3.1 has of optimistic locking and the recommended solution i found was to use descriptor.getQueryManager().setUpdateCallCacheSize(0);
    looks like 10.1.3.1 fixed one bug and introduced other one which was working fine earlier...
    is there any other way of fixing optimistic locking issue other than using the
    descriptor.getQueryManager().setUpdateCallCacheSize(0);
    where i can find the latest/greatest (up to date patched version of toplink)
    thanks again for your help

  • Java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : Failure in SDOSerializer.deserialize

    Hi All,
    I am getting this exception while invoking one of our service from EM. Any pointers will be very helpful.
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : Failure in SDOSerializer.deserialize. at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:813) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:385) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:303) 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:597) at com.sun.el.parser.AstValue.invoke(AstValue.java:187) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1491) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:111) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:384) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:114) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:101) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:111) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:384) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:114) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:95) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:972) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:439) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:102) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:131) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:181) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:183) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:419) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3739) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3705) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2282) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2181) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1491) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221) Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : Failure in SDOSerializer.deserialize. at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:362) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:1004) at

    Hi,
    its JDeveloper and ADF on this forum. For EM related questions, you should try the EM forum
    Frank

  • Java.lang.Exception: Oracle server error604....

    can you please let me know what might be the cause for this
    "java.lang.Exception: Oracle server error604...."

    Hi,
    its JDeveloper and ADF on this forum. For EM related questions, you should try the EM forum
    Frank

  • OAF Exception :oracle.jbo.TooManyObjectsException:Primary Key

    Hi All,
    I am getting the Exception
    oracle.jbo.TooManyObjectsException: JBO-25013: Too many objects match the primary key oracle.jbo.Key
    I am inserting the same row in Table.
    My PK is col1,col2,col3
    So how to Handle this Exception and throw the User Defined Message that , The Record is available in Table.
    Regards
    Khushal

    Khushal,
    Is any other way to get Solution ?You can try to achieve the same by - Create a VO for the same and in the where pass the value for PK1,PK2,Pk3. Execute the VO, by passing the parameter and if it returns any row. Then it means that there already exists some row with the same value.
    Regards,
    Gyan

  • Exception:oracle.jsp.parse.JspParseException

    hi,
    I deploy my bibeans application via jdeveloper in to application server and copy my lib file named bibeans.jar in web-inf/lib. after I try to view my jsp page which view my graph my browser show internal server error message (error 500 in IE)and following error in my log file :
    04/12/14 11:00:31 Started
    04/12/14 11:00:33 webapp: jsp: init
    04/12/14 11:00:33 webapp: uix: init
    04/12/14 11:00:33 webapp: 9.0.4.0.0 Started
    04/12/14 11:02:42 webapp: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.parse.JspParseException: Line # 1, <%@ taglib uri="http://xmlns.oracle.com/bibeans" prefix="orabi" %>
    Error: Unable to load taghandler class: http://xmlns.oracle.com/bibeans
    04/12/14 11:04:22 webapp: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.parse.JspParseException: Line # 1, <%@ taglib uri="http://xmlns.oracle.com/bibeans" prefix="orabi" %>
    Error: Unable to load taghandler class: http://xmlns.oracle.com/bibeans
    what should I do ???
    thanks in advance,
    shima

    To the web.xml file add a taglib element.
    <taglib>
      <taglib-uri>http://xmlns.oracle.com/bibeans/</taglib-uri>
      <taglib-location>/WEB-INF/BITags.tld</taglib-location>
    </taglib>

  • Java exception "oracle.context.isearch.admin.exception.DBSetException"

    HI,
    I am running 9i on NT on clicking through the ultrasearch admin
    screens I intermittently get the following error
    oracle.context.isearch.admin.exception.DBSetException
         at
    oracle.context.isearch.admin.util.AdminObject.handleBackEndExcept
    ion(AdminObject.java:258)
         at
    oracle.context.isearch.admin.users.InstanceManager.hasWkAdminRole
    (InstanceManager.java, Compiled Code)
         at
    ultrasearch.admin._sources._sources__table__new1._jspService
    (_sources__table__new1.java, Compiled Code)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java,
    Compiled Code)
         at oracle.jsp.app.JspApplication.dispatchRequest
    (JspApplication.java, Compiled Code)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java,
    Compiled Code)
         at oracle.jsp.JspServlet.internalService
    (JspServlet.java, Compiled Code)
         at oracle.jsp.JspServlet.service(JspServlet.java,
    Compiled Code)
         at javax.servlet.http.HttpServlet.service
    (HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest
    (JServConnection.java, Compiled Code)
         at org.apache.jserv.JServConnection.run
    (JServConnection.java, Compiled Code)
         at java.lang.Thread.run(Thread.java, Compiled Code)
    I have to then return to the login in screen and login again to
    access the admin pages.
    Any ideas?
    Thanks
    Joel.

    Does the exception occur out of the blue while you are actively
    performing admin operations? Or does it happen, like, say, after
    a certain period of inactivity?

  • VSM Login Exception: oracle.otnsamples.util.UtilityException

    Hello,
    I am trying to execute the sample VSM application using JDK 1.5. Using ANT to build the application on oc4j -oracle application server containers for J2EE 10g (9.0.4.0.0).
    When I run the application, the login frame throws the following error message when i try to log in as webstore/welcome:
    oracle.otnsamples.util.UtilityException: Exception thrown from getService method of ServiceLocator class: Lookup error: javax.naming.AuthenticationException: No such domain/application: vsm; nested exception is: javax.naming.AuthenticationException: No such domain/application: vsm
    Any clues as to why it is throwing this exception. I can connect through SQL*Plus using the webstore/welcome login.
    Thanks.

    This is the relevant error -
    While trying to look up comp/env/jdbc/ConLibrDS in /app/webapp/Librarywork-ViewController-context-root/10240276.; remaining name 'comp/env/jdbc/ConLibrDS'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundExceptionBasically your AM should have the JNDI name as jdbc/ConLibrDS and also the same should be specified in your DataSource properties in Weblogic Server .
    See - http://www.youtube.com/watch?v=5W2tm89yN4A

  • Exception: oracle/sql/Datum [oracle.sql.Datum

    The following statement is throwing an exception in Servlet,
    OracleXMLQuery qry = new OracleXMLQuery(conn,sqlString);
    Where can I find the oracle.sql.Datum class
    Thank you,
    Chandra
    null

    Murali K (guest) wrote:
    : Hi Chandra,
    : What version of Oracle are u using ? (Oracle 8.0.5 or
    : Oracle8i?). Cause the object features were supported in JDBC
    : only in Oracle8i. (i.e. JDBC 8.0.4 etc.. does not support
    : objects, only JDBC 8.1.5 onwards supports it)..
    : The most likely case is that you are trying to use object
    : features, using JDBC 8.0 classes.
    : If this is not the case, please let us know (along with the
    : version of JDBC and Oracle that u are using), so that we can
    : look in to it.
    : Thanks
    : Murali
    : Chandra (guest) wrote:
    : : The following statement is throwing an exception in Servlet,
    : : OracleXMLQuery qry = new OracleXMLQuery(conn,sqlString);
    : : Where can I find the oracle.sql.Datum class
    : : Thank you,
    : : Chandra
    Hi Murali,
    I am using Oracle JDBC Drivers Ver. 8.0.4.0.5, connecting to
    Oracle database Ver. 7.3.4.0.1. This is working fine in my java
    applet running on appletviewer. After moving the JDBC
    connection code from applet to Servlet running on JRun web
    server, I got the exception. In both the cases I am using the
    same JDBC drivers.
    Thank you.
    Chandra
    null

  • Exception: Oracle Parser Error: Empty Global Elements List

    Hello and Thanks in advance for any help.
    I created a synchronous process bpel. I made a partnerlink callout to an external bpel process. This partnerlink references the wsdl locally as opposed to directly referencing the process on the server. After I created the invoke and the input variable, I went back to the invoke, clicked on the "flashlight explorer" to see the elements in the input type and I get an "Empty Global Elements List" error. I have not attempted any assigns and all schemas are present in the directory. I have also tried deleting the parnerlink, invoke, and the input variable created in the invoke and then recreating all of the above.
    I am using JDev 10.1.3.3.0
    Any suggestions?

    Oracle has opened a bug on this issue.
    Although a pain in the butt you should be able to code the assigns by hand. I've been able to use the invoke wizard and bore down into the structures (clink on the client flashlight and keep going) to capture the query elements

  • ORA-12547 when using sqlpus or svrmgrl as any user except oracle

    I have Oracle 8.1.7 and Oracle 9.0.1 installed on a Slackware 8.0 Linux box. It used to work fine, but something changed one day. I have tried with the Oracle 8 and Oracle 9 binaries with the same problem.
    If I try svrmgrl or sqlplus as oracle, all is well, but no other user including root.
    here's what happens, this time as root:
    #/> ORACLE_HOME=/n/local0/oracle/OraHome1
    #/> LD_LIBRARY_PATH=$ORACLE_HOME/lib
    #/> PATH=$ORACLE_HOME/bin:$PATH
    #/> export ORACLE_HOME
    #/> export PATH
    #/> export LD_LIBRARY_PATH
    #/> svrmgrl
    oracle: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
    oracle: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory
    ORA-12547: TNS:lost contact
    SVRMGR>
    Checking the library dependencies:
    #/> ldd `which svrmgrl`
    libwtc8.so => /n/local0/oracle/OraHome1/lib/libwtc8.so (0x40017000)
    libclntsh.so.8.0 => /n/local0/oracle/OraHome1/lib/libclntsh.so.8.0 (0x40019000)
    libdl.so.2 => /lib/libdl.so.2 (0x405cf000)
    libm.so.6 => /lib/libm.so.6 (0x405d3000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x405f5000)
    libc.so.6 => /lib/libc.so.6 (0x4060b000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
    Any clues appreciated
    John Ryan

    I have found a very strange combination of settings that allows regular non-administrative user logged in via RDP to eject the removable drive:
    1) gpedit>Computer>Administrative Templates>System>Removable Storage Access>Allow
    direct access to removable storage in remote sessions.
    2) Local Security Policy>Local Policy>Audit Policy>Audit Object Access = Failure
    3) reboot is required.
    Once these options are changed - regular user can now eject the drive. Any other Audit policy does not
    allow eject.
    Jeremy, I think its clear that this is not hardware/hypervisor related. Is there anything I can provide
    to help track this issue to a proper resolution?
    thank you!

  • Exception:oracle.stellent.ridc.protocol.ServiceException: Unable to display

    Hi All,
    While i excute the RIDC code to retrieve the information using the COLLECTION_INFO service. i got the following error.
    Error:
    Event generated by user 'weblogic' at host 'CIS'. Unable to display virtual folder information. Unable to open folder. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,CIS!$!csCollectionUnableToInfoCollection!csCollectionUnableToOpenCollection
    intradoc.common.ServiceException: !csCollectionUnableToInfoCollection!csCollectionUnableToOpenCollection
    *ScriptStack COLLECTION_INFO
    3:canReadInCollection,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at collections.CollectionUserHandler.getSpecifiedCollection(CollectionUserHandler.java:3764)
    at collections.CollectionUserHandler.getSpecifiedCollection(CollectionUserHandler.java:3774)
    at collections.CollectionUserHandler.getSpecifiedCollection(CollectionUserHandler.java:3780)
    at collections.CollectionUserHandler.getSpecifiedCollection(CollectionUserHandler.java:3785)
    at collections.CollectionUserHandler.canReadInCollection(CollectionUserHandler.java:2885)
    at sun.reflect.GeneratedMethodAccessor12205.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:533)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Thanks,
    Hari

    Hi
    Can you post the code snippet ?
    Thanks
    Srinath

  • JNLS Exception?

    As have a number of people, I am getting the:
    JNLS Exception:oracle.ntpg.jnls.JNLSException
    Unable to find any National Character Sets. Please
    check your Oracle Installation.
    I have read through all the posts on the list that deal with
    this and it appears as if no one (yet) has a solution. Does
    anyone know a workaround for this??? Anyone??? Oracle???
    Thanks,
    Keehan
    P.S. Does anyone have working .bashrc & or .bash_profile files
    that they would not mind submitting for an Oracle *nix newbie?
    By the way, off list topic, but what is the relationship between
    the two above mention scripts???
    null

    Hi,
    get the 8.1.5.1 patch (just available) and read the readme and
    faq VERY carefully. Also read the release notes, some of your
    problems are mentioned there.
    It fixes some problems, but introduces many new ones. Will they
    ever learn to provide a flawless install????
    Marcus
    Sean McMurray (guest) wrote:
    : When I run dbassist, it gives me the following error:
    : JNLS Exception:oracle.ntpg.jnls.JNLSException
    : Unable to find and National Character Sets. Please
    : check your Oracle installation.
    : It then procedes to run ODCA.
    : If I choose "Modify a Database," it displays available
    instances
    : -- ORCL is the only one in the list. When I select it and
    choose
    : Next, I get an "ORA-01034: ORACLE not available" error.
    : If I choose "Create a Database," then choose "Typical," then
    : "Copy existing database files from the DC," it allows me to
    : choose a Global Database Name and SID, but then tells me it
    can't
    : find the CD. If I try again, it says the database with that
    name
    : has already been created.
    : If I choose "Delete a Database," and select ORCL, it says it is
    : deleted and exits ODCA. Running dbassist again, ORCL still
    shows
    : up in the list of available instances, and I still can't use
    the
    : name of the database I used in the first abended attempt.
    : I just want to create a very simple instance that I can connect
    : to and run simple queries to verify that Oracle is installed
    : correclty.
    null

  • JNLS Exception in 8i dbassist

    When I run dbassist, it gives me the following error:
    JNLS Exception:oracle.ntpg.jnls.JNLSException
    Unable to find and National Character Sets. Please
    check your Oracle installation.
    It then procedes to run ODCA.
    If I choose "Modify a Database," it displays available instances
    -- ORCL is the only one in the list. When I select it and choose
    Next, I get an "ORA-01034: ORACLE not available" error.
    If I choose "Create a Database," then choose "Typical," then
    "Copy existing database files from the DC," it allows me to
    choose a Global Database Name and SID, but then tells me it can't
    find the CD. If I try again, it says the database with that name
    has already been created.
    If I choose "Delete a Database," and select ORCL, it says it is
    deleted and exits ODCA. Running dbassist again, ORCL still shows
    up in the list of available instances, and I still can't use the
    name of the database I used in the first abended attempt.
    I just want to create a very simple instance that I can connect
    to and run simple queries to verify that Oracle is installed
    correclty.
    null

    Hi,
    get the 8.1.5.1 patch (just available) and read the readme and
    faq VERY carefully. Also read the release notes, some of your
    problems are mentioned there.
    It fixes some problems, but introduces many new ones. Will they
    ever learn to provide a flawless install????
    Marcus
    Sean McMurray (guest) wrote:
    : When I run dbassist, it gives me the following error:
    : JNLS Exception:oracle.ntpg.jnls.JNLSException
    : Unable to find and National Character Sets. Please
    : check your Oracle installation.
    : It then procedes to run ODCA.
    : If I choose "Modify a Database," it displays available
    instances
    : -- ORCL is the only one in the list. When I select it and
    choose
    : Next, I get an "ORA-01034: ORACLE not available" error.
    : If I choose "Create a Database," then choose "Typical," then
    : "Copy existing database files from the DC," it allows me to
    : choose a Global Database Name and SID, but then tells me it
    can't
    : find the CD. If I try again, it says the database with that
    name
    : has already been created.
    : If I choose "Delete a Database," and select ORCL, it says it is
    : deleted and exits ODCA. Running dbassist again, ORCL still
    shows
    : up in the list of available instances, and I still can't use
    the
    : name of the database I used in the first abended attempt.
    : I just want to create a very simple instance that I can connect
    : to and run simple queries to verify that Oracle is installed
    : correclty.
    null

  • JNLS - National Character Sets

    If I open the Oracle Database Configuration Assistent the following Error is returning:
    JNLS Exception: Oracle.ntpg.jnls.JNLS Exception
    Unable to find any National Character Sets. Please check your Oracle installation.
    How can I fix this problem under th following configuration: Linux Slackware 7.0, KDE, Oracle 8i EE.

    Hi,
    I am having the same problem you had two years ago. Could you please let me know if you got a solution to it. And if so, how.
    Thankyou very much.
    Sincerely,
    Simon.

Maybe you are looking for

  • How to use the feature of ajax in visual web jsf

    Hello,everyone! I want to use the feature of ajax in visual web jsf,but the program encountered a error. I want refresh the dropdownlist once the javascript captured the refresh message,they both behaved asynchronously. However, the textField1 render

  • Mac novice needs to know how to format an external drive

    How do I format a memory stick or external hard drive?  I remember in PCs you could right click and click on format. Thanks!

  • Problem sending emails out...

    Problem sending emails when saved first as a draft. When I go to send the final draft, it disappears, including the draft. Very upsetting, happened many times but not consistently... Help please, any ideas?

  • Cannot open emails in OWA

    Recently purchased an 8900 to access work (federal gov't) email through MS Outlook Web Access. Works great - calendar, contacts, emails. Except when you open an email, it always opens the very first/latest email received in the inbox. Cannot open any

  • Using same webdypro iview with DEV and QAS

    Dear Sir, We have the webdynpro program iview in EP 7.0 , however, I would like to change the same webdynpro iveiw with different client in Sap DEV and QAS,  Is it possible? Or how to change the connection to SAP system. Please kindly advise. Thank y