DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 17

Thread: case sensitive oracle database

Threaded View

  1. #6
    Join Date
    May 2002
    Posts
    2,645
    Here I am taking about the table names, column names and all the database objects only, I am not talking about the data.
    Originally posted by akhadar
    I don't think it really matters
    See below TNSNAMES.ORA file

    TEST.CRB.SE.COM.SA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = SRV_HDQ_DB1)(PORT = 1521))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = rict)
    )
    )
    Even though i Created the database as RICT still i can able to use the lowercase.Also from the user point of view as it depends on the connecting string not the SID.
    The file tnsnames.ora does not have anything to do with this question.
    Last edited by stecal; 08-31-2003 at 03:05 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width