• Home
  • Privacy Policy
Top Menu
  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Compitionpoint

C# Tutorial easy to learn

  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

New Feature – AFPASSWD utility in EBS 12.1.2

compitionpoint January 7, 2021 New Feature – AFPASSWD utility in EBS 12.1.22020-09-12T11:37:59+00:00 Oracle Apps DBA No Comment
Oracle has introduced a new utility to change the Oracle E-Business Suite passwords in , AFPASSWD is an enhanced version of FNDCPASS utility. 1) AFPASSWD only prompts for passwords required…
Continue Reading

Resolve archive gap between PRIMARY and STANDBY

compitionpoint January 5, 2021 Resolve archive gap between PRIMARY and STANDBY2020-09-12T11:38:05+00:00 DataGuard No Comment
A Physical Standby database synchs with Primary by continuous apply of archive logs from a Primary Database. When the logs are missing on standby is less than 10-15 numbers, We…
Continue Reading

Resolve huge archive gap between PRIMARY and STANDBY

compitionpoint January 2, 2021 Resolve huge archive gap between PRIMARY and STANDBY2020-09-12T11:38:15+00:00 DataGuard No Comment
A Physical Standby database synchs with Primary by continuous apply of archive logs from a Primary Database. When the logs are missing on standby difference is huge (say more than…
Continue Reading

Concurrent Manager Issue : FND_DCP.REQUEST_SESSION_LOCK / DBMS_LOCK.Request

compitionpoint December 30, 2020 Concurrent Manager Issue : FND_DCP.REQUEST_SESSION_LOCK / DBMS_LOCK.Request2020-09-12T11:35:31+00:00 Oracle Apps DBA No Comment
Error in Concurrent manager logfile : ========================= Routine received a result code of 1 from the call to Possible resultCall to establish_icm failed The Internal Concurrent Manager has encountered an…
Continue Reading

Enable/Disable Maintenanace Mode from SQLPLUS Session (Without adadmin)

compitionpoint December 27, 2020 Enable/Disable Maintenanace Mode from SQLPLUS Session (Without adadmin)2020-09-12T11:35:42+00:00 Oracle Apps DBA No Comment
We can enable or disable maintenance mode without using adutility (adadmin), Perform the same from SQLPLUS session. Check the current status of Maintenance Mode: select (‘APPS_MAINTENANCE_MODE’) from dual; MAINT     = …
Continue Reading

RMAN : Perform Block Recovery

compitionpoint December 23, 2020 RMAN : Perform Block Recovery2020-09-12T11:36:02+00:00 RMAN No Comment
We can perform BLOCK RECOVERY with or without RMAN BACKUP, Here is the demonstration of block media recovery with HOT BACKUP and RMAN BACKUP as well. 1)  Create tablespace, user…
Continue Reading

TRACE IN ORACLE DATABASE

compitionpoint December 22, 2020 TRACE IN ORACLE DATABASE2020-09-12T11:36:09+00:00 Oracle database No Comment
Current session trace: NORMAL TRACE: alter session set tracefile_identifer=’XXX’;   — trace identifier alter session set sql_trace = true; FULL LEVEL TARCE with WAIT and BIND : alter session set tracefile_identifer=’XXX’;…
Continue Reading

cmclean.sql : Cleaning the Concurrent Manager tables

compitionpoint December 21, 2020 cmclean.sql : Cleaning the Concurrent Manager tables2020-09-12T11:36:13+00:00 Oracle Apps DBA No Comment
To cleanup running and pending requests we use , If we stop concurrent managers using abort options then concurrent requests will be in running state ,Next when we start concurrent…
Continue Reading

HOW TO FIND APPS PASSWORD – R12

compitionpoint December 19, 2020 HOW TO FIND APPS PASSWORD – R122020-09-12T11:36:21+00:00 Oracle Apps DBA No Comment
Simple way to find out apps password in R12, Please review below for the same 1) Connect to SYSTEM or SYS USER 2) Create Function for to decrypt the encrypted…
Continue Reading

DATABASE SIZE (datafiles + tempfiles + redologfiles)

compitionpoint December 15, 2020 DATABASE SIZE (datafiles + tempfiles + redologfiles)2020-09-12T11:36:37+00:00 Oracle database No Comment
To get accurate size of the database, We have to combined the sizes of all datafiles, tempfiles and redologfiles. select round ((++)/1024/1024/1024,2) “DB_size_in_GB” from ( select sum(bytes) data_size from dba_data_files…
Continue Reading
«‹56789›»

Categories

  • .Net framework
  • ADO.NET
  • Basic UNIX
  • Blog
  • C#
  • DataGuard
  • Javascript
  • LINQ .Net
  • Oracle Apps DBA
  • Oracle Cloud ICS / OIC
  • Oracle database
  • ORACLE DBA
  • PHP
  • Python
  • R12.2
  • React.js
  • RMAN
  • Technologies
  • Windows Form

Tags

Arrays Assignment Operators Asynchronous Programming Backup Strategies C# Iterators Command Line Arguments Comparison Operators Constant Variables Database Administration Delegates Disaster Recovery Escape Sequences Explicit Conversion Exploring Visual Studio Failed to connect to the Server FRM-92050 Getting Input From User Implicit Conversion Jagged Arrays java.io.IOException Logical Operators Looping Mathematical Operators Method Overloading Migration Named Arguments Nesting if Statements null Coalescing Operator Object Oriented Programming Operator Overloading Operator Precedence Optional Parameters Passing Arguments by Reference Recursion Security strings and regular expressions Telegram The DateTimePicker Control The ListView Control User Interface Using Variables Variables Virtual Methods Visual Studio
Copyright ©2025. Compitionpoint
  • Home
  • C#
  • .Net
  • ADO.NET
  • LINQ .Net
  • Windows Form
  • Python

Mesocolumn Theme by Dezzain