Thursday, November 20, 2025

Minimalistic Oracle: How to unload rows in an Oracle database to disk u...

Minimalistic Oracle: How to unload rows in an Oracle database to disk u...: In sqlcl, execute these lines to unload SCOTT.EMP to disk: set arraysize 200 set load batch_rows 200 UNLOAD TABLE SCOTT.EMP DIR /datadisk1/...

No comments:

Post a Comment

Minimalistic Oracle: A SQL-centric and a session-centric way to query V...

Minimalistic Oracle: A SQL-centric and a session-centric way to query V... : Version 1: SQL-Centric  This version starts from V$SQL and...