Why my Oracle 10g does not have the scott account? - oracle10g

I am using oracle 10g and I need to unlock the scott account. But when I am trying this, it is showing that the user account does not exist. How can I resolve it?

If you didn't install it as part of the database, the installation script is $ORACLE_HOME/rdbms/admin/scott.sql

Oracle has the scripts to install their schemas on GitHub:
The Scott schema installation script may be in the $ORACLE_HOME/rdbms/admin/scott.sql file of an Oracle installation or is in Oracle's dotnet-db-samples GitHub repository.
The HR, OE, PM, SH, IX and BI sample schemas installation scripts can be found in the $ORACLE_HOME/demo/schema directory of an Oracle installation or in Oracle's db-sample-schemas GitHub repository and has an has an installation guide in the Oracle documentation pages.

Related

Can I install DB2 Connect to Bluemix to conect to Mainframe Z/OS?

Is DB2 Connect installation and license installation during build/deploy a good way to ensure mainframe connectivity to IBM Blue zone? My PHP Cloud Foundry app is on w3ibm.bluemix.
If yes shall I update the forked PHP Buildpack on GIT, by adding DB2 Connect to it?
Or shall I use some sort of docker image for this?
Any other idea?
I found that there is no need to install a DB2 Connect. I could not install it anyway on Bluemix. There might be services for this, but at the end I had to use DB2 PHP extension of the PHP build-pack and after deploy I copied the license file to the license folder from PHP code. Details here.

Where can i get these two jars - db2jcc4_license_cu and db2jcc4_license_cisuz?

I am trying to configure my project with IBM WAS 8.5.5.12 with J.D.K 1.8 and need type 4 driver for connection.
I'm assuming you are talking about DB2 for z/OS.
Then the answer can be found here. The important parts:
The db2jcc_license_cisuz.jar file is included in all DB2 Connect server editions including DB2 Connect Personal Edition. The license is also part the IBM Database Enterprise Developer Edition. If you already have one of these products, then please use the license file from the DB2 Connect Activation CD. If you have a Passport Advantage account, then remember to download the activation key from Passport Advantage for the DB2 Connect edition that you have purchased.
The db2jcc_license_cisuz.jar file is located in the /db2/license directory of the activation CD or activation file downloaded from Passport Advantage.
And:
I don't have a DB2 Connect product. Now what do I do?
If you do not have the file, then you must purchase a DB2 Connect product so that you may license the JDBC driver to connect to a mainframe.
Probably your DB2 administrators can provide you with the files...

How to get DB2 LUW trial version for Windows or where to practice online?

First I downloaded the VMware and Redhat 6.5 on my 64bit Windows machine, created virtual machine, set the network and host as needed.
Downloaded the db2 LUW 11.1 AMD64 for Linux, winscp the product to the redhat, unzip and tar -vxf the product.
But when I am checking the ./db2_prereqchk its fails, conveying that certan packages are not there to install the product.
Where can I download a trial version for Windows? Is anyone aware of an emulator online or cloud offer where DB2 can be practiced?
You can download trial versions of DB2 LUW at the IBM website. For testing DB2 online I would recommend to check out dashDB on IBM Bluemix. There are also Docker images available for DB2 Express-C, the free edition of DB2. So overall plenty of options.

Dreamfactory: IBM DB2 connection

I downloaded what I believe to be the latest copy of Dreamfactory for Windows from Bitnami bitnami-dreamfactory-1.8.2-0-windows-installer.exe. I would like to connect to an IBM DB2 remote database. In using the Admin Console I don't see an option in the SQL Vendor dropdown for IBM DB2. Did I miss a configuration step? If not, what do I need to do to configure IBM DB2 as a Remote SQL DB? I can't seem to find a reference in the documentation for how to do this.
Update
I just installed the Bitnami Ubuntu vmware appliance and it has a DB2 dropdown. Therefore, there is a flaw in the Windows 1.8.2 self installer.
With a quick test of the windows installer, we did confirm the DB2 value is in the dropdown menu. Please try to refresh the window frame or clear browser cache to see if that helps.
Also, the Bitnami package released for 1.8.2 currently doesn't have the db2 driver installed by default. We are working on getting another build that has better default setup. In the mean time, this link has the Windows instructions. I will try to get a more detailed instruction set for Windows.

Trouble installing ATG 10.1

Past two days, I was trying to install ATG in my windows machine using the ATG Installation and Configuration Guide.
I am able to install,
Oracle ATG Web Commerce platform
Oracle ATG Web Commerce Search
Then before installing CIM, I tried to configure the database. I am using MySQL 5.6.13.
In the section Creating Database Tables for ATG Portal, they asked to run the following command to run the script
install-mysql userid password database
but in the above command, what database name I should give?
Please guide me on this.
Thanks.
Assuming you are installing the Commerce Reference Store (CRS) you can use the following:
crsprod
as specified on page 9 of the CRS installation guide
If you are not using CRS, you can use whatever name you want since you then need to configure it in your DataSource files.