Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KODAKALLA
  • Order by date
  1. KODAKALLA

    Having trouble creating procedure.

    Pl/sql works on early binding,means the objects refererences and the privileges will be checked at compiled time. Hence if your program has to compile without errors,the tables which you are creating in the pl/sql block should exists, but until unless it runs, the table doesnot exists...
  2. KODAKALLA

    How to transform Oracle tables into files.

    Hai, As per my knowledge, you cannot use export.EXPORT AND IMPORT output cannot be readable by us i believe. Export can only understand import data and vice versa. If your output file contains only few rows, then you can very well spool the file in the sqlplus prompt Like the one mentioned...

Part and Inventory Search

Back
Top