Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE:Buffer use under Oracle
Hi,
can u send the output of following query...
after that tryt to explain ... your Q?
select rpad(a.index_name,30),rpad(a.column_name,30), b.NULLABLE ,
rpad(a.column_position,5)
from all_ind_columns a, all_tab_columns b
where a.table_name like upper('&tab') and
a.table_name=b.table_name and
a.column_name=b.column_name
order by 1,4;
Cheers,
Manoj Kumar Jha
We believe this email to be virus free but do not warrant that this is the case and we will not accept liability for any losses arising from any virus being transmitted unintentionally by us.
We reserve the right to monitor all E-mail communications through our network
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlReceived on Wed May 12 2004 - 07:26:38 CDT
-----------------------------------------------------------------
![]() |
![]() |