Subscribe to Posts by Email

Subscriber Count

    696

Disclaimer

All information is offered in good faith and in the hope that it may be of use for educational purpose and for Database community purpose, but is not guaranteed to be correct, up to date or suitable for any particular purpose. db.geeksinsight.com accepts no liability in respect of this information or its use. This site is independent of and does not represent Oracle Corporation in any way. Oracle does not officially sponsor, approve, or endorse this site or its content and if notify any such I am happy to remove. Product and company names mentioned in this website may be the trademarks of their respective owners and published here for informational purpose only. This is my personal blog. The views expressed on these pages are mine and learnt from other blogs and bloggers and to enhance and support the DBA community and this web blog does not represent the thoughts, intentions, plans or strategies of my current employer nor the Oracle and its affiliates or any other companies. And this website does not offer or take profit for providing these content and this is purely non-profit and for educational purpose only. If you see any issues with Content and copy write issues, I am happy to remove if you notify me. Contact Geek DBA Team, via geeksinsights@gmail.com

Pages

Oracle 18c Database – Docker available

Hello

We have official docker files available to build the Oracle 18c Database in docker. Please go to this link.

https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance/dockerfiles

To build this

Install docker in your windows and switch to Linux Download the 18c database zip file to the docker directory and copy to c:\users\docker\18.3.0\dockerfiles\ Download the docker files from GitHub (above link) […]

Oracle 18c Released and available for download

Oracle 18c database Officially released for on premise customers. Not sure why 18.3 🙂

18c Database : Rollfoward Standby using Service

In the event of gap or lot of archive pending we generally do a rollfoward recovery of standby using backup incremental from that SCN. This is simplified in 18c and we can use service with RMAN command.

With 18c, you can now refresh the Standby using Service which is introduced in 12cR1. In previous versions […]

18c Database : Scalable Sequences

In 18c, the sequences can be scalable. Means the sequences will have an append of extra numbers with following formula.

scalable sequence number = 6 digit scalable sequence offset number || normal sequence number

6 digit scalable sequence offset number = 3 digit instance offset number || 3 digit session offset number.

The 3 digit […]

18c Database

Hello All

As you all aware or if not aware of, the next database release i.e 12.2.0.2 is named as 18c and 19c so on. Here is the roadmap from document 742060.1.

What does it contain or we expect from this release?

Tagged as fully autonomous database if your database in Oracle Public Cloud If […]