3 articles Oracle

Execute large script without running out of memory (sql developer)

terkadang ada script sql yang misalkan pada waktu di load akan memunculkan error out of memory untuk mengakali hal tersebut ada 2 cara yaitu: 1. Melakukan increase jvm memory 2. Execute script tanpa di load dulu semuanya cara yang pertama TIDAK DIREKOMENDASIKAN karena sudah saya coba otak-atik sana sini hingga post ini ditulis, tidak ada…

Oracle transfer data from one user to another user

Prerequisites: Oracle SQL Develeoper 3.1 or higher Berikut adalah linknya: http://www.oracle-base.com/articles/misc/sql-developer-31-data-pump-wizards.php SQL Developer 3.1 includes a neat GUI interface for Data Pump, allowing you to do on-the-fly exports and imports without having to remember the expdp/impdp command line syntax. This article gives an overview of these wizards. General Points Exports (expdp) Imports (impdp) Related articles.…