Unable to connect Oracle ODI Marketplace to mysql embedded repository - oracle-data-integrator

i'm starting using Oracle ODI Marketplace. I've just deployed an instance on a VM in Oracle Cloud, by choosing the solution with the embedded mysql repository.
Now the problem is that when i start executing ODI i'm not able to connect ODI studio to mysql repository because i don't know/find the credentials needed to connect.
I've read the documentation but it is not so detailed about that.
i would really appreciate if you could help me
Thank you

Related

How to connect a remote MS SQL Server in neo4j tool?

I'm unable to add or connect MS SQL server remote Database in Neo4j?
I've tried several times by adding the remote server URL in the Neo4j tool
Also, how do we make this tool available to everyone or end users without installing on their devices?
Can anyone please guide me?
Please treat this as a request.
https://community.neo4j.com/t/how-to-connect-a-remote-sql-server-in-neo4j-tool/37962?u=kdplghna
As mentioned on the community post, Neo4j Desktop is not a general db management app, it is specifically for managing and working with Neo4j, so MS SQL support will not be added. Please search for other tools that are designed to work with that db.
If you want to connect to an MS SQL server from Neo4j, then you could use APOC to perform a load via JDBC:
https://neo4j.com/labs/apoc/4.1/database-integration/load-jdbc/

How to create SQL Server Version control in Dev Ops Azure

I am a 1 man team, more dev's coming on board, I have created a few on Premise SQL DBs; I have a Azure SQL DB managed instance and Azure Devops account setup
Currently:
I use SSDT -->Tools--> SQL Server: to manage the data and Schema comparisons , make sure it is in sync, On-Premise and Azure managed instance (as a backup at present, managed instance is not used for anything else)
I want to do
To manage the code for multiple devs,
I want to setup Azure SQL DB managed instance as production
SSDT or Git hub for version control(manage check-in / check out of SQL objects, we are all in sync)
Local on premise version as the development area, sync in with prod, use TFVC (SSDT) as tool to manage
the code conflicts , make sure all devs are working off the same DB
Q: Can I link my on premise SQL DB to DevOps source control , then links to SQL Azure managed DB? Can I do this with SSDT / GIT hub or do I need both?
Any step by step tutorials to set this up? In SSDT I am connected to my on premise SL db and to DevOps Repo , finding it difficult to figure out how to establish the link between the two
Getting overwhelmed with all the acronyms and 101 different products you can use (state based approach, DACPAC files, YAML , arm template , octopus deploy, redgate, dacfx,)
Cannot find anything online so far to show me how to setup from the ground up
Q: Can I link my on premise SQL DB to DevOps source control , then links to SQL Azure managed DB? Can I do this with SSDT / GIT hub or do I need both?
You have to install a self-hosted agent to access your on-premises instances
Then the pipeline flow can be built this way:
Build DacPac -> Deploy to Test (On-Premises) -> Deploy to Managed Instance (Prod)
Other points:
Since you are starting a new project, consider to use YAML pipelines.
Also, SSDT, starting VS 2019, is not suitable anymore for free use in a commercial environment. You have to get Professional or Enterprise license.
As the alternative, cross-platform Azure Data Studio + Database Project add-on
And some of the concepts blogged by me earlier:
https://www.alexvolok.com/2020/azure-devops-sql-server-dba-creating-database-project/
https://www.alexvolok.com/2020/azure-devops-for-sql-server-dba-automating-deployments/

How to connect to Sybase(BPPM tool) database using SSIS?

I have a requirement of pulling data from sybase database to SQL using an SSIS package. I cannot find any provider/sybase connector till now. Searched a lot on google/tried multiple suggestions but picture is not clear anywhere.
Kindly let me know what is the step by step process and download link of driver if required. I would prefer if it can be done without any new installation as it would require more approvals from client.
Install ASE from SAP website, then using ODBC connector, we can connect to sybase database in SSIS.

SQL Server Analysis Services and Team Foundation Server

I am attempting to setup Team Foundation server, however I am running into a problem regarding SQL Server Analysis Services.
The installer gives a warning saying that Analysis Services is not running. Analysis Services was installed when we installed the version of SQL because we do have the Deployment Wizard etc, however there is not a service showing in the services window that is running.
I tried to run the deployment wizard but it wants me to specify what database to connect to, and I can't create a database because I cant connect to analysis services.
There appears to be something fundamental that I am missing here, if anyone could give me guidance I would much appreciate it.
The AD account you install and configure TFS 2010 with has to have administrative privileges in the AS cube. You should be able to connect to it using SQL Server Management Studio. It needs these privileges during configuration to create and setup the cube.
How did you install SQL? Try tossing the SQL Install disc back in and install Analysis Services if it's not already present.
If you installed SQL Express as part of the TFS Install, then you don't get Analysis Services or any TFS features that depend on it (reporting).

Moodle with SQL Server

I'm having a tough time integrating moodle with sqlserver through FREEDTS even after reading the documentation in the moodle site.
I've setup the settings in freedts.conf,php.ini and Config.php.
But, inspite of all this it does not connect to my database. I'm using SQL Server 2008.
What could I possibly be missing?
Thanks.
Have you built PHP with support for FreeTDS as described in the FreeTDS User Guide?
I was able to get it running with SQL Server 2008 and IIS by following the guide from BFC Networks. The primary thing was using SQL Server 2.0 for PHP to complete the integration.

Resources