Difference: OracleBasics (1 vs. 2)

Revision 223 May 2002 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="DatabaseTips"
Get a list of tables: select table_name from all_tables.
Line: 8 to 8
  JDBC connection URL format: jdbc:oracle:thin:@hostname:port:instance e.g. jdbc:oracle:thin:@poohpa:1521:CABOT.
Changed:
<
<
-- TobyCabot - 07 Dec 2001
>
>
init.ora parameters: http://otn.oracle.com/doc/server.815/a67790/ch1.htm

"Oracle views": http://otn.oracle.com/doc/server.815/a67790/ch1.htm

-- TobyCabot - 23 May 2002

Revision 107 Dec 2001 - TobyCabot

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="DatabaseTips"
Get a list of tables: select table_name from all_tables.

Get a table's structure: desc tablename.

Date format: '7-Dec-2001'.

JDBC connection URL format: jdbc:oracle:thin:@hostname:port:instance e.g. jdbc:oracle:thin:@poohpa:1521:CABOT.

-- TobyCabot - 07 Dec 2001

View topic | History: r8 < r7 < r6 < r5 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback