× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
chandradipjain(*) reported 2014-03-07T06:58:44Z  · tariqrahiman last modified 2014-11-27T20:08:02Z

System generated column should not be included in Insert script generated by ADS.


customer request
Priority Major
Complexity Unknown
Component DB - Oracle
Version 15.0
Aqua Data Studio 15.0.0-dev-145
Build #: 36514
Built on: 2014-Mar-06 04:40:22 PM
OS Environment: Windows 8(x64 bit)
Database: Oracle 12C
 
Steps to reproduce:
1. Connect to Oracle 12c server,Go to schemas folder --> Select any schema 
2. Create Table in selected schema
   
   CREATE TABLE "C##TEST"."Employee"  ( 
    "ID"           NUMBER(15,5) NULL,
    "EName"       VARCHAR2(25) NULL,
    "Location"     VARCHAR2(25) NULL,
    "Salary"       NUMBER(15,5) NULL,
    )
   GO
 
3. Create Index in descending order on above table
   
   CREATE INDEX "C##TEST"."indxDSC"
    ON "C##TEST"."Employee"("Salary" DESC)
   GO
   
   "SYS_NC00005$" virtual column is also generated by the system in table.
4. Select and right click on above created table, Select Script Object to window as --> INSERT option
5. Below Insert script generated by ADS
   
   INSERT INTO "C##TEST"."Employee"("ID", "EName", "Location", "Salary", "SYS_NC00005$") 
    VALUES(0, '', '', 0, '')
   GO
   
6. System doesn't allow us to do insert operation on Virtual column.
   So system generated virtual column should not be included in INSERT script generated by ADS. 
 
   Please see attached screenshot.
 
2 attachments

Issue #11829

Closed
Fixed
Resolved 2014-11-26T17:14:46Z
 
 
Completion
No due date
No fixed build
No time estimate

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