1 / 45

Progress and Oracle

Progress and Oracle. Same and Different. Points to consider. Database Size. Database Size. Progress. Oracle. Small < 1 TB Medium 1-50 TB Large 50-200 TB VLDB 200 TB. Small < 10 GB Medium 10-100 GB Large 100-500 GB VLDB 0.5-5 TB. Points to consider. Database Size

padma
Télécharger la présentation

Progress and Oracle

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Progress and Oracle Same and Different

  2. Points to consider • Database Size PUG Challenge Americas 065 Progress and Oracle

  3. Database Size Progress Oracle Small < 1 TB Medium 1-50 TB Large 50-200 TB VLDB 200 TB • Small < 10 GB • Medium 10-100 GB • Large 100-500 GB • VLDB 0.5-5 TB PUG Challenge Americas 065 Progress and Oracle

  4. Points to consider • Database Size • High Availability PUG Challenge Americas 065 Progress and Oracle

  5. Cluster db Active - Passive Active – Active PUG Challenge Americas 065 Progress and Oracle DB

  6. Cluster db 2 PUG Challenge Americas 065 Progress and Oracle

  7. Planned Downtime Schema change Software upgrade PUG Challenge Americas 065 Progress and Oracle

  8. Points to consider • Database Size • High Availability • Licenses PUG Challenge Americas 065 Progress and Oracle

  9. Licenses • Enterprise Database $$ • Workgroup Database $ • OE Replication • OE Management • TDE • Enterprise Edition $$$$ • Standard Edition $$ • Standard Edition One $ • Express Edition Free • Partitioning • Real Application Clusters • DataGuard • Diagnostics Pack • Tuning Pack PUG Challenge Americas 065 Progress and Oracle

  10. Points to consider • Database Size • High Availability • Licenses • Hardware costs • IT Stuff PUG Challenge Americas 065 Progress and Oracle

  11. Additional Products OpenEdge Management Oracle Enterprise Manager PUG Challenge Americas 065 Progress and Oracle

  12. PUG Challenge Americas 065 Progress and Oracle

  13. OEM Tablespaces PUG Challenge Americas 065 Progress and Oracle

  14. PUG Challenge Americas 065 Progress and Oracle

  15. OEM show SQL PUG Challenge Americas 065 Progress and Oracle

  16. PUG Challenge Americas 065 Progress and Oracle

  17. OEM parameters PUG Challenge Americas 065 Progress and Oracle

  18. PUG Challenge Americas 065 Progress and Oracle

  19. OEM Users PUG Challenge Americas 065 Progress and Oracle

  20. PUG Challenge Americas 065 Progress and Oracle

  21. Additional Products OpenEdge Management OpenEdge Replication OpenEdge Replication Plus BravePoint Pro2SQL Oracle Enterprise Manager Oracle DataGuard Oracle Active DataGuard Oracle Golden Gates Real Application Clusters (RAC) Oracle Data Integrator PUG Challenge Americas 065 Progress and Oracle

  22. PUG Challenge Americas 065 Progress and Oracle

  23. Physical Structure (data files) PUG Challenge Americas 065 Progress and Oracle

  24. Logical Structure PUG Challenge Americas 065 Progress and Oracle

  25. Background Processes -H server –S db_port Server, Listener port, db name PUG Challenge Americas 065 Progress and Oracle

  26. Meta-schema and VST Progress Meta-schema tables -80 < _file-number < 0 Progress VST _file-number < -16384 PUG Challenge Americas 065 Progress and Oracle

  27. Meta-schema and VST PUG Challenge Americas 065 Progress and Oracle

  28. Oracle simplify memory parameter settings (-B) PUG Challenge Americas 065 Progress and Oracle

  29. Environment Variables and Installation PUG Challenge Americas 065 Progress and Oracle

  30. Create Database PUG Challenge Americas 065 Progress and Oracle

  31. PUG Challenge Americas 065 Progress and Oracle

  32. PUG Challenge Americas 065 Progress and Oracle

  33. Create Database • prodbmydb • procopy empty8 mydb • Min size 5 MB • Min memory 160KB • Time to create 1 second • A set of .sql scripts • create database mydb; • Min size 512 MB • Min memory 512MB • Time from 20 min to 1.5 hr PUG Challenge Americas 065 Progress and Oracle

  34. Shutdown • Unconditional Shutdown • Emergency Shutdown • Shutdown Normal • Shutdown Transactional • Shutdown Immediate • Shutdown Abort PUG Challenge Americas 065 Progress and Oracle

  35. Startup PUG Challenge Americas 065 Progress and Oracle

  36. Backup PUG Challenge Americas 065 Progress and Oracle

  37. Compressed Backup 700 GB Progress DB makes about 600 GB probkup 1.4 TB Oracle DB makes either 1.2 TB regular backup or 250 GB RMAN compressed backup (BZIP2 is default). PUG Challenge Americas 065 Progress and Oracle

  38. Dump and Load PUG Challenge Americas 065 Progress and Oracle

  39. Flashback PUG Challenge Americas 065 Progress and Oracle

  40. Flashback Database -- Flash database 1 hour back SQL> flashback database to timestamp sysdate-(1/24); Using Standby Database for Testing SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL;SQL> CREATE RESTORE POINT Standby_flashback_testing GUARANTEE FLASHBACK DATABASE; SQL> ALTER DATABASE OPEN; --- Make a Test on a Standby DB SQL> FLASHBACK DATABASE TO RESTORE POINT Standby_flashback_testing ; SQL> ALTER DATABASE CONVERT TO PHYSICAL STANDBY; PUG Challenge Americas 065 Progress and Oracle

  41. Flashback Table SQL> delete from employees 10000 rows deleted. SQL> commit Commit complete. SQL> select count(*) from employees; COUNT(*) ---------- 0 … Oops … SQL> flashback table employees to timestamp systimestamp - interval '15' minute; Flashback complete. SQL> select count(*) from employees; COUNT(*) ---------- 10000 PUG Challenge Americas 065 Progress and Oracle

  42. Flashback Drop PUG Challenge Americas 065 Progress and Oracle

  43. Flashback Query SQL> delete from employees where employee_id in (195,196); 2 rows deleted. SQL> commit; Commit complete. … Oops … SQL> insert into employees select * from employees as of timestamp systimestamp - interval ‘30' minute where employees.employee_id not in (select employee_id from employees); 2 rows created. SQL> commit; Commit complete. PUG Challenge Americas 065 Progress and Oracle

  44. Raid5 RAID 5 PUG Challenge Americas 065 Progress and Oracle

  45. Questions www.proora.com levin-d@hotmail.com dlevin@broderbros.com www.peg.com PUG Challenge Americas 065 Progress and Oracle

More Related