Tag: Osama blog
Oracle AutoVue Installation and SSO
Configure ASMLIB On Oracle Linux 6.6
I uploaded the document on Slideshare , check it from here
Cheers
Osama Mustafa
Dealing with Crontab
Procedure :
make a new text file, and enter this line in that text file like the below :-
crontab myfirstjob
Formatting crontab file :-
what this file contains
|
Number
|
Meaning
|
Allowed range
|
|
1
|
Minutes
|
0-59
|
|
2
|
Hours
|
0-23
|
|
3
|
Days
|
1-31
|
|
4
|
Months
|
1-12 OR First 3 letters of the Month name
|
|
5
|
Days of the week
|
0-7 OR First 3 letters of the Day name
|
|
6
|
Name of the program
|
Any program
|
Some useful command can be used with cron :-
Show all the task running under cron.
crontab -l
crontab -e
Some example from crontab file :-
# Minute Hour Day of Month Month Day of Week Command
# (0-59) (0-23) (1-31) (1-12 or Jan-Dec) (0-6 or Sun-Sat)
0 12 * * * /u01/backup.sh
For more example about crontab press here
Cheers
Osama Mustafa
How to add storage to ESXI 5.5
- Login to Vsphere client
- Select the host and then choose the Configuration tab –> Storage. like below
- Storage Type :-
- Which Storage you want add :-
- VMFS-3 For our case
- Storage Name
- maximum file size and capacity of the database.
- Press Finish
- Summary
Oracle Application Adapter installation.
The Application Adapter installer for 11g Release 1 (11.1.1.3.0) is applicable for the Oracle Service-Oriented Architecture (SOA) Suite and Oracle Service Bus (OSB). The Application Adapters that are installed can be used with Business Process Execution Language (BPEL), Mediator, Business Process Management (BPM), and OSB components. Using this installer, Application Adapters can be installed in a standalone SOA environment, standalone OSB environment, or mixed (SOA and OSB) environment.
You can check from here
The installation is not that hard , it’s all about configuration. i will post about later.
You Can Download it from here.
Operating system : Oracle Linux.
Installation Steps :-
ORA-01031: insufficient privileges On ASM – Grid Infrastructure 11gR2
The Error in the logs like the below :-
CRS-5011:Check of resource “+ASM” failed: details at “(:CLSN00006:)”
Node #2 was running without any problem , the issue was with node #1 and nothing changed recently.
The Error in Node #1 :-
crsctl start cluster
PRCR-1079 : Failed to start resource ora.asm
ORA-01031: insufficient privileges
CRS-5017: The resource action “ora.asm start” encountered the following error:
ORA-01031: insufficient privileges
. For details refer to “(:CLSN00107:)” in “/u01/app/grid/11.2.0.4/log/lux335/agent/ohasd/oraagent_oracle/oraagent_oracle.log”.
as you see from the above error “ORA-01031: insufficient privileges” i was running this command as root.
After check node #1 the solution so simple :-
Under $GRID_HOME/network/admin
vi sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES = (NONE)
which is wrong and to be changed to the following value :-
SQLNET.AUTHENTICATION_SERVICES = (NTS)
Reboot Node #1 and everything running successfully.
Thank you
Osama mustafa
soft limit maximum user processes/Oracle Linux
Oracle Database 12c Backup and Recovery Survival Guide
When I am looking for Oracle book it should have three Main things at least :
- Description ( Table Of Content )
- Examples for the new features.
- Cover The specific topic and cover it so well.
” Oracle Database 12c Backup and Recovery Survival Guide”
The above book written by two oracle experts
- Francisco Munoz ( Oracle ACE Director )
- Aman Sharma ( Oracle ACE )
This Chapter Describe RMAN Architecture & RMAN Concept Backup and how to use RMAN with oracle 12c,how to backup Controlfile, Spfile and Archive log,how to use Fast Incremental Backup.
This is Excellent Chapter for All DBA it’s Contains information how to troubleshoot RMAN,Tune RMAN, and how to monitor RMAN Session , Useful for Every DBA.
You can Order the Book Now :
Change SQL Developer Java Home
On Linux :
Usually it’s Located in /home/oracle
cd ./sqldeveloper/4.0.0/
Edit Product.conf
and Search For setJavaHome to new One
On Windows :
It’s Depend on user :
C:\Users\Osama\AppData\Roaming\sqldeveloper\4.0.0
and edit the same file.
Thank you
Osama Mustafa


















