Oracle 12c standard CDB count - oracle

I am using Oracle Database 12c Standard Edition Release 12.1.0.2.0 - 64bit. Can anyone please help me to know that how many numbers of CDB/SID/Instance I can create it with standard edition?

Related

Oracle 19c Compatible - Powerbuilder

One of our application build by powerbuilder 6.5 and it was currently connected Oracle 11.2.0.4 version. We are planning to migrate the 19c oracle. So will it be compatible 19c Oracle?
And we need to know if the Appeaon 2017 R3 1858 will support/compatible for 19C oracle?
We are working on a similar project to migrate Oracle9i database to Oracle 19c and the front end application is Powerbuilder 6.5
As part of the POC we connected the application to Oracle 19c application using Oracle 10g client on the server. With this setup we saw Powerbuilder 6.5 was compatible with Oracle 19c and have not faced any issues so far.

Is it possible to import a schma to Oracle 18c Express Edition from an Oracle 11g Standard Edition Dump file?

I have a dump file (one schema, size is less than 1GB) which is created (Using EXPDP) from Oracle 11g standard edition (VERSION Parameter not used).
Is it possible to load this dump file to an Oracle Database 18c Express Edition using IMPDP?
As far as I can tell, yes. Doesn't cost much to try it. If anything goes wrong, you'd just drop the user from your 18c XE database and start over.

Which Oracle 11g has DBCA?

I am having an issue with Oracle 11g. I need to download an Oracle 11g database that has the Database Configuration Assistant. I had already downloaded Oracle 11g Express Edition not realizing it apparently doesn't have DBCA.
So which Oracle 11g do I need to download so I can use DBCA?
I am on the Oracle website and see Oracle 11g Release 2. I have a Windows laptop with Windows 10.
That would be any other version (Standard or Enterprise).
11gXE has its limitations and creates a sample database during the installation process. As it allows only one instance, DBCA is useless in that version and is, therefore, not shipped with it.
Standard or Enterprise edition of Oracle 11g would do.
I have downloaded the version from Oracle and DBCA worked for me.

How can I find the edition of Oracle installed?

I have inherited an installation of Oracle 11G on CentOS. I know the version by running:
SELECT * FROM v$version;
Result: Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
However, I am trying to find the edition of Oracle installed for licensing purposes. Everyone keeps telling me it is a 'Lite' version...
The Oracle documentation tells me there are 5 editions:
From everything I have read when googling this, people say that if the results from select * from v$version does not say Enterprise, then it is Standard. I do not believe that I can go by that as there are 5 editions and two of them are separate types of Standard Edition. I need to know the exact edition installed.
Does anyone have any idea who I can determine what exact edition is installed?
Thanks!
Running this on 11g Enterprise
select * from v$version where banner like 'Oracle%';
shows
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
If it doesn't say Enterprise or XE then it is Standard
Mine tells me it's Enterprise
SQL> select * from v$version;
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Productio
NLSRTL Version 10.2.0.1.0 - Production

Oracle 10g xe 64bit version for CentOS 6.2

Are there any places where I could download Oracle 10g Express Edition for CentOS 6.2 64bit environment? I have searched in Oracle official website but I couldn't find a distro. Also I have googled for answers but couldn't find an appropriate one. So, it is much appreciated if anyone could assist me on this please.
According to the Oracle download website, 10g is no longer available, but you can request it using My Oracle Support if you own a valid database license. Unless you explicitly need 10g (e.g. to setup a test environment for supporting a legacy installation), I'd go for 12c instead.
In summary, you have two options:
use 12c Express Edition / 11g Express Edition instead
contact Oracle support to get 10g Express Edition

Resources