Aqua Data Studio 16.0.0-dev-42
Build #: 41139
Built on: 2014-Nov-18 05:42:29 PM
Operating Environment: Linux (3.13.0-39-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.7.0_60-b19
Memory: Max=704,643,072; Total=404,226,048; Free=306,834,224; CPUs=8
1. Connect to Sybase anywhere 16,open query analyzer and run below scripts
Here schema is created in "Project1" schema
GRANT CONNECT TO "Project1" IDENTIFIED BY '1234'
GO
CREATE SEQUENCE "Project1"."seq1"
INCREMENT BY 1
START WITH 1
MINVALUE 1
MAXVALUE 9223372036854775807
CACHE 100
CYCLE
GO
2. Now go to sequence folder of different schema's, Here we observed that Sequence created in "Project1" schema is displayed under all schema's.
Please see attached screenshot.
sequences tree folder fixed so extraction will only retrieve sequences specific to the schema you are under when sorting by schemas set in the connection properties.