ORA-01516: nonexistent log file, data file, or temporary file "+DATA"

ORA-01516: nonexistent log file, data file, or temporary file "+DATA"


SQL> alter database tempfile 1 drop including datafiles;
alter database tempfile 1 drop including datafiles
*
ERROR at line 1:
ORA-01516: nonexistent log file, data file, or temporary file "+DATA"


Solution
--------------


alter TABLESPACE APPS_TEMP drop tempfile 1;

or


alter TABLESPACE APPS_TEMP1 drop tempfile '/erp_data/oradata/APPS_TEMP1_01.dbf';


add the temporary file if it required


alter TABLESPACE APPS_TEMP add tempfile '/erp_temp/oradata/APPS_TEMP1_02.dbf' SIZE 25500M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED;




appsdbahelp

17+ years of experience in Oracle Database, Oracle Cloud Infrastructure(OCI), Oracle EBS on Cloud, Oracle E-Business Suite, DevOps tools, Oracle WebLogic, Oracle Application Server, Oracle Access Manager and various Operating System flavors including Redhat Linux, UNIX (Solaris, HP-UX) and Windows. Expert in Oracle9i/10g/11g/12c/19c database administration, upgrade, configuration and tuning. Experience in Oracle E-Business Suite technological stack, including architecture, installation, configuration, maintenance, tuning, cloning and patching procedures. Expert in Oracle Cloud Infrastructure(OCI), Oracle EBS On Cloud and Oracle EBS Cloud Manager Experience with Oracle Cloud Solution and Expert of Oracle ERP/Oracle HCM Cloud deployment Experience in Terraform, JSON and chef cloud infrastructure automation framework Knowledge of ASM, Data Guard, Real Application Cluster, Exadata and Exalogic Knowledge of Oracle Enterprise Manager(OEM) Grid Control, Oracle WebLogic, Oracle Internet Directory, Oracle Access Manager and Apache Ability to analyze problem, develops solutions and bring program/project execution to completion.

Post a Comment

Previous Post Next Post