Welcome to Space Station Threshold Sign in | Join | Help
CS Search | Live Search Search

Space Station Threshold

A community driven jumping off point for reaching space
Knowledge Management and Collaboration Platform

Browse by Tags

All Tags » oracle
  • SELECT TOP [x] Records

    When you use one database platform long enough you start to think everything you do is ANSI SQL-92 compliant. Until you switch database platforms that is! Then you find the simple things no longer work. Take for example the TOP clause used so often in...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on April 10, 2007
  • access to oracle without tnsnames.ora

    This is a slick little trick to get around the need for a complete TNSNAMES.ORA file: Have you ever tried to access an oracle instance in VBScript? This is not to complicated, but normally you need an additional file called tnsnames.ora in the oracle...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on April 2, 2007
  • Oracle command Line tool to run *.SQL files?

    Found it. Buried in a forum posting somewhere... @echo off FOR %%f IN (.\sql\tab1\*.sql) DO exit | sqlplus [uid]/[pwd]@[db] @ '' %%f '' FOR %%f IN (.\sql\tab2\*.sql) DO exit | sqlplus [uid]/[pwd]@[db] @ '' %%f '' Add '' exit | '' to the beginning of the command...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on March 29, 2007
  • Importing a DMP file into Oracle

    This is more for my own notes but you are welcome to glean from it what you can. There are a couple main steps involved in pumping a DMP file back into a blank Oracle database. Round up the user, schema and tablespace info Create the tablespaces Create...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on March 21, 2007
CS Build: 2.1.61129.2
Copyright 1996, The Terran Institute, All Rights Reserved
Listed on the CS Listings Powered By Community Server Themed by nb development