Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: create table issue

RE: create table issue

From: Johnson, George <GJohnson_at_GAM.COM>
Date: Tue, 28 Jun 2005 14:08:24 +0100
Message-ID: <ECD91EB68018C04CA1B6801EE47A910F3A3684A7@ntas-ldn15.gam.com>

            Oh heavens, that seems like a very dangerous route to follow! IMHO key words are "sacred" and should always be avoided for the sanity of future developers and maintainers!

            As you are using quotes, the standard dictionary views might accept the names as quoted strings and give the meta-data back on request, although I'm sure Oracle corp would not support that kind of thing. They may not be able guarantee that the DD will give the meta-data back, even if you can get it into the DD in the first place.  

            ----Original Message-----
From: Onkar N Tiwary [mailto:onkarnath.tiwary_at_gmail.com] Sent: 28 Jun 2005 13:50
To: oracle-l_at_freelists.org
Subject: create table issue

Hi gurus,  

Normally oracle says we can not create tables using the keywords but when one issues CREATE TABLE "INSERT" (col datatype);", it gets created. It can always be referenced and other tasks can be done easily on the table but the table name must always be in double quotes. My question is how oracle identifies these tables and where does makes the entry of such tables for regonising? If I don know about this double quotes and the table has been created using double quotes then how to find such objects and from where?????

-- 
Thanks & Regards,
T. Onkar Nath
Ph : +91-9826728111(Cell)
       to_onkar_at_yahoo.com <mailto:to_onkar_at_yahoo.com> 
       onkarnath.tiwary_at_gmail.com  <mailto:onkarnath.tiwary_at_gmail.com> 
 




****************************************************************************
This message contains confidential information and is intended only for the individual or entity named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as an invitation or offer to buy or sell any securities or related financial instruments. GAM operates in many jurisdictions and is regulated or licensed in those jurisdictions as required.
****************************************************************************
-- http://www.freelists.org/webpage/oracle-l
Received on Tue Jun 28 2005 - 09:13:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US