Database size growth in day,week and month wise.
SET LINESIZE 200SET PAGESIZE 200COL "Database Size" FORMAT a13COL "Used Space" FORMAT a11COL "Used in %" FORMAT a11COL "Free in %" FORMAT a11COL "Database Name" FORMAT a13COL "Free Space" FORMAT a12COL...
View ArticleArticle 1
Query to find the how many Receipt has been printer in a day.Query--------- SELECT COUNT (*) "Receipts_So_Far" FROM FND_CONC_REQ_SUMMARY_V WHERE PHASE_CODE = 'C'...
View ArticleArticle 0
Query to check the cpu usage for active sessions and show cpu usage in seconds.Query---------SELECT s.username, t.sid, s.serial#, SUM(VALUE/100) as "cpu usage (seconds)"FROM...
View ArticleSteps to enable recyclebin in oracle 10 & 11g:
SQL> SHOW PARAMETER RECYCLEBINNAME TYPE VALUE------------------------------------------------------------recyclebin string onTo...
View ArticleSTEPS TO MULTIPLEX CONTROL FILE IN ASM
For single-instance1, make sure asm diskgroup is avaliableSelect name,total_mb,free_mb from v$asm_diskgroup where state='CONNECTED';2, check current controlfile and using spfileshow parameter...
View ArticleASM REBALANCE AND ASM_POWER_LIMIT
ASM ha the ability to add and remove disks/luns from a diskgroup with no down time and an automatic rebalancing of the data on the luns. To remove a lun, use the following command:alter diskgroup...
View ArticleSteps to Backup And Restore ASM Metadata
Steps to Backup And Restore ASM Metadata--------------------------------------------------------------Set the environment to ASM using .oraenvIssue asmcmd to start the ASM clientThe md_backup command...
View ArticlePermission access denied in APEX with companion
Log file detail :-ORA-1017 ORA-01017: invalid username/password; logon denied\ncd $ORACLE_HOME/Apache/modplsql/conf$ vim dads.conf Alias /i/...
View ArticleAdd,drop and rebalance ASM diskgroups
Adding Disks to a Disk GroupALTER DISKGROUP DATA_DG ADD DISK '/devices/DiskA1’,’/device/DiskB1'; Dropping Disks and Disk GroupsALTER DISKGROUP DATA_DG DROP DISK DiskA1;DROP DISKGROUP DATA_DG INCLUDING...
View ArticleThere are no active responsibilities available for this user
Missing SYSADMIN Responsibility After Upgrade To 12.1.3.When you log in, your home page displays an empty list of responsibilities and message,Same issue is faced by all the users including...
View ArticleArticle 0
Getting Application User Password in R12 Step 1 :CREATE OR REPLACE PACKAGE get_pwdAS FUNCTION decrypt (KEY IN VARCHAR2, VALUE IN VARCHAR2) RETURN VARCHAR2;END...
View ArticleUnable to create Patch Object error applying 12.1.0.2 Oct Patch
$opatch prereq CheckConflictAgainstOHWithOracle Interim Patch Installer version 12.2.0.1.8Copyright (c) 2017, Oracle Corporation. All rights reserved.PREREQ sessionOracle Home :...
View ArticleResolving OPatch failed with error code 73
opatch applyOracle Interim Patch Installer version 12.2.0.1.8Copyright (c) 2017, Oracle Corporation. All rights reserved.Oracle Home : /u01/app/oracle/product/12.1.0.2/db_1Central Inventory :...
View ArticleORA-20011: Approximate NDV failed: ORA-29913: error in executing...
*** 2017-02-12 22:08:25.201DBMS_STATS: GATHER_STATS_JOB: GATHER_TABLE_STATS('"OEM"','"ET$02FEFAAF0001"','""', ...)DBMS_STATS: ORA-20011: Approximate NDV failed: ORA-29913: error in executing...
View ArticleINS-20802 Automatic Storage Management Configuration Assistant failed
Error:During 12c Grid Installation,At 96% installation failed with error “[INS-20802] Automatic Storage Management Configuration Assistant failed”trace file shows(GIM-00090 OS-dependent operation:open...
View ArticleCreation database 11.2.0.2 on ASM using dbca causes crash of existing instances
During creation of new instance of version 12.1.0.2 with ASM on Oracle 11.2.0.2, some existing instances of the same ORACLE_HOME suddently crashes! I’ve got such error message in alert.log.ErrorWhilr...
View ArticleORA-31693: Table data object "SCOTT"."EMP" failed to load/unload and is being...
Datapump on 11.2 RAC with PARALLEL > 1:Error:ORA-31693: Table data object "SCOTT"."ESCSTATUS" failed to load/unload and is being skipped do error:Cause:From 11.2, Datapump new parameter CLUSTER is...
View ArticleArticle 3
Installing Oracle REST Data Services version 3.0.9.348.07.16... Log file written to /test/ords/logs/ords_install_core_YYYY-MM-DD.log... Verified database prerequisites... Created Oracle REST Data...
View ArticleArticle 2
Error from Log :RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported.Please make sure you have UnZip 5.X in your path and try again...Cannot execute Install for...
View ArticleArticle 1
ERROR WHEN PERFORMING THE PREREQUISITE FOR UPGRADE APPLICATION FROM R12.1.1 to R12.1.3-- When running the $ORACLE_HOME/appsutil/clone/adlnktools.sh for performing the prerequisite for upgrade from...
View Article