OUD 12c integration with OIM 12c - oracle12c

I want to fetch all the users from OUD 12c to OIM 12c. Although I could do that when the OUD 12c was setup with the database but now the OUD installed on my machine does not have a database/RCU configuration. So now I am not able to fetch the users. Can anyone please help me with this.
These were the steps I followed to integrate OUD and OIM -
Install OID connector
Create target and authoritative applications
Run the jobs in the scheduler
Am I missing any steps? Please help. Thank you :)

Related

Not able to add distributor while configuring transactional replication

I need to setup transactional replication, the publisher is SQL Server 2012 Enterprise edition and the distributor is SQL Server 2017 Standard edition. I am trying to add the distributor, from the distributor configuration wizard when I try to connect to the distributor, it fails saying- "SQL server could not retrieve information about server 'SERVER NAME', Could not find stored procedure sp_MSreplcheck_qv Error: 2812". However we have been able to add this distributor for other publication servers. I found a site where people has mentioned the solution for it but that doesn't work for me. I have been exploring Google but not able to find the solution. Any help would be highly appreciable.
The problem was I was using an older version of SSMS, I switched to a newer version and I was able to add the distributor successfully.

Azure Data Factory - Copy Data from PostgreSQL DB on Ubuntu

Trying to copy data from PostgreSQL DB on an Ubuntu box that needs IPs whitelisted to access it. With Azure Data Factory IPs changing all the time and since i cannot install Self-hosted integration runtime as its a Linux server, what other options are available to be able to copy data from this PostgreSQL DB into an Azure SQL DB without having to worry about the IP addresses. Any suggestions or known solutions for this please?
Based on the document,ADF Self-hosted integration runtime can't be installed on the linux server,only could be used on the windows server.
BTW,this feature will also not be supported recently,please follow this feedback link.
the latest comment:Currently we don't have any plan on this yet. Could
you share us your reasons why do you want Linux?
As workaround,i suggest you get an idea of Azure DMS(Database Migration Service). Please see more detail about it from this link and this video.

Issue uploading jar-files to Azure Web App

I've created a Web App with PostgreSQL and Tomcat 8.5 in Azure, and running java 8.
I'm using Eclipse, and have a local version of Tomcat. If I'm running the project locally, I'm able to contact the PostgreSQL. But when I push the project to Azure, I'm getting an error what it can't find the postgre driver.
Anyone have a step by step guide for uploading .jar-files to Azure web apps? I've tried with other projects that don't need postgres, but other .jar-files, and same problem.
you can try publish it using maven. Here are useful links:
https://learn.microsoft.com/en-us/azure/app-service/app-service-web-get-started-java
https://learn.microsoft.com/en-us/azure/app-service/containers/quickstart-java
If the database is also on Azure, you'll need to enable trafic from azure to it: https://learn.microsoft.com/en-us/azure/postgresql/concepts-firewall-rules

requirements for Oracle HTTP Server

For a personal project, I am trying to create a web page which displays some information from a database.
In order to have OHS, up and running, is it necessary to have already installed Oracle WebLogic Server?
Thanks,
OHS will run independently from the WebLogic application server.
For OHS 12c you have 2 options:
1) install Oracle HTTP Server collocated with an existing WebLogic Server domain
2) Standalone domain
More information and steps to install it can be found on the official doc:
https://docs.oracle.com/middleware/1221/core/install-ohs/WTINS.pdf

Integrating eclipse with db2

I was doing a project related to the IBM competition and need to create a web application. I have done a web application before by connecting netbeans and mysql. But, now am facing problem right from installation.
Is there any workbench(like something for mysql) for db2 . If so can anyone give a link. Also, I need to make jdbc connections. So, is there any other software I need to install.
Kindly explain to me in detail as I'm not pretty sure about this.
All you need is a DB2 JDBC JAR. Pick the appropriate one for your version and add it to your CLASSPATH.
You should use either a DB2 admin client to create tables and view data or something like SQL Squirrel.