test [message #356693] |
Sat, 01 November 2008 02:38 |
CLS63AMGV8
Messages: 11 Registered: November 2008 Location: Oman
|
Junior Member |
|
|
ALTER SEQUENCE dept_deptid_seq
INCREMENT BY 20
MAXVALUE 999999
NOCACHE
NOCYCLE;
|
|
|
Re: test [message #356696 is a reply to message #356693] |
Sat, 01 November 2008 02:46 |
|
Michel Cadot
Messages: 68729 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Go on with your test.
Please read OraFAQ Forum Guide, especially "How to format your post?" section.
Use code tags and make sure that lines of code do not exceed 80 characters when you format.
Indent the code (See SQL Formatter) and align the columns in result.
Use the "Preview Message" button to verify.
Also always post your Oracle version (4 decimals).
Regards
Michel
|
|
|