× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
ivangron reported 2017-03-28T19:03:27Z  · tariqrahiman last modified 2017-03-31T04:25:41Z

Oracle -> Scripting of indexes missing indextype clause


customer request
Priority Low
Complexity Unknown
Component DB - Oracle
Version 18.0

  In oracle if we create an table with an index that has an indextype clause, scripting the index objects is missing the indextype clause.

Example:

CREATE TABLE "DB_LEFT"."TBL01" ("A" NUMBER(15,5) PRIMARY KEY NOT NULL , "B" VARCHAR(250) NULL)
GO
CREATE INDEX "DB_LEFT"."IDX_TBL01" ON "DB_LEFT"."TBL01" ("B") INDEXTYPE IS ctxsys.context parameters ('DATASTORE CTXSYS.DEFAULT_DATASTORE')
GO

when scripted the INDEXTYPE is ctxsys.context  & parameters is missing

1 attachment

Issue #15106

Closed
Fixed
Resolved 2017-03-28T21:01:59Z
 
 
Completion
No due date
Fixed Build v18.0.6-2, v19.0.0-dev-9
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017