Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bbanner
  • Content: Threads
  • Order by date
  1. bbanner

    How can I open an editor (vi,emacs) within a Tcl shell?

    I'm writing a command-line Tcl script, and I would like to open up a text editor (vi, emacs, etc.) to allow the user to enter formatted input. My initial attempt at this failed. Here's what I did: 1. created a unique temporary file name 2. used the "exec" command to open the unique...
  2. bbanner

    How do I export a table that has data > 2GB??

    I recently inherited a database that I need to backup/export. There is one table with ~36 million records, each ~8000 bytes worth of data. So, I've found I can't use the exp utility to export the data since the resultant file is bigger than 2GB. Unfortunately, I don't think the table was...
  3. bbanner

    Query Performance on Large Tables (15 million records)

    Background: 1) I have a table that has 15.1 million records in it. 2) This is my first experience with Oracle, though I've used other database systems (mostly MySQL). 3) I currently have little knowledge of the actual hardware that Oracle is running on as I just replaced the person who set it...

Part and Inventory Search

Back
Top