INSTALLATION DOCUMENTS BY RAVI

Saturday, August 25, 2018

Altering user password in oracle analytics cloud database

ERROR at line 1:
ORA-65048: error encountered when processing the current DDL statement in
pluggable database OACDEVPDB1

ORA-01918: user 'USER1' does not exist








Enable oracle script as below
Sql> alter session set “_ORACLE_SCRIPT”=true;









Disable oracle script:
Sql> alter session set “_ORACLE_SCRIPT”=false;






3 comments:

  1. Managing users, privileges, and database configurations is an important responsibility in cloud-hosted enterprise database environments. Students interested in cloud infrastructure, database administration, and enterprise application deployment can explore Cloud Computing Projects, where cloud services, virtualization, and enterprise resource management are implemented through practical solutions.

    ReplyDelete
  2. Understanding Oracle database administration within cloud platforms also helps professionals automate maintenance and manage enterprise applications efficiently. Readers can further strengthen their integration and automation skills through RESTful API Training, which covers REST-based communication and backend service integration commonly used in cloud environments.

    ReplyDelete
  3. For readers interested in enterprise cloud platforms, distributed computing, and scalable analytics solutions, 15 Big Data Projects for Final Year Students showcases practical implementations involving cloud-based data processing and enterprise-scale architectures.

    ReplyDelete

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...