I need to store contents of a file to a database . Can I store each page in 
varchar2() data type column and every page detemined by a unique key (like 
account nmumber )

Page 1: account 001
..
..
Page 1: account 002
..
..


I do not know which language should be used with string capabilities : SQL 
or PL ?

I need to use a program the store pages in two columns : 
Account_no,Contents of page

Thks

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Oracle PL/SQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to oracle-plsql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to