Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Db_block_size
Hi Umesh...
SQL> create table x(y varchar2(20));
Table created.
SQL> comment on table x is 'it is test';
Comment created.
SQL> comment on column x.y is 'it is a test column';
Comment created.
SQL> select * from all_tab_comments where 2 table_name='X';
OWNER TABLE_NAME TABLE_TYPECOMMENTS
------------------------------ ------------------------------ -----------
LOGOS X TABLEit is test
SQL> select * from all_col_comments where
column_name='Y' and table_name='X'
SQL>
OWNER TABLE_NAMECOLUMN_NAME
------------------------------ ------------------------------
LOGOS X
Hope it helps
Thanks
Vidya
From: "Gopal , Umesh" <ugopal_at_proxicom.com>
Reply-To: ORACLE-L_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Subject: RE: Db_block_size
Date: Thu, 08 Jun 2000 09:58:57 -0800
Can anyone please tell me how to add and view comments to a table ??
Thanks
Umesh
-- Author: Gopal , Umesh INET: ugopal_at_proxicom.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing ListsReceived on Thu Jun 08 2000 - 13:59:51 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). ________________________________________________________________________
![]() |
![]() |