Hello all,
I have created a new Oracle 9.2.0.5 database and am going through
wizard and found something quirky. It found all tables (22 total) and
primary keys except for one table it did not find the primary key.
This is on the "import tables and build forms" page.
Here is the DDL showing the primary key.
CREATE TABLE "SVRTRAK"."SVR_SUP_ALIAS" ("SN" VARCHAR2(100 byte)
NOT NULL, "ALIAS" VARCHAR2(100 byte) NOT NULL, "ALIAS_ID"
NUMBER(10) NOT NULL,
CONSTRAINT "FK_SVR_SUP_ALIAS" FOREIGN KEY("SN")
REFERENCES "SVRTRAK"."SVR_GENERAL"("SN"),
CONSTRAINT "PK_SVR_SUP_ALIAS" PRIMARY KEY("ALIAS_ID"))
TABLESPACE "USERS" PCTFREE 10 PCTUSED 0 INITRANS 1 MAXTRANS
255
STORAGE ( INITIAL 64K NEXT 0K MINEXTENTS 1 MAXEXTENTS
2147483645 PCTINCREASE 0)
LOGGING
ANy thoughts or suggestions? I tried going through the wizard again
but it was still not found.
--
Tim Blankenship
[EMAIL PROTECTED]
**********************************************************************
You can subscribe to and unsubscribe from lists, and you can change
your subscriptions between normal and digest modes here:
http://www.productivityenhancement.com/support/DiscussionListsForm.cfm
**********************************************************************