home *** CD-ROM | disk | FTP | other *** search
-
-
- #Verifying SQL*Forms30 ...
-
-
- #########################################
-
- Checking for the presence of all files in DIST list (silent if all
- present) ...
-
-
-
- ###################################################################
-
- Checking to see if SQL*Forms executable is properly linked to its
- other identities (silent if links are all in place)...
-
-
- sqlforms30 is not linked to iac30
- sqlforms30 is not linked to iad30
- sqlforms30 is not linked to iag30
- sqlforms30 is not linked to design30
- sqlforms30 is not linked to convert30
- sqlforms30 is not linked to generate30
- runform30 is not linked to iap30
-
- ###################################################################
-
- Checking banners of Convert, Generate, and Runform...
-
-
- SQL*Forms Run Form: Version 3.0.14.0.2 Production on Sat Dec 15 06:23:11 1990
- Using Object*SQL Version 01.00.16.00.02 (Production)
- Using PL/SQL Version 01.00.30.00.01 (Production)
-
- ###################################################################
-
- Checking for creation of tables, synonyms, and indexes:
-
- Tables - form_app, form_blk, form_fld, form_trigger, form_trg, form_sqltxt,
- form_page, form_map, form_comment, form_reference, form_procedurej
- Synonyms - form_app, form_blk, form_fld, forms_page, form_map, form_sqltxt,
- form_trg, form_trigger, form_comment, form_reference,
- form_procedure
- Indexes - iform_app, iform_appnam, iform_blk, iform_fld, iform_trg,
- iform_trigger, iform_sqltxt, iform_page, iform_map, iform_comment,
- iform_reference, iform_procedure
-
- (all should be found)...
-
-
- SQL> select table_name from all_tables
- 2 where table_name like 'FORM_%';
-
- no records selected
-
- SQL> select synonym_name, table_name from all_synonyms
- 2 where synonym_name like 'FORM_%';
-
- no records selected
-
- SQL> select index_name, table_name from all_indexes
- 2 where index_name like 'IFORM_%';
-
- no records selected
-
- SQL> select index_name, table_name, column_name from all_ind_columns
- 2 where index_name like 'IFORM_%';
-
- no records selected
-
- SQL> exit;
-
- ###################################################################
-
- Checking existence of IAPXTB table for scott/tiger...
-
-
- SQL> describe iapxtb;
- ERROR:
- ORA-00942: table or view does not exist
-
-
- SQL> exit;
-
- ###################################################################
-
- Making sure that user exits link...
-
-
- Make: Don't know how to make sqlforms30x. Stop.
- User exit link test FAILED.
-
- ###################################################################
-
- Testing Insert Option of SQL*Forms Convert (silent if passed)...
-
-
- SQL*Forms Convert - Application Insertion Verification Failed
-
- Testing Delete Option of SQL*Forms Convert (silent if passed)...
-
-
- SQL*Forms Convert - Application Deletion Verification Failed
-
- ###################################################################
-
-
- Testing basic execution of SQL*Forms Generate (silent if passed)...
-
-
- SQL*Forms Generate - Execution Verification Failed
-
- ###################################################################
-
- Checking f30demobld for scott/tiger (all tables should be found)...
-
-
- SQL> describe scott.ord;
- Name Null? Type
- ------------------------------- -------- ----
- ORDID NOT NULL NUMBER(4)
- ORDERDATE DATE
- COMMPLAN CHAR(1)
- CUSTID NOT NULL NUMBER(6)
- SHIPDATE DATE
- TOTAL NUMBER(8,2)
-
- SQL> describe scott.item;
- Name Null? Type
- ------------------------------- -------- ----
- ORDID NOT NULL NUMBER(4)
- ITEMID NOT NULL NUMBER(4)
- PRODID NUMBER(6)
- ACTUALPRICE NUMBER(8,2)
- QTY NUMBER(8)
- ITEMTOT NUMBER(8,2)
-
- SQL> describe scott.price;
- Name Null? Type
- ------------------------------- -------- ----
- PRODID NOT NULL NUMBER(6)
- STDPRICE NUMBER(8,2)
- MINPRICE NUMBER(8,2)
- STARTDATE DATE
- ENDDATE DATE
-
- SQL> describe scott.product;
- Name Null? Type
- ------------------------------- -------- ----
- PRODID NUMBER(6)
- DESCRIP CHAR(30)
-
- SQL> describe scott.customer;
- Name Null? Type
- ------------------------------- -------- ----
- CUSTID NOT NULL NUMBER(6)
- NAME CHAR(45)
- ADDRESS CHAR(40)
- CITY CHAR(30)
- STATE CHAR(2)
- ZIP CHAR(9)
- AREA NUMBER(3)
- PHONE CHAR(9)
- REPID NOT NULL NUMBER(4)
- CREDITLIMIT NUMBER(9,2)
- COMMENTS LONG
-
- SQL> exit;
-
- ###################################################################
-
- Checking f30demodrop for scott/tiger (no tables should be found)...
-
-
- SQL> select table_name from user_tables
- 2 where table_name = 'ORD'
- 3 or table_name = 'ITEM'
- 4 or table_name = 'PRICE'
- 5 or table_name = 'PRODUCT'
- 6 or table_name = 'SEQ';
-
- no records selected
-
- SQL> exit;
-
- ####### Forms30.Verify Done #######
-
-