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 OraLobEditor 3.5

Posted on June 18, 2013 by Shiji Pan

Withdata software has announced oralobeditor 3.5, a tool that helps you edit Oracle lob(clob,blob) data directly. OraLobEditor 3.5 add PDF View, add “Execute Sql from Command line”, improve logon form, improve “Check update”, and fix bug on “Execute from command ... Read more

Posted in PR | Tagged BLOB, CLOB, Lob Editor, Oracle, OraLobEditor

How to generate a CREATE TABLE statement for a given table in Oracle

Posted on June 12, 2013 by Shiji Pan

select dbms_metadata.get_ddl('TABLE', 'the_table_name', 'the_schema_name') from dual Replace “the_table_name” and “the_schema_name” with yours. See also: How to generate a CREATE TABLE statement for a given table in SQL Server How to generate a CREATE TABLE statement for a ... Read more

Posted in Oracle | Tagged generate a CREATE TABLE statement, Oracle

Withdata Software Released Withdata OracleToExcel 1.8

Posted on June 12, 2013 by Shiji Pan

Withdata software has announced withdata oracletoexcel 1.8, a data conversion tool that export Oracle data to excel. Withdata OracleToExcel 1.8 add “Execute Sql from Command line”, add “Check Update” to menu,and fix “Execute update sql error”. Withdata ... Read more

Posted in PR | Tagged Excel, Oracle, Oracle export Excel, Oracle to Excel, OracleToExcel

Remove duplicate rows in Oracle

Posted on June 8, 2013 by Shiji Pan

How to delete all duplicate rows and leave only one of them, in Oracle? DELETE FROM my_table WHERE rowid not in (SELECT MIN(rowid) FROM my_table GROUP BY column1, column2, column3...) ; Where column1, column2, etc. is the key you want to use. Relative links: Remove duplicate rows in ... Read more

Posted in Oracle | Tagged Oracle, Remove duplicate rows

Withdata Software Released OraLoader Version 4.3

Posted on June 6, 2013 by Shiji Pan

Withdata software has announced oraloader 4.3, a data conversion tool that helps dba and database developer import/export Oracle database from/to flat files and Excel files. OraLoader 4.3 add “Execute Sql from Command line”, add “Match filter (wildcard)” to “Import ... Read more

Posted in OraLoader | Tagged CSV, Csv to DB, Excel, Excel To DB, Oracle, OraLoader

Withdata Software Released OracleToMysql Version 1.2

Posted on June 5, 2013 by Shiji Pan

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

Posted in DBToDB | Tagged DB To DB, Mysql, Oracle, OracleToMysql

Withdata Software Released OracleToMsSql Version 1.2

Posted on June 5, 2013 by Shiji Pan

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

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

Withdata Software Released OracleToDB2 Version 1.2

Posted on June 5, 2013 by Shiji Pan

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

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

Withdata Software Released OracleToAccess Version 2.1

Posted on June 5, 2013 by Shiji Pan

Withdata software has announced oracletoaccess 2.1, a data conversion tool that export Oracle data to access. OracleToAccess 2.1 add “Execute Sql from Command line”, add “Check Update” to menu, improve importing performance. OracleToAccess – Better tool for to export ... Read more

Posted in DBToDB | Tagged Access, DB To DB, Oracle, OracleToAccess

Withdata Software Released MysqlToOracle Version 1.2

Posted on June 5, 2013 by Shiji Pan

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

Posted in DBToDB | Tagged DB To DB, Mysql, MysqlToOracle, Oracle

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.