Hi there,
We have a panasonic KX-TEM824 connected connected to an ATA HT488: KX-TEM824:FXS<--->FXO:HT488
I have been unable to configure the ATA to do hangup detection properly. It seems this panasonic model doesn't handle polarity reverse or battery drop to end a call on the fxs port. It...
Eric, the problem is that crypt program doesn't exists in redhat 2.1. I found at source forge a program called mcrypt, it decrypt my unix crypted files very well.
Thanks.
Martin Cabrera
Oracle dba
I'm looking for a program to decipher in RH 2.1 a file which was crypted using the crypt command in a unix box.
Thanks for any tek-tip.
Martin Cabrera
Oracle dba
-- Sorry, i forgot splitline code:
-- i forgot getline here is the code:
Create or replace function rhu.getline
( TxtL long,
NLin in out number,
LSep varchar2 default chr(10))
return varchar2 is
/* 20/01/2005: Returns line number NLin of TxtL, if the line...
-- pass as command line parammeters the owner and the view_name to the folowing script
create table st(lin number(5), txt varchar2(4000));
declare
ln number := 1;
lt varchar2(2000);
begin
For R in (select text from all_views
where owner = upper('&1')
and...
I want to replace the regexp constant "HIS" for a command line variable in the following script:
$0 ~ /HIS[[:alpha:]]/
Thanks for any tek-tip.
Martin Cabrera
Oracle dba
Thanks for any help with this:
I'm trying to query my openldap database to get some attributes. With ldapsearch.exe the query looks like this:
ldapsearch -LLL -b "dc=mydomain,dc=com" -h 192.168.20.xxx "(cn=mcabrera)" uidNumber gidNumber
And the output looks like this:
dn...
Hi, thanks for any help about this:
When one of our w2k terminal server users try to choose a printer, all the printers (from all logged users) are displayed.
Is there a way to display to the users only their printers?, i mean printers he has deployed at their PC. Our TS is not the domain...
Hi, i will apreciate any help with this:
I have 2 w2k servers with AD working fine. The DC is a DNS server also, the local domain suffix is "marte.activos.local"
The DC is unable to resolve internet ip addresses (i.e. www.google.com), i belive is something related to the domain suffixes...
Thanks PHV.
The MS lpr version doesn?t support -n option. Please, do you know where can i get a free (or cheap) lpr versi? which supports -n?
Thanks again.
Martin Cabrera
Oracle dba
hi there!
We are moving from netware 5.0 to samba.
Our Windows application uses nprint netware utility to print many copies of the same file to a netware shared printers. These copies are printed without been mixed with other copies that have been sent simultaneously to same print queue...
Dear Sirs,
I'm using the comand @PJL SET STAPLE=LEFTTOPSLANTPORT to staple a single file, which works fine.
I was wondering if there was a way to use PJL commands to staple multiple files in one package. I tried sending the th pjl commands just in the first file, omiting the PJL commands in...
Dear Sirs,
I'm using the comand @PJL SET STAPLE=LEFTTOPSLANTPORT to staple a single file, which works fine.
I was wondering if there was a way to use PJL commands to staple multiple files in one package. I tried sending the th pjl commands just in the first file, omiting the PJL commands in...
This can be done in many ways, depending upon the size of the
data. It can be done using OCI, PRO*C, IMPORT, SQL*Loader,
PL/SQL, SQL*Plus, and the COPY command.
here is a pl/sql sample:
CREATE TABLE testraw (col1 NUMBER, col2 LONG RAW);
/
CREATE OR REPLACE PACKAGE testrawio AS...
The DBMS_RANDOM package provides a built-in random number generator.
Example:
select dbms_random.random from dual;
Martin Cabrera
Oracle DBA/Programmer
Global temporary table is available from 8.1.7 version
Example:
Create Global Temporary Table table_name ( name varchar2(50), hours number(12)) On Commit preserve rows;
The data in a temporary table is visible ONLY to
the session that inserts the data into the table.
if You don't specify...
Thanks Henrik, You're right: my_networks parameter was wrong.
Aside from this I had another problem: I was using the mozilla mail client and this allows to configure only one smtp server for all accounts. I have accounts from domains (aaa.com and bbb.com) each one with different mail servers...
I get postfix working fine to send mails from a client (ximian) running on the same server (redhat 9), however when i tried to send messages from any pc from same network, i get the message: "relay from non-local domains is not allowed".
i will thank any tip.
Martin.
My current...
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.