How install Marketing Segmentation in Oracle Business Intelligence Enterprise Edition 12c - obiee

in my Obiee 12 there isn't the application/package called 'Marketing Segmentation'. How can I install it? That's why I can't create a segment.
There is a simple method to do it or I need to modify instanceconfig.xml?
Thanks

Disabled by default. For 12.2.1.4 (no idea what "12c" you are on) you need to enable it by following https://support.oracle.com/epmos/faces/DocContentDisplay?id=2458323.1

Related

How to upgrade Oracle Enterprise Manager Database Console without upgrade the database version itself?

Maybe the question is not so clear.
I'm not sure about the relations of these Oracle's components.
We have an Oracle 11g with an OEM dbconsole on it.
Is dbconsole and databse control are actualy the same thing?
Since Adobe Flash EOL arrived at 31.12.2020 we want to upgrade our EM product to 13.4
Is EM database console (or database control?) depends the version of the database itself?
The only information about upgrading of OEM is for cloud control.
Thank you.
If you are using "EM express" (the cut down version that comes with the database), then yes, you need a later version of the DB to get the later version of EM express.
Alternatives are to use full blown OEM, but if that is not feasible, I would look at just using the DBA facilities in SQL Developer or SQL Developer Web (available via ORDS).

"Could not reserve enough space for object heap" during Oracle 12c installation

I want to upgrade my Oracle client from 12c to 18c, but there is an issue.
I deinstall Oracle 12c and delete everything from that. Now I want to install Oracle client 18c and it doesn't work.
The command line says:
"Error occurred during initialization of VM Could not reserve enough
space for 1048576KB object heap"
I don't know what I can do to solve this problem.
Please help, thank you.
For anyone stumbling across this looking for the correct method on Oracle DB, Oracle EM, or most any Oracle product installed by the Oracle Universal Installer (OUI)... it is as follows: Edit the Java memory parameters in the oraparams.ini file. This file has various locations depending on the exact software and version being installed.
However, in my own instance, trying to install via Chef Workstation's knife bootstrap feature on Windows, this editing doesn't work. The JVM heap still fails to initialize.

Looking for specific version of SQL*Plus with GUI

I am looking for SQL*Plus release 9 to release 11, which it is with a GUI, like the picture shown below.
SQL PLUS with GUI
I couldn't find any installer from Oracle OTN as it has been replaced by version 11 and version 12.
I have tried to use SQL*PLus release 12, it is not as handy as the one with GUI.
If any of you have a copy of it and dont mind sharing it with me or you have an idea where can i get it from, it would be great.
Thank you.
GUI SQL*Plus (sqlplusw.exe) was available up to 10g version. However, it is no longer available for download, as stated on OTN:
Oracle Database 10.2 and 11.1 are no longer available for download.
The software is available as a media or FTP request for those
customers who own a valid Oracle Database product license for any
edition.
Though, if you have a valid license, you might get it - just contact Oracle.
Alternatively, consider downloading & installing Oracle SQL Developer, a modern free GUI tool.

Service privileges for Patch Download? (Oracle 11gR2)

To perform tests in advance of an upgrade from Oracle 11gR2 to 12c on our production systems, I tried to update the database of a developer virtual machine (Windows 7). The current Oracle Database version of this old developer machine is 11.2.0.1.0.
The setup file of Oracle 12c then told me to patch to 11.2.0.2, 11.2.0.3 or 11.2.0.4 first. So I tried to find and download the Patch to 11.2.0.4 for Windows x64. The official Oracle page only lists 11.2.0.1, so I did a quick search that lead me to this page, which in turn lead me to this page.
I am used to be forced to login to download stuff from Oracle, but the second page tells me I need special support privileges. Seriously? Oracle allows me to setup a developing machine with their enterprise editions but I need support privileges to download a patch to the most recent version of Oracle 11?
Did I miss something? How am I supposed to test the upgrade process on my developing machine(s)?
Thanks for any help!
There is another way to update your database version to version 12c.
Install the new version in a different HOME, export the full database 11g with expdp tool and then import it into the new updated data instance with impdp tool.
Do you happen to know which "Customer Service Identifier" (CSI) you're using when you attempt to download the patch?
See if you can determine the "Customer User Administrator" (CUA) for your company's My Oracle Support (MOS) Account associated with that CSI.
Then send that party a request to grant you download privileges on that CSI.
You may encounter additional hurdles if the CSI in question has moved into "extended support required" status.
I had this very adventure a few months ago.
And note that though I am writing this in 2020 when Oracle 11g is out of support, my aim here is to help people work through the "not authorized to download" issue the question references - which can pertain to Oracle versions new and old.

Develop on local Oracle instance

I want our team to develop against local instances of an Oracle database. With MS SQL, I can use SQL Express Edition. What are my options?
Oracle has an express edition as well. I believe it is more limited though (IIRC, you can only have one database on an instance)
Oracle XE
I have had a lot of success using Oracle 10g Express Edition. It comes with Oracle Aplication Express which allows the simple admin and creation of software via a web interface. It is limited to 4Gb of Disk Space, 1Gb of Ram and will only use 1 processor.
It's free and in my experience has been 100% reliable. It can easily be hosted within a Virtual machine.
Also Oracle SQL Developer is a cross platform application that can be used with any version of Oracle and is also free. Oracle 10g is superb. Go for it :-)
I'm happy with Oracle XE for development purposes.
I do have this piece of wisdow to share; if you're having problems like ORA-12519: TNS:no appropriate service handler found or ORA-12560: TNS:protocol adapter error from time to time then try to change your PROCESSES parameter, logon to Oracle using sys as sysdba and execute the following:
ALTER SYSTEM SET PROCESSES=150 SCOPE=SPFILE;
After changing the PROCESSES parameter restart your Oracle service.
Oracle allows developers to download and use Oracle for free for the purpose of developing software (at least for the initial prototype, best to read the license terms). Downloads here.
We ended up using Oracle XE. Install client, install express, reboot, it just works.
I don't recommend Oracle XE. My co-workers and I have been doing a project in Oracle and got severely tripped up after trying to use XE for our local development instances. The database worked fine until we started running local stress tests, at which point it started dropping connections.
I don't know whether this is an intentional, documented limitation or if perhaps we each just hit a weird bug, but I strongly recommend that you stay away from XE. When we both switched over to the full version, our problems immediately went away.
Also, Oracle doesn't require any kind of licensing confirmation for the full server; you have to click something to say that you have indeed acquired a license, but it doesn't make you prove it. So if you indeed have a license to use Oracle, there's no reason why you can't just install the full version on your development machines.

Resources