-- This Script will Install Oracle Database 19c (NON CDB) in Oracle Linux 7.9 -- VM Config : -- ----------- Core : 4 Ram : 16 GB Space : 512 GB DB : orcl Server Time Zone : ------------------ ------------------ sudo timedatectl set-…
HOW TO CONNECT ORACLE 6i FORMS TO ORACLE 12c / 19c Pre-requisites Disable Case-Sensitive Passwords Developer 6i cannot handle case-sensitive logins introduced in 11g+. ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE; (Now passwords are treated as u…
How to Install Oracle Database 19c in Oracle Linux 7.9 vi /etc/hosts 192.168.100.9 ol7-19.localdomain ol7-19 vi /etc/hostname ol7-19.localdomain yum install -y oracle-database-preinstall-19c yum update -y passwd oracle vi /etc/selinux/config SELINU…
set oracle_sid=ORCL SET ORACLE_UNQNAME=ORCL Go to RMAN sqlplus /nolog conn / as sysdba ---- Get the Oracle DBID select DBID from v$database; 1033682200 ----- Giving folder permissions. # chown -R oracle:oinstall /data/backup # chmod -R 775 /data/backu…
VIEW DATA FROM MICROSOFT ACCESS 2003 AT ORACLE 10G RELEASE 1 (WIN 2003) : STEP 1: CREATE A MICROSOFT ACCESS TABLE : my_access_tab STEP 2: CREATE AN ODBC LOCAL SYSTEM DSN AND SELECT ACCESS *.MDB FILE PREVIOUSLY CREATED AND GIVE USER NAME AND PASSWORD I…
follow the below steps: step1 :shutdown immediate step2: edit the pfile with the following log_archive_start=true log_archive_dest_1=’location=d:\archive_loc’ step3:startup mount step4:alter database archivelog step5: alter database ope…