I am installing a new application on a AIX 4.3.3 and Oracle 8i server.
The installation is successful, however when i try to load the application the following error crops up.
$ . ./setenv
$ ./app-start
exec(): 0509-036 Cannot load program ecn-admin because of the following errors...
People,
I am tring to load a table that contains 500000 rows, using the load statement.
The syntax I am using is:
load from 'movements.unl' insert into movements;
The load starts OK, after a while the loading stops saying
271: Could not insert new row into the table. 134: ISAM error...
Hi,
I have install open ssh 3.71p1 (zlib 1.1.3.2) on AIX 4.3.3 on five servers. All servers where installed in the same way. However one of the servers, does not allow connections using ssh2 with compression.
In the errorlog of the server I am getting the below message:
Feb 19 15:27:56...
People,
Is there a way to create a trust between two informix servers, without creating the .rhosts in the home directory. In servers involved are 7.30.UC5 (Unix) and 9.30.UC2 (linux). As the security people do not want us to use .rhosts.
Thanks
Kenneth
Good morning,
We have just configured an Oracle 8i (parallel server) to perform open backup using rman. We are using Oracle 8i 8.1.7.0.0, AIX 4.3.3, Legato 6.1.1 Build 238, Module Reports NMO v3.5.0.0.
Since the database is still relatively small, we have decided that for two months after the...
I have recently installed openssh 3.7p1 on AIX 4.3.3. The installation works fine. I now need to disable sftp to some users, i.e. a user that logs in ssh to the system, he/she can start an sftp session without problems. Is there a file like /etc/ftpusers?
Another thing, can the user be chrooted...
I have a bit of a problem. We have a production server and we make backups using rman. The database is in archivelog mode. This morning we made the backups (full /control / redo logs). During the day, the client inputed some data. A RAID disk failed and we need to restore the database to log...
Good afternoon,
I was asked by our security team the port that the ftp daemon ((Version 4.1)uses in passive mode. Is the any document/config file that has these details ?
Thanks
We have four Bull Escala servers running AIX 4.3.3-10. We are considering to move to AIX 4.3.3-11 (www-opensup.bull.com).
Where can I find the procedure to do this (especially where clustering is involved)?
Can the maintenance patches be removed if anything goes wrong ??
Thanks
Kenneth
Good morning,
I have encountered quite a strange problem, this morning. The alert file of the machine is not being update, in fact I have restarted the machine (AIX and Oracle 8i) however the alert is still not being updated.
Where can i look to solve the problem.
hi,
We are trying to setup HDR (using IDS 7.31UD3X5a) on NCR UNIX.
The two enviroments are configured identically. HDR starts successfully
(We also created databases and table and everything works fine),
when we try to simulate a failure on the primary (onmode -ky), then the
secondary is...
Hi,
I need to run a particular query on all the databases of an enviroment. The report must include the database name which I thing I can obtain it from (
set isolation to dirty read;
database sysmaster;
select name from sysdatabases
where name not in ('sysmaster','sysutils');)
and to check...
I would like to run a procuedure to determine the amount to users that have access to some to the production databases.
I came up with the following procedure, however I am having troubles when add the query for each user database.
DECLARE @db_name varchar(50), @db_users integer, @tab_name...
Good morning,
I've been tasked to automate the backup of 20 servers (some have SQL server and lotus notes).
The solution I have in mind is to have two servers performing backups of 10 servers each using Veritas 9 with the respective agents. (approximate size of each server is 25G)
The tape...
I have need to perform automated full dataabse exports, the script works fine however I do not want to put the password in the script.
Is there a way I can do that ? I informix, you need to use the OS account informix was installed with.
Can anyone tell me convert the following pl/sql block to informix spl.
declare
db v$database.name%TYPE;
begin
dbms_output.enable (99999);
select name into db from v$database;
dbms_output.put_line (db);
end;
Is there a good pdf for SPL ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.