Topic: SQL*Plus and PL/SQL >> Reading file from Client using pl/sql
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Reading file from Client using pl/sql |
| kumar |
Posted: Mar 27, 2007 03:41:49 AM |
Total Post: 9
Joined: Jul, 2006
|
I want to read a text file through pl/sql and which is available in client machine.UTL_FILE package supports only server side.And I have seen that TEXT_IO package used to read the client side files.But pl/sql could not find the TEXT_IO package.
Is there any way to do the same?
Thanks in Advance. |
|
|
snehalatha |
| Posted: Mar 27, 2007 06:42:41 AM | |
|
Total Post: 169
Joined: Apr, 2006
|
TEXT_IO package can be used when you develop the forms. this package mainly used in FORMS.
PL/SQL supports only UTL_FILE concept. Use the File transfer method copying from client to Server and use the PL/SQL UTIL.
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 334 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|