SQLDeveloper stuff
From The University of Akron Support Wiki
Contents
Preferences
Setting line numbers
You can have Oracle SQL*Developer display a line number beside all SQL statements. Click on TOOLS>PREFERENCES, then expand CODE EDITOR and then select LINE GUTTER. You can check SHOW LINE NUMBERS and voila you have line numbers beside your SQL and you no longer have to count the line numbers to find the SQL in error.
Setting Date/Time Display Formats
You can set how you want to view date and time information by
- clicking on Tools | Preferences
- Open the Database Tree
- select NLS parameters
If you want dates to display like you're used to in DB2, enter YYYY-MM-DD-HH24.MI.SS for the date format
Auto commit
You can turn on AutoCommit by
- clicking on Tools | Preferences
- Open the Database Tree
- select Worksheet parameters
- Check on the Autocommit in SQL Worksheet boxFile:Some image.jpg