Hello,
I am using PL/SQL developer 5.1.0.656. I have a question. Not sure how you guys are doing this but it's kind of cool.
If I'm logged on as a user who has create sequence privileges and I create a sequence in the command window:
create sequence junk increment by 2 start with 5;
How are...