Output file cdcddl.sql exists do you want to delete it ? (Y/N) : > y
(Isikan Y jika mesej di atas keluar) ********************************************************************** * CASE*Dictionary Utilities - DDL Command Generator * * - Use '%' and '_' wild cards for string searches on objects * e.g %DEM, %, DEM_RT% etc ********************************************************************** Enter Application System Name (. to stop) : TRY >
(Isi nama applikasi atau tekan [RETURN] jika TRY merupakan nama applikasi anda. Tekan . (dot) untuk batalkan proses ini)
Enter Version number : 1 >
(Tekan [RETURN])
Enter Database type (ORACLE/DB2) : ORACLE > (Tekan [RETURN])
Enter Database Object type (? help/. end) : > t
(Isi T untuk Table)
Enter Object Name (. to end) : > %
(Isi % untuk semua table)
Enter Database Object type (? help/. end) : > .
(Isi . (dot) untuk akhiri objek jenis table)
Do you want comments inserted for columns (Y/N) : N > (Tekan [RETURN])
Do you want constraints created for tables (Y/N) : N > (Tekan [RETURN])
Input session complete. Do you want verification (Y/N) : Y > (Tekan [RETURN])
For application TRY version 1 the following CREATE objects were chosen:
TABLE
-------------------------------------------------------------------------------- Creating Table REGISTRATIONS CREATE TABLE registrations( * ERROR at line 1: ORA-00955: name is already used by an existing object Comment created. Creating Table SEMESTER_RECORDS CREATE TABLE semester_records( * ERROR at line 1: ORA-00955: name is already used by an existing object Comment created. Creating Table STUDENTS CREATE TABLE students( * ERROR at line 1: ORA-00955: name is already used by an existing object Comment created. Creating Table SUBJECTS CREATE TABLE subjects( * ERROR at line 1: ORA-00955: name is already used by an existing object Comment created. --------------------------------------------------------------------------------
![]() |
Copyright © 1995-1999 Fz Sdc nsr@melayu.com http://www.melayu.com/nsr |