XML Database (MOSC)

MOSC Banner

XML tables and XML views.

edited Jan 14, 2010 4:38AM in XML Database (MOSC) 2 commentsAnswered ✓
Hello:
I would like to get a table and actualze it everyday with the change of € and other moneys.
I know I'm doing something wrong but I don't know what it is.
This is I have done:
1. Create a table like this:
create table diruak (url URIType);
2. Insert data:
insert into diruak VALUES (HTTPURIType.createURI(http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml);
3. Read the data inserted.
select url.getClob() from diruak;
select url.getURL() from diruak;
4. After this I try to get data using EXTRACT and EXTRACTVALUE functions and I can't get anything.

Thanks in advance. bye

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center