1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

表領域のサイズ拡張

Last updated at Posted at 2023-05-09

実業務でローカルの表領域不足が原因でデータインポート時にエラーが発生
その際に表領域のサイズを拡張

[構文]
ALTER TABLESPACE 表領域名
ADD DATAFILE データファイル名(ファイルパス)
SIZE データファイルサイズ;

[例文]
ALTER TABLESPACE AAA ADD DATEFILE 'C:\BBB\CCC\DATEFILE1.dbf' SIZE 1024M;

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?