Sorry about the syntax errors. I'm a novice when it comes to PL/SQL but I'll try to take a crack at writing the algorithm but could you provide some resources on how to remove punctuation and separating out/parsing all words. As far as "Golbet" I unintentionally misspelled it should be...
Thanks for your help. Now I just need to match up "Beautiful Wonder" in the smc_book file with "Wonder, Beautiful" in the arc_book table even though the title and publisher data is not exact.
Thanks for the informative reply. I think i'll go with external tables. After reading the link you provided and cutting and pasting heres what I came up with.
CREATE TABLE EXT_SMC_BOOK
(
smc_id number(5),
smc_title varchar2(80),
smc_publisher varchar2(80)...
Thanks for the informative reply. I think i'll go with external tables. After reading the link you provided and cutting and pasting heres what I came up with.
CREATE TABLE EXT_SMC_BOOK
(
arc_id number(5),
arc_title varchar2(80),
arc_publisher varchar2(80)...
I have the following table in oracle 9i:
arc_book
----------------------------------------------------------------------------------------------
arc_id, arc_title, arc_publisher, arc_release_date
And a tab delimited file called smc_book. Here is how the smc_book tab delimited file looks like...
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.