Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by demigod

  1. demigod

    Oracle XDK Java 9.0.3.0.0 Production ERROR

    Hi all I am going through ORACLE by Example tutorials Deploying internet applications with the oracle XML database and the XML Developer kits. when i connect to the following link after starting OC4J http://lopez:8888/faqfea/index.xsql I get this nasty error has anyone come across this...
  2. demigod

    XML Register Schema

    thks Dima Sorted it out , read your previus post but could not understand what to do , the latter one did , so i did what u said and it worked . thanks for all your help Mike
  3. demigod

    XML Register Schema

    hi dima sorry for being a pain , I know defintely the directory 'c:\wkdir\fea\src\xml' exists on XP, so what do u suggest I do , if there anyway i can make it simpler. Mike
  4. demigod

    XML Register Schema

    Hi dima that statement worked fine old 1: CREATE DIRECTORY XMLDIR AS '&xmldir' new 1: CREATE DIRECTORY XMLDIR AS 'c:\wkdir\fea\src\xml' Directory created. Any ideas what i should try next Thks Mike
  5. demigod

    XML Register Schema

    dima Thanks for your reply, this is the setup i have got , oracle database on linux and the faq.xsd is on a xp box where i am running the client stuff from. could it be one of the reason why it can find the file! I will do what u say , try out the create directory statement first , will let...
  6. demigod

    XML Register Schema

    Hi there Sorry I did try that too without the directory path but it still failed, I have tried all sorts of things but the outcome is the same , could it be permissions on the file or directory. Thks Mike
  7. demigod

    XML Register Schema

    Hi Can some tell me whats the matter with the following regsiter schema code , I have been stuck on it for days Register XML Schema... old 2: dbms_xmlschema.registerSchema('&schema_url',FileToClob('C:\wkdir\fea\src\xml\faq.xsd'), new 2...

Part and Inventory Search

Back
Top