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...
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
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
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
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.