Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Withdata Software
  • Blog
  • Categories
  • Tags

Category Archives: Oracle

Post navigation

Newer posts →

About Oracle error “Cannot load OCI DLL”

Posted on May 30, 2013 by Shiji Pan

When you use Oracle tools that call Oracle client dll “oci.dll”, you may meet this error. [caption id="attachment_1847" align="alignnone" width="366"] Cannot load OCI DLL[/caption] When you use these Withdata ... Read more

Posted in Oracle | Tagged Cannot load OCI DLL, Oracle

How to get column names from Oracle table

Posted on May 30, 2013 by Shiji Pan

You can query the USER_TAB_COLUMNS table for table column metadata. SELECT table_name, column_name, data_type, data_length FROM USER_TAB_COLUMNS WHERE table_name = ‘My_Talbe_Name’ See also: How to get column names from Sql Server table How to get column names from DB2 table How to ... Read more

Posted in Oracle | Tagged get column names, Oracle

What is the dual table in Oracle

Posted on May 30, 2013 by Shiji Pan

It’s a sort of dummy table with a single record used for selecting when you’re not actually interested in the data, but instead want the results of some system function in a select statement: e.g. select sysdate from dual; dual is a table which is created by oracle along with ... Read more

Posted in Oracle | Tagged dual, Oracle

Oracle Text Importer

Posted on November 2, 2012 by Shiji Pan

Oracle Text Importer: OraLoader, OraCmd. OraLoader is a GUI importer, and OraCmd is a command-line importer. OraLoader is a data conversion tool that helps DBA and database developer import/export Oracle database from/to flat files and Excel files : ... Read more

Posted in Oracle | Tagged Oracle Text Importer

Post navigation

Newer posts →

Recent Posts

  • Use Cases for Dumping to CSV
  • Convert Text to Speech by CSV / TSV
Withdata Software. ©2004 - 2025 All rights reserved.