MDS and BIPLATFORM repositories are not found while installing through RCU - oracle11g

I am aiming to install OBIEE 11g.
1) I installed Oracle DB 11
2) Installed Oracle SQL Developer
3) Tested the connectivity and it worked
4) I have SYS, SYSDBA users running well with all the privileges
5) I downloaded RCU from Oracle for Windows 64 bit. I am running Windows 8.
6) While installing the RCU, I couldn't find the repositories MDS and BIPLATFORM. The only schemas I see are as shown in the picture.I have the sysdba privileges and I tested a test connection as SYS/SYSDBA through SQL developer successfully.

Related

How can I install NebulaGraph on Windows?

I want to install the Nebula Graph database on Windows, but I didn't find any references. I tried install on my own, but failed in the end.
I viewed NebulaGraph-related docs https://docs.nebula-graph.io/3.3.0/2.quick-start/2.install-nebula-graph/, but I didn't find what I want to.
How can I install NebulaGraph on Windows?
The situation for Windows is similar to macOS as explained here.
We could either leverage hypervisors(WSL2, VirtualBox, VMware player, etc)/or WSL1 to spawn a Linux machine to deploy it in the VM or go with Docker Desktop + Nebula-Docker-Compose.

How do I create a database on MariaDB server?

My hosting provider shows Server version: 10.1.44-MariaDB-cll-lve - MariaDB Server on cPanel.
I'm about to do some dev work locally.
I installed MariaDB on my Windows 10. It went under C:\Program Files\MariaDB 10.4 and I see that it installed itself as a service called MariaDB. Service is running.
I'm asking my question after trying a whole whack of things because I had done this many times using MySQL before this MariaDB thing.
How do I create a database off an sql dump file?
Since nothing that I'm trying is working and this is a brand new Maria DB installation , I would rather not talk about how I did this before. Instead, having this MariaDB installation now, what do I do to import this sql file?
OK, so this is what we need to do:
Assuming that your database is called MyDB.
Start command prompt as admin.
cd C:\Program Files\MariaDB 10.4\bin> // /bin where your MariaDB installation went.
mysql -u root
create database MyDB;
exit;
mysql -uroot MyDB < C:/where-you-have-the-file/dump-file.sql
mysql -u root
use MyDB
show tables;
Hopefully, you see your schema.

DPI-1047: Cannot locate a 32-bit Oracle Client library:

Using Robot Framework
DPI-1047: Cannot locate a 32-bit Oracle Client library:
"C:\Software\Oracle\product\12201_Client64\bin\oci.dll is not the
correct architecture"
Python 3.7.3
cx_Oracle 7.3.0
Robot Framework DatabaseLibrary installed
As you can see we have the 64 bit client installed, RF DatabaseLibrary installed.
Any assistance would be appreciated.
You are probably running the 32-bit version of Python 3.7.3 and this is why it's expecting a 32-bit Oracle driver.
In the cx_Oracle Installation guide:
Download an Oracle 19, 18, 12, or 11.2 “Basic” or “Basic Light” zip
file: 64-bit or 32-bit, matching your Python architecture.
So, your solution is a choice, install an additional version of Python to match the 64 bit Oracle Client or install a 32-bit Oracle client to match your Python setup.
You must have the Oracle Client (32 bit)
Dont't forget to put it in the environment variables.

ax 2012 r3 async server installation

getting error of "There is a problem with windows installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." while installing async server of ax 2012 r3
The SQLCMD utility is required to install Async Server. This utility is typically installed with Microsoft SQL Server. If a version of SQL Server is not installed on the computer where you install Async Server, you can download and install Microsoft Command Line Utilities 11 for SQL Server to meet this requirement.
Microsoft ODBS 11 Driver for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=36434
Microsoft Command Line Utilities 11 for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=36433

Configuring Cloudera Connector for MicroStrategy

I have installed ClouderaHiveODBCSetup_v2_00 on my windows XP and I am following instructions as per the following page
https://ccp.cloudera.com/display/con/Cloudera+Connector+for+Tableau
I am get the following error
the setup routine for the cloudera ODBC driver for APACHE hive ODBC driver could not be loaded due to system error code 127
What could be the problem . I have tried with all privileges as an admin
Thanks
Cloudera had updated the Hive ODBC driver. Have you try their latest version of the driver? The latest version runs fine on XP.
Here is the download link:
http://www.cloudera.com/content/support/en/downloads/download-components/download-products/downloads-listing/connectors/cloudera-odbc-drivers.html

Resources