impdp での ORA-29913: ODCIEXTTABLEOPEN コールアウト実行エラーの解決
エクスポートプロセスとログ
Export: Release 11.2.0.3.0 - Production on Thu Jan 21 11:13:33 2016
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, ...
6月14日 21:36 投稿
Oracleデータベースのインポート・エクスポート操作手順
1. Linux環境でのデータベースインポート
まず、rootユーザーからoracleユーザーにスイッチします。
su - oracle
sysdba権限でsqlplusに接続します。
sqlplus / as sysdba
1.1 テーブルスペースとユーザーの作成
業務要件に応じて、テーブルスペースのサイズと自動拡張サイズを調整してください。
永続テーブルスペースの作成:
create tablespace PROD_DATA
loggin ...
5月14日 16:09 投稿