How to resolve 'reserve exceeded (host) : Out of memory' issue with Netezza database? - netezza

How to resolve 'reserve exceeded (host) : Out of memory' issue with Netezza database?
I try to execute Netezza database table small query using aginity tool and i got 'reserve exceeded (host) : Out of memory' issue. How to resolve this issue?

I have restarted Netezza database engine using below IBM Netezza SSH terminal commands
Stop Neteazza database engine
nzstop
Start Neteazza database engine
nzstart
Other option is:
restart Linux Netezza database server.

Related

Can I configure SSMA to use DB2 server_encrypt authentication?

I am trying to use Microsoft SQL Server Migration Assistant (SSMA) for DB2 (version 7.5.0) to migrate a DB2 11.1 database to MS SQL 2014. The DB2 connection used to work, but fails after the administrator changed the DB2 authentication method from the default of “server” to “server_encrypt” to meet an audit requirement. Now when I connect to the the DB2 server, I am getting the following error:
Connection to DB2 failed.
The authentication method used is not supported by the remote system. Contact your system administrator.
Is it possible to configure SSMA to use the DB2 server_encrypt authentication method? If so, how?
Thank you in advance for your help.
I was able to connect using the Connection String mode and the following connection string:
Provider=DB2OLEDB;User ID=useName;Password=password;Initial Catalog=dbName;Network Transport Library=TCPIP;Host CCSID=37;PC Code Page=1252;Network Address=serverName;Network Port=portNbr;Default Schema=schemaName;Units of Work=RUW;DBMS Platform=DB2/MVS;Use Early Metadata=False;Defer Prepare=False;DateTime As Char=False;Rowset Cache Size=0;Binary CodePage=0;Datetime As Date=False;AutoCommit=True;Authentication=Server_Encrypt_UsrPwd;Decimal As Numeric=False;Allow Null Chars=False;LoadBalancing=False;Persist Security Info=False;Cache Authentication=False;Connection Pooling=False;Literal Replacement=False;

ORA-06508 Error on 10G form with 11g Database

We are currently running oracle 10g Application server with 10g developer suite but with a 11g database.
When we compile a form while connected to our 11g database and run it on the 10g application server, we get a ORA-06508. We have traced this to a call to a package that is contained within the form (not a atached PLL or in the database).
When we compile against a historic 10g database everything works exactly as it should.
call is just...
pkg_name.procedure_name;
and specification of this package is
procedure_name(arg1 varchar2(100) default null);
We cannot continue to compile against the old database, Any assistance in trying to track this error would be appreciated.
Are you connecting the 11g database to the user who is the owner of the package for executing? In that case or even if you are connecting to different user to execute the pkg,I'm suspecting the synonym is missed for this package.
Generally for this ora-06508 - From my experience only 3 possible issues
1)package not exist
2)package exist but in invalid status
3)Synonym is missing for that pkg
Could you tyr after create synonym package_name for pkgowner.package_name

Spring Roo: Unable to perform reverse engineer in SqlServer: connection reset

I'm trying to reverse engineer a sqlserver database, but unfortunately I got stuck when executing the following command:
database introspect --schema dbo
The result after a few seconds:
Connection reset
I have successfully configured the database properties (jpa setup) and installed the jtds driver.
I can connect to the database with the same credentials using RazorSQL.
Any idea or help is welcomed.
Thanks
RESOLVED: The user hadn't enough permissions and we moved him from mixed to sql mode.

Steps to migrate Azure DB from PAAS to On premise or IAAS

My organisation has taken a decision where i am asked to move the complete application along with Databases from azure PAAS to Google IAAS or on Premise architecture.
I had installed sql server 2016 and tried to restore a DB after taking back up from azure to On premise sql server and it got successfully restored. The .bacpac file size was 500MB. I used import functionality of the sql server to restore the Azure DB. How ever when i tried restoring the DB with .bacpac file size of 2 GB i got below errors:
Error SQL72016: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Error SQL72045: Script execution error. The executed script:
/*
Data is bulk loaded at this point in deployment execution
*/
(Microsoft.SqlServer.Dac)
ADDITIONAL INFORMATION:
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated. (Microsoft SQL Server, Error: -2)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=13.00.1400&EvtSrc=MSSQLServer&EvtID=-2&LinkId=20476
The wait operation timed out
I tried finding some knowledge doc to migrate DB from Azure PAAS to IAAS or on premise but couldn't find any.
Need help on this.
P.S. All my azure DB are on V12.
Its due to migration take long time, Please use SQL Database migration wizard, which can break data and schema transfers into multiple operations.
please refer this link: http://sqlazuremw.codeplex.com/documentation

Oracle throwing ORA-16198 on database switch over

We are trying to do a manual failover of our oracle database servers through enterprise manager and it keeps throwing an ORA-16198 timeout incurred on internal channel during remote archival. How do I go about troubleshooting this problem?
is this a production issue, or are you just working in a test environment? If its production... talk to oracle support.

Resources