You can check index on a table in Oracle using DBA_INDEXES view and using dba_segments you can check size of…
During Oracle RMAN database backup, database must be in archivelog mode for RMAN backup. If you want to take database…
In this article we will discuss about PostgreSQL installation on Linux flavor OS Like RHEL, Fedora, CentOS 7. To install…
Oracle Database versions like 12c, 18c, 19c.. etc allow you to create many PDBs within a single CDB. In Oracle…
PostgreSQL Download – You can download PostgreSQL for Windows, Linux, Solaris, CentOS, Fedora and for many other different platforms. PostgreSQL…
PostgreSQL development team releases a new major PostgreSQL Version once in a year which includes some new features, bugs and…
You can use Oracle encryption password to encrypt export dumpfile. You can use TDE encryption feature for full database export…
ORA-00064: object is too large to allocate on this O/S (1,20005328,network connections) is encountered on database startup when open_links_per_instance parameter…
PostgreSQL server can contain multiple databases. Once you connect to server, PostgreSQL list database that has been created on the…
In this PostgreSQL tutorial, we will learn abut PostgreSQL create user command which is used to create a database user.…