• 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

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

Function not available to this responsibility : When accessing CUSTOM FORM

compitionpoint December 14, 2020 Function not available to this responsibility : When accessing CUSTOM FORM2020-09-12T11:36:40+00:00 Oracle Apps DBA No Comment
After fresh clone, Application technical team used to report that ‘Function not available to this responsibility’ error when they are trying to access custom form. CAUSE:  Missing the entry of…
Continue Reading

EBS LOGIN URL from database:

compitionpoint December 8, 2020 EBS LOGIN URL from database:2020-09-12T11:34:05+00:00 Oracle Apps DBA No Comment
Connect to apps user $sqlplus apps/apps QUERY 1:   SELECT home_url FROM icx_parameters; QUERY 2: SELECT profile_option_value FROM fnd_profile_option_values WHERE profile_option_id= (SELECT profile_option_id FROM fnd_profile_options WHERE profile_option_name = ‘APPS_FRAMEWORK_AGENT’) AND…
Continue Reading

DATABASE HANGS

compitionpoint December 7, 2020 DATABASE HANGS2020-09-12T11:34:09+00:00 Oracle database No Comment
ERROR MESSAGE IN ALERTLOG FILE: ORACLE Instance PROD – Archival Error ORA-16038: log 4 sequence# 9961 cannot be archived ORA-19502: write error on file “”, block number  (block size=) ORA-00312:…
Continue Reading

RMAN COLD BACKUP AND RESTORE

compitionpoint December 3, 2020 RMAN COLD BACKUP AND RESTORE2020-09-12T11:34:24+00:00 ORACLE DBA No Comment
Simple RMAN script to take cold database backup: For taking RMAN cold database backup, Database should be in mount status, Which can be noticed from below scipt. mkdir -p /BACKUP/PROD…
Continue Reading

NID Utility in Oracle – RENAME DATABASE

compitionpoint December 2, 2020 NID Utility in Oracle – RENAME DATABASE2020-09-12T11:34:28+00:00 Oracle database No Comment
DBNEWID (NID) utility was introduced in Oracle 10g, Which can change the database identifier (DBID) and the database name (DBNAME). NID utility allows us to change Only DBID Only DBNAME…
Continue Reading

ORA-27125: unable to create shared memory segment when run DBCA

compitionpoint November 28, 2020 ORA-27125: unable to create shared memory segment when run DBCA2020-09-12T11:34:46+00:00 Oracle database No Comment
I have installed 10gR2 on linux environment, When running DBCA it got filed with below error ORA-27125: unable to create shared memory segment SOLUTION: cd $ORACLE_HOME/bin   mv oracle  …
Continue Reading

ORA-01031: insufficient privileges when connect as sysdba

compitionpoint November 26, 2020 ORA-01031: insufficient privileges when connect as sysdba2020-09-12T11:34:54+00:00 Oracle database No Comment
Not able to connect Oracle database, When issue command — > sqlplus “/ as sysdba” $ sqlplus “/ as sysdba” SQL*Plus: Release Production on Wed Jan 22 02:09:17 2014 Copyright…
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 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