1-Login to database as SYS user or OVS user
2-Take a backup from OVS_USER table
create table OVS_USER_BKP as select * from OVS_USER;
3-Run the command below:
UPDATE OVS_USER set password='testepasswd' where account_name='ADMIN';
commit;
4-Encrypt the password with this command below:
UPDATE OVS_USER set password=create_encrypt_passwd('testepasswd') where account_name='$USER';
commit;
Best Regards,
Paulo Portugal
Oracle, RAC,Exadata, SRVCTL, Cluster, Streams, XStream, TimesTen, Data Guard, Replication , Security, Database Vault, FGA, RLS, Backup and Recovery, RMAN, Performance and Tuning, Flashback, OID, BPEL, OTM, EBS, E-Business, Certification, OCP, OCM, Opatch, SRVCTL, Oracle Golden Gate
Amazon books
Friday, September 23, 2011
Wednesday, September 21, 2011
Mount ISO on Linux
1-Create directory to be used
mkdir -p /mnt/disk
2-Mount using command below:
mount -o loop OracleVM-Manager-2.2.0.iso /mnt/disk
Best Regards,
Paulo Portugal
mkdir -p /mnt/disk
2-Mount using command below:
mount -o loop OracleVM-Manager-2.2.0.iso /mnt/disk
Best Regards,
Paulo Portugal
Creating OVS repository - Oracle VM
1-Create partition using fdisk
2-Make ocfs2
mkfs.ocfs2 /dev/sda4
3-Create repository
./opt/ovs-agent-2.3/utils/repos.py -n /dev/sda4 --options rw,sync
4-List ID for repository
./opt/ovs-agent-2.3/utils/repos.py -l
5-Mark it as a ROOT repos
./opt/ovs-agent-2.3/utils/repos.py -r 12d25384-1eda-4e95-9f91-1b6f304a5587
Best Regards,
Paulo Portugal
2-Make ocfs2
mkfs.ocfs2 /dev/sda4
3-Create repository
./opt/ovs-agent-2.3/utils/repos.py -n /dev/sda4 --options rw,sync
4-List ID for repository
./opt/ovs-agent-2.3/utils/repos.py -l
5-Mark it as a ROOT repos
./opt/ovs-agent-2.3/utils/repos.py -r 12d25384-1eda-4e95-9f91-1b6f304a5587
Best Regards,
Paulo Portugal
Subscribe to:
Posts (Atom)