Coursera is offering courses free online. The courses are delivered from faculty members of top universities in the world. You may find more information on the courses at:
https://www.coursera.org/
Happy learning !!!
Views expressed here are solely that of my own. Please make sure that you test the code/queries that appear on my blog before applying them to the production environment.
CORRUPTION DETECTED: In redo blocks starting at block 387073count 2048 for thread 2 sequence 8776 Deleted Oracle managed file +FRA/qtprdb/archivelog/2012_05_30/thread_2_seq_8776.366.784682159So, this was the motivation behind changing the SCAN listener port and here’s how you do it: 1) Log in as the “grid” user (if you have installed Grid & database under single user “oracle” then use “oracle” user) 2) Make a note of current SCAN listener configuration:
[grid@rac-prod01 ~]$ srvctl config scan_listener SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1521 SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1521 SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1521 [grid@rac-prod01 ~]$3) Modify SCAN listener port to "1528"
srvctl modify scan_listener -p 15284) Restart SCAN listener to make the new port effective
srvctl stop scan_listener srvctl start scan_listener5) Finally confirm the change
[grid@rac-prod01 ~]$ srvctl config scan_listener SCAN Listener LISTENER_SCAN1 exists. Port: TCP:1528 SCAN Listener LISTENER_SCAN2 exists. Port: TCP:1528 SCAN Listener LISTENER_SCAN3 exists. Port: TCP:1528 [grid@rac-prod01 ~]$