Withdata Software

Producing high-quality database tools

Main menu

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

Tag Archives: Oracle

Post navigation

Newer posts →

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

Notes about Import Unicode data from Excel to Oracle

Posted on February 26, 2012 by Shiji Pan

1. Download FileToDB from here. 2. Check “UseUnicode” box on Oracle logon window. 3. Create your field as “NCLOB”, not “CLOB”. ... Read more

Posted in XlsToOra | Tagged Excel, import, Oracle, Unicode

View Oracle CLOB Data

Posted on September 20, 2011 by Shiji Pan

OraLobEditor is a database tool that can view Oracle CLOB data directly. Use OraLobEditor, you can view Oracle CLOB visually, do not need program with PL/SQL (or other program languages) to convert CLOB data to file. And you can save CLOB data to file and view also. Easy to use View LOB ... Read more

Posted in OraLobEditor | Tagged Oracle, view CLOB

View Oracle BLOB Data

Posted on September 20, 2011 by Shiji Pan

OraLobEditor is a database tool that can view Oracle BLOB data directly. Use OraLobEditor, you can view Oracle BLOB visually, do not need program with PL/SQL (or other program languages) to convert BLOB data to file. And you can save BLOB data to file and view also. Easy to use View LOB ... Read more

Posted in OraLobEditor | Tagged Oracle, view BLOB

Read Oracle CLOB Data

Posted on September 20, 2011 by Shiji Pan

OraLobEditor is a database tool that can read Oracle CLOB data directly. Use OraLobEditor, you can read Oracle CLOB visually, do not need program with PL/SQL (or other program languages) to convert CLOB data to file. And you can save CLOB data to file and read also. Easy to use Read LOB ... Read more

Posted in OraLobEditor | Tagged Oracle, read CLOB

Read Oracle BLOB Data

Posted on September 20, 2011 by Shiji Pan

OraLobEditor is a database tool that can read Oracle BLOB data directly. Use OraLobEditor, you can read Oracle BLOB visually, do not need program with PL/SQL (or other program languages) to convert BLOB data to file. And you can save BLOB data to file and read also. Easy to use Read LOB ... Read more

Posted in OraLobEditor | Tagged Oracle, read BLOB

Import data to Oracle

Posted on September 7, 2011 by Shiji Pan

OraCmd is a command-line tools that can run sql command, import/export data, even without Oracle client. OraCmd takes the pain out of manual importing/exporting tasks, and avoids installing the Oracle client. Convenient, powerful Import Oracle data from file(csv, txt). Import Oracle data to ... Read more

Posted in OraCmd | Tagged command line, flat file, import, Oracle

Export Oracle data

Posted on September 7, 2011 by Shiji Pan

OraCmd is the fast and easy command-line tool to import/export data, even without Oracle client. OraCmd takes the pain out of manual importing/exporting tasks, and avoids installing the Oracle client. Convenient, powerful Export from both table and query. Export all tables data in a schema to ... Read more

Posted in OraCmd | Tagged command line, export, flat file, Oracle

Alternative for SQL*Loader

Posted on September 7, 2011 by Shiji Pan

OraCmd is a command-line tools that can run sql command, import/export data, even without Oracle client. OraCmd takes the pain out of manual importing/exporting tasks, and avoids installing the Oracle client.   Convert SQL*Loader control file to OraCmd command To use SQL*Loader you have to ... Read more

Posted in OraCmd | Tagged Oracle, Sql*Loader

Post navigation

Newer posts →

Recent Posts

  • TextMerger 1.0 Released: A Lightweight Cross-Platform Tool for Fast Text File Merging
  • FileToMongo 5.0 Released: Enhanced Stability, Speed & HTML Table Support
Withdata Software. ©2004 - 2026 All rights reserved.