Relative Content

Tag Archive for oracle

How does MySQL blob actually work?

This is a question driven by curiosity. I am learning Oracle database and Oracle database handles Blob data in a separate tablespace, which I believe reduces overhead while trying to read large Blob data. I am wondering how MySQL handles Blob? I am actually planning to start a project and I wish to give a try on saving images in MySQL databases instead of standard approach of saving files in the file system.

Has error code: ORA-28056 when using RMAN to restore table

This question was migrated from Stack Overflow because it can be answered on Database Administrators Stack Exchange. Migrated 9 days ago. I’m using Oracle 19c. I have error when using RMAN to restore 1 table. RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: recoverコマンドが09/13/2024 09:24:05で失敗しました RMAN-04006: 補助データベースのエラー: ORA-28056: Writing audit records […]