Hi,
Example
1)col table_name heading "Table|Name"
col column_name heading "Column|Name" format a25
select table_name,column_name from all_tab_columns
where rownum<11;
Example
2)column count format 99999999 heading "No. of|Rows"
select count(*) "count" from user_tables;
above two statements are having sqlplus command and sql command , These sqlplus and sql command i will pass through the TextArea to the Next Page , Next Page Having
JDBC program it has to give result of these command ,How to code using
java .