CONNECT / as SYSDBA STARTUP MOUNT mv /diska/logs/log1a.rdo /diskc/logs/log1c.rdo mv /diska/logs/log2a.rdo /diskc/logs/log2c.rdo ALTER DATABASE RENAME FILE '/diska/logs/log1a.rdo', '/diska/logs/log2a.rdo' TO '/diskc/logs/log1c.rdo', '/diskc/logs/log2c.rdo'; ALTER DATABASE OPEN;
Friday, March 6, 2015
relocate redolog oracle
relocate undo tablespaces oracle
#undo tablespace
SQL>create undo tablespace undotbs2 datafile '/new_location/newundo02.dbf' size 2000m;
#Set new tablespace as undo tablespace
SQL> alter system set undo_tablespace= undotbs2 ;
#Drop old undotbs tablespace
SQL> drop tablespace undotbs including contents;
relocate tempfile oracle
EXAMPLE:
sql>alter database tempfile 'D:\APP\PRAMOTE.L\ORADATA\DW\TEMP01.DBF' offline;
copy tempfile to new location
sql>alter database rename file 'D:\APP\PRAMOTE.L\ORADATA\DW\TEMP01.DBF' to 'E:\oradata\dw\temp01.dbf';
sql>alter database tempfile 'E:\oradata\dw\temp01.dbf' online;
sql>alter database tempfile 'D:\APP\PRAMOTE.L\ORADATA\DW\TEMP01.DBF' offline;
copy tempfile to new location
sql>alter database rename file 'D:\APP\PRAMOTE.L\ORADATA\DW\TEMP01.DBF' to 'E:\oradata\dw\temp01.dbf';
sql>alter database tempfile 'E:\oradata\dw\temp01.dbf' online;
Thursday, March 5, 2015
Remove GlobalProtect
Error msg
"An instance of GlobalProtect is already present on the system. Uninstall the current version before attempting to install the new version of GlobalProtect"
- Remove the registry items within the following registry path (Windows OS):
HKEY_LOCAL_MACHINE\Software\Palo Alto Networks\GlobalProtect\PanGPS
- Run the following command as an administrator from the windows cmd line:
sc delete PanGPS
- Reboot the machine
"An instance of GlobalProtect is already present on the system. Uninstall the current version before attempting to install the new version of GlobalProtect"
- Remove the registry items within the following registry path (Windows OS):
HKEY_LOCAL_MACHINE\Software\Palo Alto Networks\GlobalProtect\PanGPS
- Run the following command as an administrator from the windows cmd line:
sc delete PanGPS
- Reboot the machine
Thursday, February 19, 2015
JAVA 7u45 EMC , NETAPP , Brocade
firefox
about:config
set
security.tls.version.min to 0
Java 7 u45
comment line:
jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
in
C:\Program Files (x86)\Java\jre7\lib\security\java.security file
about:config
set
security.tls.version.min to 0
Java 7 u45
comment line:
jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
in
C:\Program Files (x86)\Java\jre7\lib\security\java.security file
Friday, February 13, 2015
Ubuntu 14.0.4.1 “intel_rapl: no valid rapl domains” message upon boot
add
blacklist intel_rapl in file
/etc/modprobe.d/blacklist.conf
Wednesday, February 11, 2015
enable webtool Brocade DS300, JAVA 1.7
comment line:
jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
in
C:\Program Files (x86)\Java\jre7\lib\security\java.security file
jdk.certpath.disabledAlgorithms=MD2, DSA, RSA keySize < 2048
in
C:\Program Files (x86)\Java\jre7\lib\security\java.security file
Subscribe to:
Posts (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => &...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...
-
``` sda: add missing path sda: failed to get udev uid: Invalid argument sda: failed to get sysfs uid: Invalid argument sda: failed to ge...