Posts by Guhan S

REPLICATION CONFIGURATION IN MSSQL

INTRODUCTION MSSQL replication refers to technologies used for copying and distributing data and database objects from a Microsoft SQL Server database to another database BENEFIT OF SQL SERVER REPLICATION With…

Read More

MONGODB INSTALLATION IN WINDOWS

INTRODUCTION MongoDB is an open source NoSQL database management program. NoSQL (Not only SQL) is used as an alternative to traditional relational databases. NoSQL databases are quite useful for working with…

Read More

ORA-24247: network access denied by access control list (ACL)

ERROR:- Error starting at line : 20 in command – BEGIN APEX_INSTANCE_ADMIN.VALIDATE_EMAIL_CONFIG; END; Error report – ORA-24247: network access denied by access control list (ACL) ORA-06512: at “SYS.UTL_TCP”, line 19…

Read More

An API call has been prohibited

While calling the object in oracle apex metadata we are getting this issue. This issue was raised by development team. ISSUE:- Getting an error An API call has been prohibited.…

Read More

UPGRADE 12C to 19C IN PDB USING AUTOUPGRADE METHOD

UPGRADE 12C to 19C IN PDB USING AUTOUPGRADE METHOD   LOG INTO THE DATABASE AND MAKE SURE THE CORRECT ORACLE HOME HAS BEEN SET. CHECK STATUS OF ARCHIVELOG MODE IN…

Read More

FIXING APEX ERROR DURING UPGRADATION IN PDB

FIXING APEX ERROR DURING UPGRADATION IN PDB INTRODUCTION :- I got the following APEX error in 19C pluggable database while upgrading the PDB database from lower version (12C) to higher…

Read More