Browser Compatibility Problem On Oracle 10g - oracle10g

I am using Oracle 10g DB with 10 users(in IE 7 browser).I can not use my application in windows 10.Please guide me for this problem
I am using Oracle 10g DB for my company transaction.That is one physical server with 10 users.This is licensed version.This application only works in IE 7 and below versions.Now i changed all user system to Windows 10. But i cannot run my oracle 10g Application in IE 10 and other browers. Please help me for this issue

Related

pgAdmin 4: Cannot open public schema "Tables" after upgrading to Win11

I am hosting a PostgreSQL 9.5 database on a DigitalOcean Droplet. I am using pgAdmin 4 v6.14 to access the database server.
Since upgrading to Windows 11, I still can connect and manually query the databases, but if I try to open /Schemas/public/Tables, there is just an endless "Windows-Sweep-Waiting-Icon" without any result nor error message. Other subsections such as Sequences are seemingly working fine. Other stakeholders using Windows 11 are experiencing the same issue, while users using Windows 10 can still use pgAdmin to access the database tables.
Are there any experiences with this problem? Is "just upgrade your postgreSQL version" the way to go? I am unexperienced in hosting a postgreSQL server and since there are multiple projects currently running, I am afraid to mess up with the server while it is "basically" working, and Windows 11 seems to be the discriminant factor.
Best regards

DB2 Express-C 11.1 connection problem Windows 11

I'm trying to connect to DB2 Express-C 11.1 on Windows 11 from Docker container.
I`m running just 2 commands inside container with DB (on the screen) and after second one it just hanging endlessly.
db2 'CREATE DATABASE MYAPP2 AUTOMATIC STORAGE YES USING CODESET UTF-8 TERRITORY PL COLLATE USING UCA400_NO'
db2 connect to myapp2 user db2inst1 using db2inst1-pwd
I have AMD Ryzen 7 5800H processor with Radeon Graphics 3.20 GHz, 16 GB RAM, Windows 11 Pro x64 v. 21H2

Basic commands (db2level) not running on no cost Db2 Community Edition 11.5.5 (latest)

The previous DB2 Express-C versions were working fine over the years, but the basic commands not running on no cost Db2 Community Edition 11.5.5 (latest) .
after installing the Db2 Community Edition 11.5.5, when running the db2level command, it gives the error:
SQL1022C There is not enough memory available to process the command.
and below links didn't help:
https://www.ibm.com/support/pages/error-sql1022c-there-not-enough-memory-available-process-command-after-changing-hostname-db2-server
https://www.ibm.com/support/pages/running-db2level-db2-command-window-returning-sql1022c
Some my findings are:
db2set' not working - DBI1302E Invalid parameter detected.
'db2set -all' working - DB2_EXTSECURITY=YES
'db2level' - SQL1022C There is not enough memory available to process the command.
'db2start' not working - SQL1390C The environment variable DB2INSTANCE is not defined or is invalid.
DB2 icon not presented on taskbar
db2 get dbm cfg | find "SYSADM" - not working (no output)
db2 get dbm cfg - DB21018E A system error occurred. The command line processor could not continue processing.
db2 update dbm cfg using sysadm_group DB2ADMNS - DB21018E A system error occurred. The command line processor could not continue processing.
Followed the same recommended steps (for DB2 installation) as being following since DB2 9.7 version (on WIN 8.1 machine + RAM 8 GB).
My logged-in user is machine administrator
The supplied user is 'db2admin'
Now on the problem machine, OS is Windows 10 Pro + RAM 8 GB.
Ran the setup.exe after extracting the downloaded zip
From the DB2 Setup Launchpad > Install a Product > DB2 Version 11.5.5.0 Server Editions > Install Now > then installed with all default settings
DB2 setup installed successfully but DB2 commands not working as explained above
I had the same issue but after installing db2 with administrator privileges (starting setup.exe as an admin) the issues were gone and everything was set up as expected.

MongoDb loses performance in Windows Server 2012

I am running an application how reads and write a batch process using MongoDb in 2 identical machines. One running Windows 8.1 and the other running Windows Server 2012.
The MongoDb performance in the Windows Server 2012 machine is 5 times worse than Windows 8.
Both machines have 16Gb of RAM, but the mongod.exe process consumes 1.2Gb RAM in Windows 8 and 500Mb in Windows server in an identical local database.
I already use MongoDb 2.4, 2.6 and 2.6 legacy and de behavior is the same.
Has anyone seen this behavior before?

How to import "loader" format data using SQLDeveloper?

How do I import data in "loader" format using SQL Developer?
SQLDeveloper can export data in "loader" format, so I would like to re-import it.
Note: I'm not able to login to the server on which the Oracle DB is running, and I don't have sysdba privileges.
Install OracleClient_11gR2_W64.zip package
Oracle home e.g. C:\oracle\product\11.2.0\client_1
Oracle Database Utilities
SQL*Plus
Oracle Call Interface (OCI)
Oracle Net (don't know if necessary)
Edit the C:\oracle\product\11.2.0\client_1\network\admin\tnsnames.ora, add a configuration for your remote DB, e.g. named ACME.
sqlldr scott/tiger#ACME control=BATCH_REPORTS_DATA_TABLE.ctl log=BATCH_REPORTS_DATA_TABLE.ctl.log
Also read this: How to install Oracle 11gR2 64-bit client on Windows 7
Download Oracle client 11gR2
64-bit: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win64soft-094461.html
win64_11gR2_client.zip Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64) 615MB
32-bit:
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html
win32_11gR2_client.zip Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit) 684MB