WL 6.1 and Configuring External Entity Resolution with XML Registry

I have an XML document that uses a DTD with an http:// URL (specifically, my configuration
file for Struts). It works fine if the machine on which WebLogic is running has
an internet connection, but doesn't work when that machine (for security reasons)
is not connected.
I found in the "Administering WebLogic server XML" document the "External Entity
Configuration Tasks" section which seemed that it would solve my problem by specifying
a local file when encountering an external entity. I followed the directions,
but it didn't seem to make a difference.
Am I interpreting the documentation correctly (and if so, would the XMLRegistry
section below do what I think it should do), or do I need to do something completely
different (i.e., modify the Struts code) to have it not look for the http-based
DTD?
Any help is appreciated.
;ted
The XMLRegistry section of the config.xml file:
<XMLRegistry Name="Struts">
<XMLEntitySpecRegistryEntry CacheTimeoutInterval="-1" EntityURI="file:c:/struts-config_1_1.dtd"
Name="XMLEntitySpecRegistryEntry-1003533562502" PublicId="-//Apache Software Foundation//DTD
Struts Configuration 1.1//EN" WhenToCache="cache-at-initialization" />
<XMLEntitySpecRegistryEntry EntityURI="file:c:/struts-config_1_1.dtd" Name="XMLEntitySpecRegistryEntry-1003525690002"
SystemId="http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd" />
</XMLRegistry>
A copy of the struts-config_1_1.dtd file is in the C:\ directory.

Firstly, ensure that your XML Registry is targeted at a server. I know that's stating the obvious but you never know.
Secondly the xml/registries/??? directory belongs in the config/domain directory and not one level higher in the applications directory.
I'm been experincing problems resolving to an XML Schema. Resolution to a DTD works fine. Let me know how you get along

Similar Messages

  • How To Install and Configure External Drivers for the JDBC & JMS Adapters

    Hello colleagues,
    Please I need a How To Install and Configure External Drivers for the JDBC & JMS Adapters version 7.10.
    VERSION 7.10.
    BBDD ORACLE - ojdbc14.jar
    Regards.

    Hi ,
    Uisng  Java Support Package Manager (JSPM) to deploy com.sap.aii.adapter.lib.sda file,
    refer this two links,the procedure available how to deploy using JSPM.
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/33/e6fb40f17af66fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/1f/c45b4211aac353e10000000a1550b0/frameset.htm
    Regards,
    Raj

  • How To Install and Configure External Drivers for JDBC & JMS Adapters"

    hello ,
    where can i download  this Guide "How To Install and Configure External Drivers for JDBC & JMS Adapters"?
    thanks
    best regards
    pietro greco

    Hi Eleonore Rosenthal, 
    Could you please check the below links:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/content.htm
    http://help.sap.com/saphelp_sm32/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/frameset.htm
    Regards,
    S.Manu.

  • How can I ignore external entity resolution ?

    Hi
    I need to parse and modify a standard xml file that contains a !doctype that points to an external URL. My code work fine when the system is connected to the network (able to connect to the external URL), but it will fail when the network connectivity is absent.
    How do I parse and tell the documentBuilder to ignore the external entity altogether ?
    Thanks

    Use an EntityResolver.

  • EXTERNAL Entity refrence creation (XML)

    Hi All
    I am creation the XML file using SAP XML DOM Libarary objects.
    My requirement is to create the EXTERNAL ENTITY file reference using DOCTYPE tag.
    For Example
    <;!DOCTYPE descriptSol [
    <;!ENTITY % references SYSTEM "P_899200_SD01_01.ref">;
    %references
    ]>
    I am using following method to create it
    lo_doc_type                 TYPE REF TO if_ixml_document_type,
    lo_entity_dec               TYPE REF TO if_ixml_entity_decl,
              CALL METHOD go_document->;create_document_type
                EXPORTING
                  name =  'descriptSol'
                RECEIVING
                  rval = lo_doc_type.
              CALL METHOD go_document-&gt;set_document_type
                EXPORTING
                  document_type = lo_doc_type.
              CALL METHOD lo_doc_type->create_ext_entity_decl
                EXPORTING
                  is_parameter_entity = 'X'
                  name                = 'references'
                  notation            = ''
                  public_id           = ''
                  system_id           = 'P_899200_SD01_01.ref'
                RECEIVING
                  rval                = lo_entity_dec
              CALL METHOD lo_doc_type->append_child
                EXPORTING
                  new_child = lo_entity_dec
                RECEIVING
                  rval      = lw_rval.
    The Above code is working and creating following tag
    <;!DOCTYPE descriptSol [
    <!ENTITY % references SYSTEM "P_899200_SD01_01.ref">;
    ]>;
    So % references at end of declaration is missing.
    This type of entity is called as "EXTERNAL (PARSED) PARAMETER ENTITY Declaration".
    Give your suggestions that whether i am using right method to created EXternal entity reference.
    Thanks in advance
    Sukhjinder Singh

    Oracle XML Team wrote:
    : Jie (guest) wrote:
    : : I added an external entity in sample file class.xml
    : : <!ENTITY SYSTEM class2 "class2.xml">
    : : &class2;
    : : Then I created a file class2.xml in the same directory and
    run
    : : the program
    : : java SAXSample class.xml
    : : I got the following error messages at the end of the output
    : : ResolveEntity: null file:/D:/oxml/sample/class2.xml
    : : Locator:null file:/D:/oxml/sample/class1.xml 24 9
    : : Fatal error
    : : Expected encoding instead of ?>
    : : Did I do something wrong?
    : : Thanks,
    : : Jie
    : What parse method are you using? Also the correct syntax should
    : be:
    : <!ENTITY class2 SYSTEM "class2.xml">.
    : Oracle XML Team
    : http://technet.oracle.com
    : Oracle Technology Network
    Sorry for my typo. I did use the correct syntax in my example
    file. I didn't write any code. I just try to use the example
    program "SAXSample" you provide in the sample directory, that is,
    I was trying to use SAX API to parse a file which contains an
    external entity.
    null

  • XSLT and generated text using InDesign with xml

    I have recently switched from Framemaker to InDesign and am still getting to grips with the differences so apologies if this is a very basic query.
    Framemaker was used to format sgml tagged text. You could specify that a particular tag generated a prefix or suffix. You could also specify that the tag should generate the prefix or suffix only under certain circumstances (context rules). The prefixes and suffixes I need to apply are things like open and closing brackets, commas, full stops, and sometimes a bit of text.
    I am told that this can be done with XSLT. There are whole libraries of books on XSLT out there and not knowing anything about the subject I really don't know where to start. Does anyone out there who uses InDesign with xml and XSLT have any tips about where to find useful information on the subject?
    Thanks in advance for any help on the subject.
    Steven

    Yeah, we use to have such feature wayback then. Indesign package into GoLive.  Kindly look through the idea section and vote massively for this idea.

  • How to install and configure external drivers for JDBC and JMS adapters

    Hi,
    In that thread: [JDBC Driver for Progress Database;,  N V Seshagiri gave a link to a "How to" guide that is not available now... can anybody send me the .pdf file?
    I'm trying to install a JDBC driver (com.jnetdirect.jsql.JSQLDriver) with the visual administrator but I don't get it. I've found a lot of threads about that but I didn't get results

    Hi,
    Check out note 1138877 if on PI 7.1
    For PI 7.0 check https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60237e74-ef19-2b10-5a9b-b35cc6a28e83
    The "old" how to guide is available here: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f
    Best Regards,
    Daniel

  • Poor external screen resolution with macbook pro retina

    Hi guys, pretty frustrated but i hop you can help
    i have a mid 2013 macbook pro retina 15inch. i've downgraded in screen size from my imac 24inch. i purchased a 32inch lg smart tv to use as an external monitor but the resolution is horrific. i thought i could get myself a lot of screen retail space but it only seems to run in 1080p and everything is far to large and blurry. i'm connecting using HDMI. i've tried different colour profiles, i have tried using this script in terminal that i found to turn on font smoothing for all monitors but it doesn't work
    defaults -currentHost write -globalDomain AppleFontSmoothing -int 3
    any one know what i can do? i'm truly gutted atm

    Something that's running on your machine (or something that's connected to it) is preventing it from sleeping when you close its built-in display. It should sleep and stay asleep as soon as that display is closed, unless you are running it in clamshell mode:
    http://support.apple.com/kb/HT3131
    Does the computer sleep properly when you close its display if the external monitor is not connected to it? Does the monitor have a USB cable that connects to the computer, in addition to its video cable?

  • Possible to install and configure adobe media server with existing apache

    Hi All,
    I am wondering if you know whether or not there would be an issue installing AMS Pro on a server that is already running a Moodle installation (2.4) with Apache 2.2?
    If I opt to install AMS without installing apache, can I manually configure the exiting apache to enable iOS support, etc?
    Any information is most appreciated!
    Cheers,
    G

    You better post this question in the correct forum: Adobe Media Server maybe the moderator can move it.

  • How to include new driver and configure datasource in NW 7.0

    Hi,
    I have deployed my application in the app server and now i need to add the ms sql drivers to the application server and configure datasource to it.
    Can any one help me to configure the datsource in Nw 7.0 and also how to add the driver files tp app server..?
    thanks in advance
    jayakumar

    Hi,
    Follow these links:
    How To Install and Configure External Drivers for the JDBC & JMS
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f
    http://saphelp.border-states.com/EN/b3/cc633c3a892251e10000000a114084/content.htm
    http://www.sapag.co.in/JDBC%20Adapter-Type2JDBCDriver%20Deployment.html
    Regards,
    Nithiyanandam
    Reward points

  • Can time machine back up an imac and an external hard drive?

    I currently back up my imac via time machine but to reduce space on my hard drive I want to move my itunes library onto an external hard drive. If i do this can time machine still back up my imac and the external hard drive with the itunes library on automatically?
    Regards
    Toekoms

    toekoms wrote:
    I currently back up my imac via time machine but to reduce space on my hard drive I want to move my itunes library onto an external hard drive. If i do this can time machine still back up my imac and the external hard drive with the itunes library on automatically?
    yes, given enough space on the destination drive (your library may grow over time). also, the drive needs to be connected directly to your Mac.
    you might want to make sure the drive is not excluded from TM backups by checking in system preferences > time machine > options.
    also, as for moving your iTunes library, see this read for tips/instructions.
    JGG
    edited by the Jolly Green Giant (where Green stands for environmentally friendly)

  • How to install and configure Exchange Server 2010 DR (disaster recovery) on Windows server 2012.

    We need to install and configure Exchange Server 2010 with DR(disaster recovery on Server 2012.
    Pls suggest step by step.
    Pankaj Kumar

    Hi,
    Here is an article which may help you for your reference.
    Deploying High Availability and Site Resilience
    https://technet.microsoft.com/en-us/library/dd638129(v=exchg.141).aspx
    Besides, there is a related thread here.
    https://social.technet.microsoft.com/Forums/exchange/en-US/577c9433-a20b-442e-8ce7-be59aea35855/preparation-for-deploying-exchange-2010-servers-at-remote-site-dr-site?forum=exchangesvrdeploylegacy
    Hope this is helpful to you.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • Weblogic XML Registry and Entity Resolution

    Hi,
    I have configure Weblogic XML Registry as described in
    http://e-docs.bea.com/wls/docs81/ConsoleHelp/xml.html. I have a directory
    where my dtds reside (%WLDOMAIN%/xml/registries/MyRegistry/). I using JAXP
    (the BEA recommended API which should automatically make use of the registry
    for entity resolution). But somehow it seems that it is looking in the root
    of the weblogic domain for the entities and not in the registry entities
    directory.
    A sample doctype in one of my doc looks like <!DOCTYPE substance_id PUBLIC
    "-//CAS//DTD substance_id//EN" "substance_id.dtd">
    The registry is configured as follows
    Public ID System ID
    Entity URI When To Cache Cache Timeout Interval
    ============================================================================
    ===============
    -//CAS//ENTITY CMD Defined Entities//EN CMSents.dtd CMSents.dtd
    defer-to-registry-setting -1
    -//CAS//DTD control//EN control.dtd
    control.dtd defer-to-registry-setting -1
    -//CAS//DTD substance_id//EN substance_id.dtd
    substance_id.dtd defer-to-registry-setting -1
    Below is the exception from the server log. Any help would be greatly
    appreaciated.
    ####<Dec 12, 2003 11:09:32 AM EST> <Debug> <org.cas.felix.util.XML>
    <PC81227> <myserver> <ExecuteThread: '13' for queue:
    'weblogic.kernel.Default'> <<anonymous>> <BEA1-0009897C74118C32D0F4>
    <000000> <exception parsing document <?xml version="1.0"?>
    <!DOCTYPE substance_id PUBLIC "-//CAS//DTD substance_id//EN"
    "substance_id.dt ... (4869)
    java.io.FileNotFoundException: D:\wls_domains\felix\substance_id.dtd (The
    system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:103)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at
    sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:6
    9)
    at
    sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection
    .java:156)
    at java.net.URL.openStream(URL.java:960)
    at
    weblogic.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.ja
    va:836)
    at
    weblogic.apache.xerces.impl.XMLEntityManager.startDTDEntity(XMLEntityManager
    .java:796)
    at
    weblogic.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerIm
    pl.java:275)
    at
    weblogic.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XM
    LDocumentScannerImpl.java:841)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLD
    ocumentFragmentScannerImpl.java:329)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:
    525)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:
    581)
    at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at
    weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.jav
    a:1175)
    at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:135)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:138)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
    at org.cas.felix.util.XML.validate(XML.java:88)
    at org.cas.felix.util.XML.validate(XML.java:69)
    at org.cas.felix.si.master.MasterDocument.<init>(MasterDocument.java:94)
    at org.cas.felix.si.master.MasterDocument.<init>(MasterDocument.java:139)
    at
    org.cas.felix.si.j2ee.processing.FelixSIProcessorBean.processRecord(Unknown
    Source)
    at org.cas.felix.si.j2ee.processing.FelixSIProcessorBean.onMessage(Unknown
    Source)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:374)
    at
    weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:30
    8)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:273)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2550)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2470)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)

    Hi Brian,
    In your config.xml, in the <XMLRegistry> section, what does the
    EntityURI look like? I believe it should be a relative entry, something
    like %WLDOMAIN%/xml/registries/MyRegistry
    If this is not the issue, I would encourage you to provide this
    information with your config.xml to our outstanding support team to
    resolve this issue.
    Thanks,
    Bruce
    Brian Sam-Bodden wrote:
    >
    Hi,
    I have configure Weblogic XML Registry as described in
    http://e-docs.bea.com/wls/docs81/ConsoleHelp/xml.html. I have a directory
    where my dtds reside (%WLDOMAIN%/xml/registries/MyRegistry/). I using JAXP
    (the BEA recommended API which should automatically make use of the registry
    for entity resolution). But somehow it seems that it is looking in the root
    of the weblogic domain for the entities and not in the registry entities
    directory.
    A sample doctype in one of my doc looks like <!DOCTYPE substance_id PUBLIC
    "-//CAS//DTD substance_id//EN" "substance_id.dtd">
    The registry is configured as follows
    Public ID System ID
    Entity URI When To Cache Cache Timeout Interval
    ============================================================================
    ===============
    -//CAS//ENTITY CMD Defined Entities//EN CMSents.dtd CMSents.dtd
    defer-to-registry-setting -1
    -//CAS//DTD control//EN control.dtd
    control.dtd defer-to-registry-setting -1
    -//CAS//DTD substance_id//EN substance_id.dtd
    substance_id.dtd defer-to-registry-setting -1
    Below is the exception from the server log. Any help would be greatly
    appreaciated.
    ####<Dec 12, 2003 11:09:32 AM EST> <Debug> <org.cas.felix.util.XML>
    <PC81227> <myserver> <ExecuteThread: '13' for queue:
    'weblogic.kernel.Default'> <<anonymous>> <BEA1-0009897C74118C32D0F4>
    <000000> <exception parsing document <?xml version="1.0"?>
    <!DOCTYPE substance_id PUBLIC "-//CAS//DTD substance_id//EN"
    "substance_id.dt ... (4869)
    java.io.FileNotFoundException: D:\wls_domains\felix\substance_id.dtd (The
    system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:103)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at
    sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:6
    9)
    at
    sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection
    .java:156)
    at java.net.URL.openStream(URL.java:960)
    at
    weblogic.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntityManager.ja
    va:836)
    at
    weblogic.apache.xerces.impl.XMLEntityManager.startDTDEntity(XMLEntityManager
    .java:796)
    at
    weblogic.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerIm
    pl.java:275)
    at
    weblogic.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XM
    LDocumentScannerImpl.java:841)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLD
    ocumentFragmentScannerImpl.java:329)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:
    525)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:
    581)
    at weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at
    weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.jav
    a:1175)
    at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogicXMLReader.java:135)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:138)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:143)
    at org.cas.felix.util.XML.validate(XML.java:88)
    at org.cas.felix.util.XML.validate(XML.java:69)
    at org.cas.felix.si.master.MasterDocument.<init>(MasterDocument.java:94)
    at org.cas.felix.si.master.MasterDocument.<init>(MasterDocument.java:139)
    at
    org.cas.felix.si.j2ee.processing.FelixSIProcessorBean.processRecord(Unknown
    Source)
    at org.cas.felix.si.j2ee.processing.FelixSIProcessorBean.onMessage(Unknown
    Source)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:374)
    at
    weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:30
    8)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:273)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2550)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2470)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)

  • T60 and maximum external resolution?

    Hi,
    I have a T60 (Intel 945GM chipset) at work and considering a large widescreen monitor (Dell U2410, 24", 1920x1200, 16:10 format). Does this laptop support an "external" resolution of 1920 x 1200 (using a port replicator with DVI throughput)?
    Thanks in advance
    Brian Madsen
    Solved!
    Go to Solution.

    brisen wrote:
    I'm using the ThinkPad Advanced Mini-Dock, and it seems like this dock and the T60 actually supports an external digital resolution of up to 2560 x 1600 with the discrete Intel GFX.
    Found the facts on these links.
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-61297
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-72148
    Regards
    Brian Madsen
    T60 only had the X1300 or X1400 ATI GPU, the intel gpu is an integrated unit. 
    The intel gpu doesn't support dual link dvi output, so which means you are limited to a maximum of WUXGA from the dvi port. T60p can support the WQXGA resolution through the dock. 
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • XMLType and External Entity Resolving

    When I try to insert an XML Document like
    my table "xmltest" have only one column from type XMLType.
    insert into xmltest(xmlType('<?xml version="1.0" encodeing="ISO-8859-1"?>
    <!DOCTYPE test PUBLIC "/home/oracle/test.dtd"><test>&amp;auml;</test>'));
    i become an Error
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00226: entity "auml" is not declared
    Error at line 2
    ORA-06512: at "SYS.XMLTYPE", line 0
    ORA-06512: at line 1
    my question is
    is it possible to declare external Entity references in a DTD File, and how i can bind the xmldata to that DTD File
    i dont want to put the Entity Declaration into the xmlDocument (as inline DTD)
    kind regards
    jan

    Yes,
    outside from XML DB i can parse the file,
    it parse also with PL/SQL
    but there, the DTD is under an apache URL (http://apachehost/dtd/test.dtd) and dont need Authentification.
    in this conjunction the DTD is under "http://testhost:8080/public/test.dtd" and need Authentication and also i think that the XmlType parsing failed.
    I have try´d out to Access the DTD with
    select xdburitype('http://testhost:8080/public/test.dtd').getClob() from dual;
    i get an error with Access Denied
    with
    select utl_http.request('http://testhost:8080/public/test.dtd').getClob() from dual;
    i get the File
    The test.dtd was placed with Windows OS over the WebDav function. The file can be accessed from outside the XML DB with Authentication
    My Question are
    - must this resource explicit registered in the XML DB
    - can this happends on other things
    - how i can set the Accessability from the resource
    for additional
    i have the Oracle 9i Enterprise Edition Release 9.2.0.1.0 (Downloaded from website)
    with SuSe Linux 9.0

Maybe you are looking for