20 search resultsShowing 1~20 results

Stocked
negidaku

@negidaku

テスト投稿

test select * from SQL 文単位で共有プールのフラッシュを行う方法について https://www.intellilink.co.jp/column/oraclelette...

0
1
Comment0
negidaku

@negidaku

Oracleパッチの適用について

OPatchは$ORACLE_HOME/OPatch以下にある。 念のため、このディレクトリをまるごとバックアップしてから展開。 cp -pr $ORACLE_HOME/OPatch $ORA...

0
0
Comment0
negidaku

@negidaku

表領域の使用率を確認

以下の記事を参照しています。 https://www.fuku.tokyo/2021/03/oraclepdbtbs/ 記事が消えたときに備えてココに保存 全てのPDBの使用率を算出できる。 マ...

1
0
Comment0
negidaku

@negidaku

アーカイブログ領域が枯渇

1)アーカイブログ領域の使用率   V$RECOVERY_AREA_USAGE を確認する。 2)アーカイブログ領域の拡張(一時しのぎ)   DB_RECOVERY_FILE_DEST_SIZE...

1
0
Comment0
negidaku

@negidaku

SQLHealthCheckについて

まず、SQLの状況を調査する方法・ツールなど 1)EXPLAIN PLAN 2)SQL*PlusのAUTOTRACE 3)V$SQL_PLANおよび関連ビュー 4)SQLトレース/tkprof ...

0
0
Comment0
negidaku

@negidaku

to_charとto_date

よく忘れるのでメモ ・基本的にto_charはSELECTするときに表示形式を指定 ・to_date は、where句などにおいて日付で絞りたいときに指定 例) select username ...

0
0
Comment0
negidaku

@negidaku

表領域の拡張の仕方

スモールファイルで構成されている場合 alter database datafile ‘/oracle_datafile1/tbs_big.dbf’ resize 500M; ビッグファイルで構...

0
0
Comment0

20 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in