Link From here
Cheers
Osama
For the people who think differently Welcome aboard
Link From here
Cheers
Osama
I uploaded the document on Slideshare , check it from here
Cheers
Osama Mustafa
Stopping sshd: [ OK ]
Starting sshd: [ OK ]
Cheers
Osama Mustafa
SQL> SQL> SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 job finished
DECLARE
*
ERROR at line 1:
ORA-23616: Failure in executing block 7 for script
13F5CD569383406C82E7F63EE3F927E0 with
ORA-44001: invalid schema
ORA-06512: at “SYS.DBMS_RECO_SCRIPT_INVOK”, line 139
ORA-06512: at “SYS.DBMS_STREAMS_RPC”, line 465
ORA-06512: at “SYS.DBMS_RECOVERABLE_SCRIPT”, line 659
ORA-06512: at “SYS.DBMS_RECOVERABLE_SCRIPT”, line 682
ORA-06512: at “SYS.DBMS_STREAMS_MT”, line 7972
ORA-06512: at “SYS.DBMS_STREAMS_ADM”, line 2674
ORA-06512: at line 5
The error related to apply_queue parameter in oracle stream is not set with valid value, therefore set the parameter correctly like the below
apply_queue_user => ‘STREAM_ADMIN’
Cheers
Osama Mustafa
https://www.youtube.com/watch?v=StydMitHtuI&feature=youtu.be
Cheers
Osama Mustafa
The cause i really simple :-
On linux there is no enough space under /tmp.
On windows the solution like the following :-
ldap utility BINDASAPPUSER FAILED DUE TO INVALID PASSWORD
The above error happened to Siebel CRM.
the solution is so simple :-
In my version Siebel configured as SSO because of this OID hold all the application user after check o i found that orcladmin have only one week for password expiration Siebel consider this as error so i increase password policy in OID.
Cheers
Osama
cp /OEL6.6. iso /ISOs
mkdir p /var/ISO/OEL6.6
Run the below command to mount it :-mount o loop,ro /ISOs/OEL6.6. iso /var/ISO/OEL6.6
[OL66]
name=Oracle Linux 6.6
baseurl=file:///var/ISO/OEL6.6
gpgkey=file:///etc/pki/rpmgpg/
RPMGPGKEY
gpgcheck=1
enabled=1
yum clean all
yum respolist
The output should be like the below :-
repo id repo name status
OL66 Oracle Linux 6.6 25,459
Thank you
Osama Mustafa
Is your database healthy ?
ORAchk can be used with any database depend on your Platform Solaris Intel, Solaris SPARC, ,HP , Linux , you can check the Oracle Support Document :-
ORAchk – Health Checks for the Oracle Stack (Doc ID 1268927.2)
That include the userGuide and how to Use ORAchk with any platforms,
New Features :-
Database performance, install, scalability & ASM
Cross stack checks for Oracle Applications running on Solaris & Oracle Hardware
Enterprise Manager Agents performance and failure to run
Oracle EBS Accounts Payables
Usually the usage like the below :-
./orachk —> regular healtcheck + HA best practices
./orachk-c hacheck —> HA best practices Only
Cheers
Osama Mustafa
opatch apply -jdk /u01/app/oracle/JDK/160_24
Cheers
Osama Mustafa