Categorie: Database
How to reset lost sa password in SQL express
http://www.vladan.fr/how-to-reset-lost-sa-password-in-sql-express/ You’ll have to first change the authentication mode from SQL server authentication into Mixed mode > Then enable the...
Read More » MsSql
http://www.vladan.fr/how-to-reset-lost-sa-password-in-sql-express/ You’ll have to first change the authentication mode from SQL server authentication into Mixed mode > Then enable the...
Read More » MsSql
How to Delete Old Obsolete and Expired Oracle RMAN Backup
http://www.thegeekstuff.com/2015/01/delete-oracle-rman-backup/ How to Delete Old Obsolete and Expired Oracle RMAN Backup RMAN Retention Policy In the following example, retention policy...
Read More » Oracle
http://www.thegeekstuff.com/2015/01/delete-oracle-rman-backup/ How to Delete Old Obsolete and Expired Oracle RMAN Backup RMAN Retention Policy In the following example, retention policy...
Read More » Oracle
How to Backup Oracle Database using RMAN (with Examples)
http://www.thegeekstuff.com/2013/08/oracle-rman-backup/ How to Backup Oracle Database using RMAN (with Examples) RMAN backup of both database and archive logs. RMAN> BACKUP...
Read More » Oracle
http://www.thegeekstuff.com/2013/08/oracle-rman-backup/ How to Backup Oracle Database using RMAN (with Examples) RMAN backup of both database and archive logs. RMAN> BACKUP...
Read More » Oracle
Windows 10 Reset Startmenu
1. Create a batch file using notepad and call it (for want of a better name) “FixLockedDesktopProcs.cmd”2. Type the following...
Read More » Oracle,Windows
1. Create a batch file using notepad and call it (for want of a better name) “FixLockedDesktopProcs.cmd”2. Type the following...
Read More » Oracle,Windows
Examples Restore Oracle Database using RMAN
http://www.thegeekstuff.com/2014/11/oracle-rman-restore/ How to Restore Oracle Database using RMAN (with Examples) by Ramesh Natarajan on November 24, 2014 As a...
Read More » Oracle
http://www.thegeekstuff.com/2014/11/oracle-rman-restore/ How to Restore Oracle Database using RMAN (with Examples) by Ramesh Natarajan on November 24, 2014 As a...
Read More » Oracle
Restore database to another host using RMAN
http://www.oracledistilled.com/oracle-database/restore-database-to-another-host-using-rman/ Restore database to another host using RMAN by Eric Jenkinson on April 28, 2010 Categories: Backup and Recovery,Oracle Database...
Read More » Oracle
http://www.oracledistilled.com/oracle-database/restore-database-to-another-host-using-rman/ Restore database to another host using RMAN by Eric Jenkinson on April 28, 2010 Categories: Backup and Recovery,Oracle Database...
Read More » Oracle
opmnctl processen Oracle Starten, http webserver oracle starten
http://docs.oracle.com/cd/E12839_01/doc.1111/e14007/opmnctl.htm#ASPMN129 opmnctl opmnctl is the supported tool for starting and stopping all components in an Oracle instance, with the exception...
Read More » Oracle
http://docs.oracle.com/cd/E12839_01/doc.1111/e14007/opmnctl.htm#ASPMN129 opmnctl opmnctl is the supported tool for starting and stopping all components in an Oracle instance, with the exception...
Read More » Oracle
character set MySQL database table column
http://stackoverflow.com/questions/1049728/how-do-i-see-what-character-set-a-mysql-database-table-column-is mysql> use db_nameDatabase changedmysql> SELECT @@character_set_database;+--------------------------+| @@character_set_database |+--------------------------+| latin1 |+--------------------------+1 row in set (0.00 sec) or: mysql> show variables...
Read More » Mysql
http://stackoverflow.com/questions/1049728/how-do-i-see-what-character-set-a-mysql-database-table-column-is mysql> use db_nameDatabase changedmysql> SELECT @@character_set_database;+--------------------------+| @@character_set_database |+--------------------------+| latin1 |+--------------------------+1 row in set (0.00 sec) or: mysql> show variables...
Read More » Mysql