ThinForms Enterprise - for Oracle Forms remove - oracle

how can i delete ThinForms Enterprise - for Oracle Forms + EBS extention

Related

Web Console and SQL Plus not syncing in Oracle XE 10g

I have Oracle XE 10g installed in my Windows 10 OS. I am able to connect both Web Console and SQL Plus command line to the database. The issue is operations done in SQL Plus command line are not reflecting in Web UI. But whatever doing in Web UI is reflecting in SQL Plus command line. I am using the default SYSTEM user. Why this issue coming?
SQL Plus version - SQL*Plus: Release 10.2.0.1.0
Oracle version - Oracle Database 10g Express Edition Release 10.2.0.1.0
Thanks in Advance

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.

ODAC 12c Release 3 not bringing Tables Associations from DB

I've just installed ODPwithODAC 12c and I was able to connect to Oracle 12c Database successfully, all the tables was loaded in the designer but without any relations (foreign key constraints) between them.
I am using Windows 8.1 (64 bit) ,Visual Studio 2013 Update 4, latest EF (6.1.2), ODPwithODAC 12 c Release 3 (32 bit) , and the Oracle Database is 12c (PDB) .
am I missing some configuration to get the the relations with the tables ?
Note: I've tried the same thing with Oracle 11g and I get the tables with their relations without any problem, also I tried Oracle 12c DB with EF 5 and once again it works great without any problems.
This sounds like a known bug that is specific to Oracle Multitenant scenarios.
You should use database version 12.1.0.2 or later and make sure you have installed Oracle Developer Tools for Visual Studio version 12.1.0.2 or later.

Determine Oracle Warehouse Builder version

Is there a way to check whether a server is running the 11g release 2 or 11g release 1 version of Oracle Warehouse Builder?
Also is it safe to assume that Release 11.1.0.7.0 in terms of the Oracle instance itself (as opposed to OWB) is an instance of 11g release 1?
select * from v$version;
returns
Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
PL/SQL Release 11.1.0.7.0 - Production
CORE 11.1.0.7.0 Production
TNS for Solaris: Version 11.1.0.7.0 - Production
NLSRTL Version 11.1.0.7.0 - Production
"Also is it safe to assume that Release 11.1.0.7.0 in terms of the Oracle instance itself (as opposed to OWB) is an instance of 11g release 1?"
Yes.
To get the version of OWB, try...
select release
from all_iv_installations;
(I can't test it as I haven't got OWB installed.)
Ref: http://download.oracle.com/docs/cd/E10926_01/doc/owb.101/b12146/d_pub.htm
Given that the OWB schema is installed with the database, it seems likely that that's the version of OWB you'll have, unless you think it's been upgraded seperately.
It seems it is possible to install OWB 11.2 into an 11.1 database:
"It is generally not necessary to download this standalone software unless you have any of the following needs:
- To install OWB 11.2 and host an OWB repository on Oracle Database 10 g Release 2 or Oracle Database 11 g Release 1. "
http://www.oracle.com/technetwork/developer-tools/warehouse/downloads/index.html
Log onto the owb server and the following query should help you:
select runtime_version from owbsys.wb_rt_service_nodes;
You either need to log in as owbsys or as someone who has the privileges to access this table.

Resources