Pre-loaded packages Oracle

Hi all

I'm confused about the following:

When I query the view object in my diagram to see the packages I have access to, like this:

Select the owner, object_name

of object

where type_objet = 'PACKAGE '.

I get a list of the packages and the SYS package. DBMS_DG is one of them.

However, when I do a DESCRIBE statement on this set in the same pattern, it is said that there is no:

SQL > dbms_dg desc;

ERROR:

ORA-04043: object 'SYS '. "' DBMS_DG ' does not exist

This means that I do not have the privilege of this package? But why is he object?

Thank you.

3157845 wrote:

I think that view object contains all the information objects of all schemas. You have the privilege to select view object. Then, you are able to see the information on the package DBMS_DG. I think their line no wise restrictions in Oracle DB

This is false.

Object contains all objects accessible to the current user. DBA_objects contains all objects in the database.

Please post output

Select owner, object_type, object_name in object where object_name = 'DBMS_DG ';

The results for me (and I hope you have the same) are

OBJECT_TYPE OBJECT_NAME OWNER

___________________ __________ ________________

DBMS_DG PUBLIC SYNONYM

You don't have privileges on the underlying object that the synonym points to, which happens to share the same name.

Select * from all_Synonyms where synonym_name = 'DBMS_DG ';

OWNER SYNONYM_NAME TABLE_OWNER, TABLE_NAME DB_LINK

__________ ______________________________ ______________________________ ______________________________ ____________

PUBLIC DBMS_DG SYS DBMS_DG

Hope that clarifies the situation

Tags: Database

Similar Questions

  • ECM data collection failed with the error «Cannot run the pre-load...» »

    Hey all,.

    I'm meeting a very strange question. I code a metric ECM for my plugin to mongo database. After he has deployed to EM, even if the data collection was all right (Agent browser check and download folder on the server agent) and the GCED table was created after the expanded plugin, data were load into the ECM table failed.

    Here is the definition of XML.
    -targetType
      <Metric NAME="CheckServiceConf" TYPE="RAW" CONFIG="TRUE">
        <Display>
          <Label NLSID="omd_ecm_checkserviceconf">CheckServiceConf</Label>
        </Display>
        <TableDescriptor TABLE_NAME="MGMT_EMX_MONGO_SERVICE_CONF">
          <ColumnDescriptor NAME="Host_Name" COLUMN_NAME="HOST_NAME" TYPE="STRING" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Port" COLUMN_NAME="PORT" TYPE="NUMBER" IS_KEY="TRUE" />
          <ColumnDescriptor NAME="Config_File" COLUMN_NAME="CONFIG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Data_Path" COLUMN_NAME="DATA_PATH" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Log_File" COLUMN_NAME="LOG_FILE" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Sharding_Server" COLUMN_NAME="IS_SHARDING_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Replication_Set_Name" COLUMN_NAME="REPLICATION_SET_NAME" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Is_Config_Server" COLUMN_NAME="IS_CONFIG_SERVER" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="List_of_Config_Servers" COLUMN_NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Max_Connections" COLUMN_NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Oplog_Size" COLUMN_NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="Instance_Version" COLUMN_NAME="INSTANCE_VERSION" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process" COLUMN_NAME="OS_PROCESS" TYPE="STRING" IS_KEY="FALSE" />
          <ColumnDescriptor NAME="OS_Process_ID" COLUMN_NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="FALSE" />
        </TableDescriptor>
        <QueryDescriptor FETCHLET_ID="OSLineToken">
          <Property NAME="emdRoot" SCOPE="SYSTEMGLOBAL">emdRoot</Property>
          <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
          <Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
          <Property NAME="host" SCOPE="INSTANCE" OPTIONAL="TRUE">host</Property>
          <Property NAME="port" SCOPE="INSTANCE" OPTIONAL="TRUE">port</Property>
          <Property NAME="uname" SCOPE="INSTANCE" OPTIONAL="TRUE">uname</Property>
          <Property NAME="pass" SCOPE="INSTANCE" OPTIONAL="TRUE">pass</Property>
    
          <Property NAME="mydelimiter" SCOPE="INSTANCE">mydelimiter</Property>
          <Property NAME="command" SCOPE="GLOBAL">"/usr/bin/perl" -I "%scriptsDir%/emx/%TYPE%" "%scriptsDir%/emx/%TYPE%/CheckServiceConf.pl" "%host%" "%port%" "%uname%" "%pass%" "%mydelimiter%"</Property>
          <Property NAME="delimiter" SCOPE="GLOBAL">%mydelimiter%</Property>
          <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
          <Property NAME="errStartsWith" SCOPE="GLOBAL">em_error=</Property>
          <Property NAME="em_metric_timeout" SCOPE="GLOBAL">300</Property>
        </QueryDescriptor>
      </Metric>
    -collection metadata
      <CollectionItem NAME="CheckServiceConf" UPLOAD_ON_FETCH="TRUE" CONFIG="TRUE">
        <Schedule OFFSET_TYPE="INCREMENTAL">
          <IntervalSchedule INTERVAL="12" TIME_UNIT="Hr" />
        </Schedule>
        <MetricColl NAME="CheckServiceConf" />
      </CollectionItem>
    -snapshot type metadata
    <METADATAS>
      <METADATA SNAP_TYPE="CHECK_SERVICE_CONF" TARGET_TYPE="mongo_database" VER="1" COMPARE_IGNORE="N" COMPARE_UI_IGNORE="N" HISTORY_IGNORE="N" HISTORY_UI_IGNORE="N" UI_IGNORE="N" DROP_EXISTING_DATA="Y">
        <METADATA_UI_NAME>CheckServiceConf</METADATA_UI_NAME>
        <TABLE NAME="MGMT_EMX_MONGO_SERVICE_CONF">
        <UI_NAME>CheckServiceConf</UI_NAME>
          <COLUMN NAME="HOST_NAME" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="Y" >HOST_NAME</COLUMN>
          <COLUMN NAME="PORT" TYPE="NUMBER" IS_KEY="Y" >PORT</COLUMN>
          <COLUMN NAME="CONFIG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >CONFIG_FILE</COLUMN>
          <COLUMN NAME="DATA_PATH" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >DATA_PATH</COLUMN>
          <COLUMN NAME="LOG_FILE" TYPE="STRING" TYPE_FORMAT="512" IS_KEY="N" >LOG_FILE</COLUMN>
          <COLUMN NAME="IS_SHARDING_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_SHARDING_SERVER</COLUMN>
          <COLUMN NAME="REPLICATION_SET_NAME" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >REPLICATION_SET_NAME</COLUMN>
          <COLUMN NAME="IS_CONFIG_SERVER" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >IS_CONFIG_SERVER</COLUMN>
          <COLUMN NAME="LIST_OF_CONFIG_SERVERS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >LIST_OF_CONFIG_SERVERS</COLUMN>
          <COLUMN NAME="MAX_CONNECTIONS" TYPE="NUMBER" IS_KEY="N" >MAX_CONNECTIONS</COLUMN>
          <COLUMN NAME="OPLOG_SIZE" TYPE="NUMBER" IS_KEY="N" >OPLOG_SIZE</COLUMN>
          <COLUMN NAME="INSTANCE_VERSION" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >INSTANCE_VERSION</COLUMN>
          <COLUMN NAME="OS_PROCESS" TYPE="STRING" TYPE_FORMAT="64" IS_KEY="N" >OS_PROCESS</COLUMN>
          <COLUMN NAME="OS_PROCESS_ID" TYPE="NUMBER" IS_KEY="N" >OS_PROCESS_ID</COLUMN>
        </TABLE>
      </METADATA>
    
    </METADATAS>
    After you add target to em, the errors appeared in emoms_pbs.log on the SGD server
    2012-11-09 16:08:13,114 [GCLoader[uploadonfetch] - https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/] ERROR
     gcloader.CallbackInterface logp.251 - Failed to execute pre-load for: 
    Target Id       :CDE026FD2C446D2AE043E19D0B0AA2B6
    Collection Name :CheckServiceConf
    Agent Url       :https://ph-10-10-59-224.cp.no.sohu.com:3872/emd/main/
    version         :1.0
    metadata version:2.0
    oracle.sysman.eml.ecm.track.RepositoryOperationException: executePreLoad: Config metadata not found: 
    collectionName   : CheckServiceConf
    targetGuid       : CDE026FD2C446D2AE043E19D0B0AA2B6
            at oracle.sysman.eml.ecm.track.EcmConfigData.executePreLoad(EcmConfigData.java:344)
            at oracle.sysman.core.pbs.gcloader.CallbackInterface.executePreLoad(CallbackInterface.java:245)
            at oracle.sysman.core.pbs.gcloader.DataLoader.executePreLoad(DataLoader.java:1185)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataImpl(DataLoader.java:920)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.endElement(XMLDocumentDataParser.java:400)
            at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1359)
            at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
            at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
            at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
            at oracle.sysman.core.pbs.gcloader.XMLDocumentDataParser.split(XMLDocumentDataParser.java:148)
            at oracle.sysman.core.pbs.gcloader.DataLoader.loadDataCollection(DataLoader.java:439)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processDataCollection(RequestMapper.java:200)
            at oracle.sysman.core.pbs.gcloader.RequestMapper.processAll(RequestMapper.java:154)
            at oracle.sysman.core.pbs.gcloader.Receiver.processFile(Receiver.java:1487)
            at oracle.sysman.core.pbs.gcloader.Receiver.doPost(Receiver.java:1309)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            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:300)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.sysman.core.pbs.app.ContextInitFilter.doFilter(ContextInitFilter.java:113)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
            at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
            at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
            at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
            at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.
    java:3715)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java
    :3681)
            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:2277)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    I am really confused with the error message and have no idea how to fix this.
    Could someone give advice? Thank you in advance!

    Best wishes
    Satine

    Satine,
    The name of the collection item)

    Thank you...

    Pinaki-

  • Pavilion 14 G6S71UA #ABA: I'll always be able to use the pre-loaded software HP products if I do a clean install of Windows 10?

    I have a laptop 14 flag that came with Windows 8.1 - 64 Home, and I have upgraded to Windows Home 10-64. The upgrade went very wrong, but I would use Win 10 if possible. Microsoft recommends that I have to do a clean install of Windows 10, which will require you to reinstall all my programs MANY. They cannot tell me, however, if I'll still be able to use some of the applications delivered HP pre-loaded on my machine and that I find very useful - even if I am out of warranty. For example, I use HP Support Assistant updates the driver, and I found that HP DriveGuard works really well!

    I'll always be able to download all of these products and hence? I'll be able to get them on the page of the drivers for my laptop? If I can't, I'll probably have to settle for return to Windows 8.1.

    Thank you.

    Because the rep on the Microsoft forum did not answer my questions, today I called the support of Microsoft Windows 10 phone number. After that the rep is lost another hour of time my (and their) me browsing to enter SafeMode via several methods, everything I told him that I had already tried. the representative suggested that customizations of account that I had applied could be the cause of the distress.

    She also informed me that, for security reasons, Windows 10 no longer allows connectivity Mode Wireless safe; Although, if your PC is physically connected to the modem/router, you should be able to enter in IE (and maybe even in Edge) in Safe Mode.

    So I added a new local administrator account (that said, I log in with a password and not with one account Microsoft.), to be used only for safe mode and left all its parameters to the default values for Microsoft. And it worked! When connected to my router, I could get in Mode safe mode with internet connectivity via IE! Thanks to this rep, I finally have success.

  • HP Split X 2 updated for Windows 8 pre-loaded to win 8.1, now cannot run Add function to Windows 8.1

    Hello!

    I bought a HP Split X 2 13.3 "laptop in a show of computer a little more than 1 year.

    It comes with Windows 8 pre-loaded at that time here.

    Later, Microsoft offers a free upgrade for all 8 to 8.1 Win win and I did as well.

    Everything goes perfectly smooth, at least until recently, when I try to go control panel perform add functionality of Windows 8.1.

    He asked me product key!

    When I looked at the bottom of my laptop Split X 2, it doesn't have the Windows product key sticker. There is only 1 sticker hologen Windows 8! Therefore, I use a key finder application to detect the product key.

    I enter the product key when I run add a feature to 8.1 win again, but the windows prompted me key is not valid.

    Why?

    Insalled Win8.1 is the authentic version. I can perform regular updates of Windows without problem.

    Appreciate if any expert can help solve my problem.

    Thank you very much

    Nkboy

    Hello

    The add feature is to upgrade your current Windows 8/8.1 Core Windows 8/8.1 Pro Edition or Windows Media Center Edition 8/8.1.

    It requires you to purchase the particular product key with regard to the option to add features.

    Here are some links to help you understand:

    http://Windows.Microsoft.com/en-us/Windows-8/Add-features-frequently-asked-questions

    http://www.eightforums.com/tutorials/6673-add-features-Windows-8-a.html

    Concerning

    Visruth

  • Upgrade to Windows windows 8.1 8.1 Preview and lost all the software pre-loaded HP

    Hello, I lost all the pre-loaded software that came with my HP Envy m6-1231ea which includes beats audio, AMD CCC for my graphics switchable, software Cyberlink etc. Also, I can't do the thing that scans my finger so I can connect to my laptop without using my password, is there anyway you can help the user?

    Latest version of the software SimplePass (by fingerprint) is here:

    http://ftp.HP.com/pub/SoftPaq/sp63001-63500/sp63224.exe

  • Just installed windows 7 on a hpp6130y that I bought in August came with free Windows 7 upgrade after installation I lost microsoft works and other software that has been pre loaded on pc.

    Just installed windows 7 on a hpp6130y that I bought in August came with free Windows 7 upgrade after installation I lost microsoft works and other software that has been pre loaded on pc.

    How your post is related to Windows Update (compared to the Windows upgrade)?

    Contact HP support.

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • HP Pavilion 15 laptop (15-p264: cannot install Windows 8.1 (W8.1 pre-loaded) regular updates)

    I bought a new laptop HP Pavilion 15 (product number: LOE38EA #ABU) a few months as a backup to my desktop PC.  It works fine except that it won't install the usual Windows 8.1 updates (Windows 8.1 has been pre-loaded).

    It downloads OK but when I restart it installation I get the message 'fail updated widows configuration', and he comes back the changes.

    I thought that it might be due to the fact that I loaded a few old Windows XP software (which will actually OK) and so I uninstalled everything, but that didn't solve the problem.

    The only other thing I've done is to replace the protection installed with Norton antivirus software that I use on my desktop.

    The list of the 'updates' that I can not install works now at 31.

    Any ideas?

    Thank you

    Hello

    Please try one or two on the list. If ok, split the list to a few lots, do not combine them into one time.

    Kind regards.

  • Clean boot let B1-710 acer operating system and applications pre-loaded on Tablet?

    Tablet Acer leave B1-710 boot operating system and applications pre-loaded on tablet. It erases only my information and apps that I put on the tablet.

    http://Acer--UK.custhelp.com/app/answers/detail/A_ID/29892/~/Acer-Iconia-B1-A71-and-B1-710-factory-d...

    a factory data reset will return the tablet to factory default with the last OS update; so plant apps only, all your data and applications will be deleted.

  • Music pre-loaded...?

    So I just picked up a brand new clip of 4 GB. Great little player; works like a charm with my Mac.

    However. After charging, add music and then installing the latest firmware, I find that the Clip contains a handful of songs by artists who are not in my collection. I can only conclude that they were initially on the player.

    Since there is no mention of music pre-loaded in the literature, I guess that's a Clip used, or possibly a refurb. It was sealed in plastic and seemed to be a device up, but I wouldn't rather than my new player is technically used, so I intend to return.

    This happened to someone else?

    The Clip contains 5 songs free; in fact all readers mp3 I met came with a few sample preloaded songs.

    I've listed the songs that came with my Clip (4 GB) in this thread: songs that came with the 2 gig clip.

  • Pre-loaded applications

    Is it possible to remove the pre-loaded applications (but not system applications) from the phone?  If so how can they be restored if necessary?  Is there a list of pre-loaded applications that can safely be deleted and then restored?

    For a list of the app without danger to remove check XDA however if they are not removed through the normal means, then they are considered system applications leaving two choices either root and uninstall them completely or use a program called Debloater to freeze making them invisible to the draw apps - for you restore can UN - gel or re - install from the store room or perform a system repair

  • I have Windows 7 Pro English pre-loaded factory! is it possible to change the language of the Interface in Arabic?

    I have Windows 7 Pro English pre-loaded factory! is it possible to change the language of the Interface in Arabic?

    Win 7 Pro Support switches language? or only win 7 Unltimate and Enterp?

    Original title: dass

    Business or ultimate edition

    http://Windows.Microsoft.com/en-GB/Windows/language-packs#lptabs=Win7

  • Is BlackBerry Smartphones there a way to transfer standard, pre-loaded, notifier sounds of my Curve 8900 to my lamp?

    Is it possible to transfer sounds standard, pre-loaded, notifying my old Curve 8900 to my new torch?  I am looking for Notifier_Greeter and Notifier_Lucid, in particular.

    I found the answer myself!  YES, there is, and it's the best way to do this that I've seen on any advice!  Download them all for free here: [link removed for administrative review] I saved the file to my PC for security reasons.  Then I sent the tones I want my BB, open the files, and they have installed on their own.  Wahoo!  I'm a happy camper!

  • Help to restore my pre loaded Windows 7 Home Basic

    I bought the SONY VAIO with windows 7 Home Basic pre loaded.

    The hard drive had to be replaced and the repairman charged ultima windows
    by mistake, instead of my real pre loaded windows Home Basic 7
    due to which I get 'NOT genuine software '.
    / Experts of the forum can help me please. Kindly give me detailed process since I am not an expert.
    Thanks in advance
    Ramesh Vasappanavara

    You will need create an all in one DVD and select Reinstall Windows 7 Home Basic Edition. The following article will show you how:

    For a DVD that contains all the flavors of 32-bit and a DVD that contains all the flavors of 64-bit Windows 7: Starter, Home Basic , Home Premium, Professional and Ultimate see here

  • Pre loaded software on laptop

    I have a new ProBook 5330 m which comes pre loaded with Excel Starter 2010. I loaded my own suite Microsoft Office 2007 which I would prefer to use. When you use default Office Excel Starter 2010 how can I change the default value to my Office 2007?

    Solved my problem, deleted pre loaded software and fixed all files that are opened with the wrong program.

    BH, I'm sure that you told me to do the same thing, thanks

  • Could not load Logmanager 'oracle.core.ojdl.logging.ODLLogManager' error when you start the administration server

    Hello

    I installed weblogic 12.1.2.0.0 with RHEL5.6.  After installation, I tried to set the class path in a file setDomainEnv.sh under base domain directory,

    POST_CLASSPATH="/prosun/jasper/jasperreports-3.6.0.jar:/prosun/jasper/commons-digester-1.7.jar:/prosun/jasper/log4j-1.2.15.jar:/prosun/jasper/org.apache.commons.beanutils_1.6.jar:/prosun/jasper/org.apache.commons.collections_3.1.jar:/prosun/jasper/org.apache.commons.logging_1.0.4.jar:/prosun/jasper/iText-2.1.0.jar:/prosun/jasper/groovy-all-1.5.5.jar"

    While I'm trying to start the server administrator, the server is not started and special suite is reported in nohup.out file.  Please help me solve this problem.

    The library above pots are required for our applications.

    Could not load Logmanager 'oracle.core.ojdl.logging.ODLLogManager '.

    java.lang.ClassNotFoundException: oracle.core.ojdl.logging.ODLLogManager

    java.lang.ClassNotFoundException: oracle.core.ojdl.logging.ODLLogManager

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:366)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:355)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:366)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:308)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:355)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at java.security.AccessController.doPrivileged (Native Method)

    to java.util.logging.LogManager$ 1.run(LogManager.java:186)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    to java.util.logging.LogManager. < clinit > (LogManager.java:176)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:308)

    at java.util.logging.Logger.getAnonymousLogger(Logger.java:483)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    at java.util.logging.Logger.getAnonymousLogger(Logger.java:452)

    to java.util.logging.LogManager$ 1.run(LogManager.java:186)

    at weblogic.kernel.KernelLogManager.createClientLogger(KernelLogManager.java:44)

    at java.security.AccessController.doPrivileged (Native Method)

    to weblogic.kernel.KernelLogManager.access$ 000 (KernelLogManager.java:17)
    to java.util.logging.LogManager. < clinit > (LogManager.java:176)


    to weblogic.kernel.KernelLogManager$ LoggerMaker. < clinit > (KernelLogManager.java:20)

    at java.util.logging.Logger.getAnonymousLogger(Logger.java:483)

    at weblogic.kernel.KernelLogManager.getLogger(KernelLogManager.java:26)

    at java.util.logging.Logger.getAnonymousLogger(Logger.java:452)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at weblogic.kernel.KernelLogManager.createClientLogger(KernelLogManager.java:44)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    to weblogic.kernel.KernelLogManager.access$ 000 (KernelLogManager.java:17)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    to weblogic.kernel.KernelLogManager$ LoggerMaker. < clinit > (KernelLogManager.java:20)
    at java.lang.reflect.Method.invoke(Method.java:601)

    at weblogic.kernel.KernelLogManager.getLogger(KernelLogManager.java:26)
    at weblogic.logging.MessageLogger.log(MessageLogger.java:96)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at weblogic.logging.MessageLogger.log(MessageLogger.java:111)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at weblogic.logging.WLMessageLogger.log(WLMessageLogger.java:52)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at weblogic.security.SecurityLogger.logDisallowingCryptoJDefaultJCEVerification(SecurityLogger.java:13444)


    at java.lang.reflect.Method.invoke(Method.java:601)

    at weblogic.security.utils.SecurityUtils.turnOffCryptoJDefaultJCEVerification(SecurityUtils.java:81)
    at weblogic.logging.MessageLogger.log(MessageLogger.java:96)

    in weblogic. Server.main (Server.java:70) at weblogic.logging.MessageLogger.log(MessageLogger.java:111)

    at weblogic.logging.WLMessageLogger.log(WLMessageLogger.java:52)

    Could not load Logmanager 'oracle.core.ojdl.logging.ODLLogManager '.

    java.lang.ClassNotFoundException: oracle.core.ojdl.logging.ODLLogManager

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:366)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:355)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:308)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)

    to java.util.logging.LogManager$ 1.run(LogManager.java:186)

    at java.security.AccessController.doPrivileged (Native Method)

    to java.util.logging.LogManager. < clinit > (LogManager.java:176)

    at java.util.logging.Logger.getAnonymousLogger(Logger.java:483)

    at java.util.logging.Logger.getAnonymousLogger(Logger.java:452)

    at weblogic.kernel.KernelLogManager.createClientLogger(KernelLogManager.java:44)

    to weblogic.kernel.KernelLogManager.access$ 000 (KernelLogManager.java:17)

    to weblogic.kernel.KernelLogManager$ LoggerMaker. < clinit > (KernelLogManager.java:20)

    at weblogic.kernel.KernelLogManager.getLogger(KernelLogManager.java:26)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    Kind regards

    Anand Krishnan

    Hello

    I did according to your suggestion and cant able to start the administration server.

    I tried to post the class path by adding '${POST_CLASSPATH} " as follows and the problem was solved.

    Thanks a lot for answering my query.

    POST_CLASSPATH="${POST_CLASSPATH}:/oracle/Middleware_1212/jasper/jasperreports-3.6.0.jar:/oracle/Middleware_1212/jasper/commons-digester-1.7.jar:/oracle/Middleware_1212/jasper/log4j-1.2.15.jar:/oracle/Middleware_1212/jasper/org.apache.commons.beanutils_1.6.jar:/oracle/Middleware_1212/jasper/org.apache.commons.collections_3.1.jar:/oracle/Middleware_1212/jasper/org.apache.commons.logging_1.0.4.jar:/oracle/Middleware_1212/jasper/iText-2.1.0.jar:/oracle/Middleware_1212/jasper/groovy-all-1.5.5.jar:/oracle/Middleware_1212/jasper/poi-3.2-FINAL-20081019.jar".

    Kind regards

    Anand Krishnan

Maybe you are looking for