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

← Older posts
Newer posts →

Update Oracle table through CSV via command line on MacOS

Posted on March 14, 2025 by Shiji Pan

Want to import CSV to update rows in Oracle table via command line on MacOS? Using ora-cmd, a Command-Line client for Oracle, you can import CSV/TSV/TXT data to update existing Oracle table easily and fast. Support Windows, Linux, and MacOS. Download ora-cmd MacOS version ... Read more

Posted in ora-cmd | Tagged command line, CSV, macos, Oracle, Oracle update csv, update

Update Oracle table through CSV via command line on Linux

Posted on March 14, 2025 by Shiji Pan

Want to import CSV to update rows in Oracle table via command line on Linux (Ubuntu/RedHat/CentOS…)? Using ora-cmd, a Command-Line client for Oracle, you can import CSV/TSV/TXT data to update existing Oracle table easily and fast. Support Windows, Linux, and MacOS. Download ora-cmd ... Read more

Posted in ora-cmd | Tagged command line, CSV, linux, Oracle, Oracle update csv, update

Update Oracle table through CSV via command line on Windows

Posted on March 14, 2025 by Shiji Pan

Want to import CSV to update rows in Oracle table via command line on Windows? Using ora-cmd, a Command-Line client for Oracle, you can import CSV/TSV/TXT data to update existing Oracle table easily and fast. Support Windows, Linux, and MacOS. Download ora-cmd Windows version ... Read more

Posted in ora-cmd | Tagged command line, CSV, Oracle, Oracle update csv, update, windows

Append CSV data to Oracle table via command line on MacOS

Posted on March 14, 2025 by Shiji Pan

Want to append the data from CSV file to the existing Oracle table via command line on MacOS? Using ora-cmd, a Command-Line client for Oracle, you can append CSV/TSV/TXT data into existing Oracle table easily and fast. Support Windows, Linux, and MacOS. Download ora-cmd MacOS version ... Read more

Posted in ora-cmd | Tagged append, command line, CSV, macos, Oracle, Oracle append csv

Append CSV data to Oracle table via command line on Linux

Posted on March 14, 2025 by Shiji Pan

Want to append the data from CSV file to the existing Oracle table via command line on Linux (Ubuntu/RedHat/CentOS…)? Using ora-cmd, a Command-Line client for Oracle, you can append CSV/TSV/TXT data into existing Oracle table easily and fast. Support Windows, Linux, and MacOS. Download ... Read more

Posted in ora-cmd | Tagged append, command line, CSV, linux, Oracle, Oracle append csv

Append CSV data to Oracle table via command line on Windows

Posted on March 14, 2025 by Shiji Pan

Want to append the data from CSV file to the existing Oracle table via command line on Windows? Using ora-cmd, a Command-Line client for Oracle, you can append CSV/TSV/TXT data into existing Oracle table easily and fast. Support Windows, Linux, and MacOS. Download ora-cmd Windows version ... Read more

Posted in ora-cmd | Tagged append, command line, CSV, Oracle, Oracle append csv, windows

Batch import RTF files into Oracle BLOB without programming

Posted on August 30, 2017 by Shiji Pan

Want to batch import RTF (Rich Text Format) documents into Oracle CLOB or BLOB column? Using OraLobEditor, you can import bulk rtf files into Oracle CLOB or BLOB easily and fast, just a few mouse clicks. Here you can download and install OraLobEditor. Batch import RTF documents to Oracle ... Read more

Posted in OraLobEditor | Tagged BLOB, CLOB, Oracle, RTF, store RTF in Oracle BLOB or CLOB

Some ETL (Extract-Transform-Load) tools for Oracle

Posted on August 11, 2017 by Shiji Pan

Withdata Software provide some ETL (Extract-Transform-Load) tools for Oracle: FileToDB Load TXT, CSV, TSV, XML, JSON, Excel, SQL, RDF, INI data to Oracle DBToFile Export Oracle data to TXT, CSV, TSV, XML, JSON, Excel, SQL files DBCopier Copy data between Oracle and other rational ... Read more

Posted in Oracle | Tagged ETL, Extract-Transform-Load, Oracle

How to select N random records from an Oracle table

Posted on April 18, 2017 by Shiji Pan

If you want to select N random records from an Oracle table, you need to change the clause as follows: select * from ( select*  from tableName  order by dbms_random.value ) where rownum <= N; For example, to select 5 random customers in the customers table, you use the following ... Read more

Posted in Tips | Tagged Oracle, random records

How to get index column names of a table from Oracle

Posted on October 24, 2016 by Shiji Pan

SELECT i.index_name,c.column_name FROM user_ind_columns c, user_indexes i where c.index_name=i.index_name and c.table_name=i.table_name and i.TABLE_NAME='my_table_name' and i.TABLE_OWNER='my_schema_name' See also: How to get index column names of a table from DB2 How to get index column names of ... Read more

Posted in Oracle | Tagged get index columns, Oracle

Post navigation

← Older posts
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.