12.07.2015 Views

Oracle SQL Developer

Oracle SQL Developer

Oracle SQL Developer

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Create/Edit SynonymMax value: Highest possible value for the sequence. The default is 10^27 for anascending sequence and -1 for a descending sequence.Cycle: Indicates whether the sequence "wraps around" to reuse numbers after reachingits maximum value (for an ascending sequence) or its minimum value (for adescending sequence). If cycling of values is not enabled, the sequence cannot generatemore values after reaching its maximum or minimum value.Cache and Cache size: If Cache is checked, sequence values are preallocated in cache,which can improve application performance; Cache size indicates the number ofsequence values preallocated in cache. If Cache is not checked, sequence values are notpreallocated in cache.Order: Indicates whether sequence numbers are generated in the order in which theyare requested. If no ordering is specified, sequence numbers are not guaranteed to bein the order in which they were requested.DDL tabYou can review the <strong>SQL</strong> statement that <strong>SQL</strong> <strong>Developer</strong> will use to create a newsequence or that reflects any changes you have made to the sequence properties.For information about sequences, see Managing Sequences.Related TopicsDatabase Objects<strong>SQL</strong> <strong>Developer</strong> User InterfaceDialog Boxes for Creating/Editing Objects3.15 Create/Edit SynonymThe following information applies to a synonym, which is an alternative name for atable, view, sequence, procedure, stored function, package, materialized view, Javaclass database object, user-defined object type, or another synonym.Public: If this option is checked, the synonym is accessible to all users. (However eachuser must have appropriate privileges on the underlying object in order to use thesynonym.) If this option is not checked, the synonym is a private synonym, and isaccessible only within its schema.Schema: Database schema in which to create the synonym.Name: Name of the synonym. A private synonym must be unique within its schema; apublic synonym must be unique within the database.For - Referenced Schema: Schema containing the object or name to which thissynonym refers.Object Based: Specify the object to which this synonym refers.Name Based: Enter the name of the object to which this synonym refers.DDL tabYou can review the <strong>SQL</strong> statement that <strong>SQL</strong> <strong>Developer</strong> will use to create a newsynonym or that reflects any changes you have made to the synonym properties.For information about synonyms, see Managing Synonyms.Dialog Boxes for Creating/Editing Objects 3-7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!