Withdata Software

Producing high-quality database tools

Main menu

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

Tag Archives: Oracle

Post navigation

← Older posts
Newer posts →

Withdata Software Released MsSqlToOracle Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced mssqltooracle 1.2, a data conversion tool that convert SQL Server data to Oracle database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. MsSqlToOracle – convert SQL Server ... Read more

Posted in DBToDB | Tagged DB To DB, MsSqlToOracle, Oracle, Sql Server

Withdata Software Released DB2ToOracle Version 1.2

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced db2tooracle 1.2, a data conversion tool that convert DB2 data to Oracle database. Version 1.2 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. DB2ToOracle – Convert DB2 data to ... Read more

Posted in DBToDB | Tagged DB To DB, DB2, DB2ToOracle, Oracle

Withdata Software Released AccessToOracle Version 2.1

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced accesstooracle 2.1, a data conversion tool that import Access data to oracle. AccessToOracle 2.1 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. AccessToOracle – Better tool for importing ... Read more

Posted in AccessToOracle | Tagged Access, AccessToOracle, DB To DB, Oracle

Replace (Update/Insert) a row into Oracle table – Merge into

Posted on June 4, 2013 by Shiji Pan

In Mysql,  if you want to either updates or inserts a row in a table, depending if the table already has a row that matches the data, you can use “ON DUPLICATE KEY UPDATE”. How to do it in Oracle? Use “merge into” . MERGE INTO employees USING dual ON ( "id"=123456 ... Read more

Posted in Oracle | Tagged merge into, Oracle, replace into, upsert

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

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

Post navigation

← Older posts
Newer posts →

Recent Posts

  • Unload to CSV for Databases
  • Use Cases for Dumping to CSV
Withdata Software. ©2004 - 2025 All rights reserved.