Oracle tutorials
Oracle: How to Create a Copy of Table Data
contributed by Vishwanath Dalvi on December 7, 2011 under OracleKnowing how to copy existing table data is beneficial to any DBA. This tutorial will demonstrate how to copy an existing table’s data into a new table. Examples with walkthrough explanation are provided.
Oracle: How to Create an Auto Increment Field Using Sequence
contributed by Vishwanath Dalvi on December 5, 2011 under OracleIn Oracle, you can create an auto increment field using ’sequence’ database object that can be assigned as primary keys. Using Oracle ’sequence’ object, you can generate new values for a column. An Oracle sequence is an object like a table or a stored procedure. Examples with walkthrough explanations are provided.
Dropping everything from an Oracle database
contributed by u02sgb on October 19, 2004 under OracleIf you don’t want to create your database from scratch it’s sometimes useful to just delete all the objects from it.
Login to Oracle as sysdba in one command
contributed by jshcenck on November 13, 2003 under OracleLog into the database via sqlplus with sysdba priv’s with a single command. This can be setup with an alias, if you’d like
RECENT POPULAR RECIPES
- Login to Oracle as sysdba in one command
- Dropping everything from an Oracle database
- Oracle: Using the AFTER INSERT and AFTER UPDATE triggers
- Oracle: How to Create a Copy of Table Data
- Oracle: How to Create an Auto Increment Field Using Sequence
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer




