19th October 2010
in
0racle, Database Vault
A realm is created on HR schema objects : how to prohibit the access to HR objects to the accounts SYSTEM and SYS without using the Database Vault Administrator GUI tool (dva) ?
1. Realm creation and schema objects sel[...]
Tags: DVSYS.DBMS_MACADM, ORA-1031, ORA-6512, Oracle Database Vault, user_has_auth_in_realm
No Comments
14th October 2010
in
0racle, Tips
Information in this article applies to:
Oracle Enterprise Manager 10g Release 1 (10.1)
Oracle Enterprise Manager 10g Release 1 (10.2)
So:
Goal:
Provide detailed instructions on how to remove and recreate the DB Control R[...]
No Comments
8th October 2010
in
0racle
Explain the Memory Structures
System Global Area (SGA) – The SGA is a group of shared memory structures, known as SGA components, that contain data and control information for one Oracle Database instance. The[...]
1 Comment
13th July 2010
in
Mysql
I got an error while using mysqldump
mysqldump: Got error: 1044: Access denied for user x@y to database z when using LOCK TABLES
To solve this problem, either ask you administrator to grant you the lock privileges, or u[...]
No Comments
11th June 2010
in
OraERR, Tips
When updated table, found error:
ORA-08102: index key not found, obj# 116528, file 96, block 8795 (2)
This problem I had resolved by rebuild indexes (ORA-08102 on index objects). But today I can not use this solution:
[...]
No Comments
3rd June 2010
in
Backup, Tips
I temporarily reduced db_recovery_file_dest_size to force the database to free reclaimable space from recovery_file_dest.
This reduced disk usage of ASM_ORADATA217 by over 320GB.
SYS>show parameter recovery
NAME [...]
No Comments
1st June 2010
in
Tips
In 11g there is no segment allocated to the table until you insert, so the EXP utility fails to export empty tables.
[oracle@dev-oranode-221 ~]$ sqlplus a/a
SQL*Plus: Release 11.2.0.1.0 Production on Mon Nov 30 14:38:06 [...]
1 Comment
28th May 2010
in
Performance, Tuning
Oracle have provided many performance gathering and reporting tools over the years. Originally the UTLBSTAT/UTLESTAT scripts were used to monitor performance metrics. Oracle8i introduced the Statspack functionality which[...]
No Comments
26th May 2010
in
Command
The find command is used to locate files on a Unix or Linux system. find will search any set of directories you specify for files that match the supplied search criteria. You can search for files by name, owner, gro[...]
No Comments
20th May 2010
in
0racle
To manually upgrade an Oracle Instance from 10.2.0.3 to 10.2.0.4 is pretty much a strait forward routine if one already have a 10.2.0.4 home on the machine.
Simply shutdown the instance and edit the /etc/oratab and the /[...]
No Comments