creating a file through trigger in db2 9.7 LUW - db2-luw

Can i create a file (within the db2 server) through a trigger. And the file have information of the action that is activating it?
ps: i am using Linux environment and the db2 version is 9.7

Related

Oracle Data Modeler Scripts Stopped Working

The scripts in newer Oracle Data Modeler seems to have stopped working. Even though the Oracle Nashorn is selected as the Scripting engine, it's not working with the newer version of data modeler. Not sure what settings needs to be enabled for the scripting to work?
This is for version 21.4.1, the one which was release in December - 2021.
I have the same issue with Oracle Data Modeler 21.4.1.349
OS host is Oracle Linux 7
JDK is 1.8.251
After updating version of Data Modeler I got error message after try run of Design Rules "Oracle Nashorn scripting engine does not exist. Script evaluation is terminated.".

Problem with oracle forms 12c installation

I am trying to install Oracle 12c forms on my local pc. When I try to select
the path of my instaled Oracle 12c weblogic (I have instaled oracle 12c database and 12c weblogic)
and click next in the installation wizard it says
INST-07548: The selected distribution does not have any compatible install type for the selected Oracle Home.
INST-07551: Not all dependent featuresets for install type "Forms and Reports Deployment" could be found. The following prerequisites were found to be missing:
em_fmc - 12.2.1.3.0
What should I do?
have you followed the documentation ?
I must admit that installing Oracle Forms and Reports is not really straightforward.
You have to stick to what's said in the documentation, by first installing the "Oracle WebLogic Server FMW Infrastructure" and then install "Forms and Reports" product over it.
Oracle Forms and Reports is not install directly . First install the "Oracle WebLogic Server ,FMW Infrastructure" and then install " Forms and Reports.

DatabaseError while connecting cx_Oracle to SQL Database

I am having an issue when I am trying to connect to SQL Database. I have Installed cx_oracle using command: python -m pip install cx_Oracle (version 6.0.2). I use Python 2.7 version 32-bit on Windows 7. SQL DB version is 12.1.0.2.0.
I got the following error when I was trying to connect to SQL Database:
DatabaseError: DPI-1050: Oracle Client library must be at version 11.2 or higher
Can anyone help me to fix this issue? Is there a way to fix the problem without upgrading the oracle to an higher version?
Thanks in advance

What version of Oracle SQL Developer do I need to use to connect to Oracle 8i?

Our production application uses Oracle 8i with an embedded license. We do not have control over it so updating our Oracle version is not possible.
What version of Oracle SQL Developer would I need to use to connect to our Oracle 8i database?
The latest versions obviously do not work as Oracle 8i is not supported. What version would I need to use so that it allows me to connect?
A similar thread on OraFAQ has the following suggestion which seems promising as I too think it depends on the JDBC driver version. The suggestion is :
SQL Developer version 1.2.1 is able to connect to 8.1.7 with limited
functionality (prepared reports and browser for objects could not
work)..
Next version (tested with 3.2 64-bit) of SQL developer could be
"hacked" to connect to 8.1.7 by simply copy file
C:\oracle\product\10.2.0\client_1\jdbc\lib\classes12.zip from Oracle
client prior 11 into appropriate jdk\jre\lib\ext folder.
source
I use SqlDeveloper 1.5.5 for my Oracle Database 8.
But if the Table list is empty use SqlDeveloper 1.2.1

Connect to Oracle 11g using VS2010.net Drivers/Cleints

Hey all i am trying to redistribute my app that uses Oracle 11g:
Imports Oracle.DataAccess.Client
The problem i am having is that it will not run on a machine that doesnt seem to have the correct drivers that its looking for. When i install ODAC 11.2 Release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio on the test VM it works just fine but thats a 230+mb file to download and install! Not to mention that if the user already has Oracle 10/11g on their machine that it may mess up their current connections/etc by installing that setup file.
Is there another setup package that i can install that only has the Oracle Data Provider for .NET 2.0 11.2.0.2.0 or whatever its needing from that ODAC 11.2 Release 3 file.
So any help about what i need to go about fixing this problem would be great! :)
Thanks,
David
assuming you are on a 32bit environment you ought to be able to use the
ODAC112021Xcopy_32bit.zip 50.5 MB (53,019,552 bytes)
the corresponding 64-bit
ODAC112021Xcopy_x64.zip - 53.3 MB (55,955,853 bytes)
the files are smaller than the ODT tools but they work. Here is a dated (but it should get you on the correct track) how-to