similar to: [Bug 469] Password field shows contents when running SQLPLUS in SSH shell

Displaying 20 results from an estimated 4000 matches similar to: "[Bug 469] Password field shows contents when running SQLPLUS in SSH shell"

2003 Jan 26
0
[Bug 469] Password field shows contents when running SQLPLUS in SSH shell
http://bugzilla.mindrot.org/show_bug.cgi?id=469 ------- Additional Comments From markus at openbsd.org 2003-01-26 22:39 ------- sorry, what exactly are you doing? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2009 Dec 01
3
best practises for avoiding to write passwords in shell scripts (example sqlplus from Oracle)
Hi folks I have here a CentOS box where i need to setup cronjob (with session to remote Oracle instance). On the remote DB i have no access, expect limited user. How to avoid putting passwords in shell scripts? The solution doesn't need to be perfect, only better than plain text passwords in scripts. Mostly remote host only support password authentication (no certificates and so on).
2011 Nov 28
0
Execute sqlplus command in oracle 11g
Hi All, Please provide the syntax for executing sqlplus command and need more information on creating database and managing database using puppet. Thanks, Feroz -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2009 Jan 30
5
Question about Shell Script.
Hi all CentOS users, I have writing shell script for check oracle processes in real time and alert with e-mail. I read script like below NUMBEROFPRO=/oracle/10.2.0/db_1/bin/sqlplus / as sysdba <<EOF1 |grep processes|awk '{print $2}' SELECT resource_name,current_utilization,limit_value FROM V\$RESOURCE_LIMIT WHERE RESOURCE_NAME IN ('processes','sessions'); quit EOF1
2012 Jan 04
2
asterisk -> AGI (perl) -> sqlplus (oracle)
Hi all, I'm trying to run an AGI in PERL which uses the module DBD-Oracle. Currently my AGI is working fine in my two servers but not in my other four servers. When I tried execute an AGI (as a user asterisk) in command line it works fine (even I also declare environmental variables in user profile and in my AGI), but when I tried to call my AGI (perl) in dial plan, it don't get
2006 Jun 23
2
WEBrick hangs with OCI8?
Has anyone experienced "hangs" with the WEBrick/OCI8 combination? The sequence of actions I perform to consistently get WEBrick to hang is: 1. start WEBrick 2. list a table form my Oracle 10g DB 3. startup sqlplus and update a few records in the table 4. go back to my browser and reload the table Here none of the chances I made directly to the table are reflected in the listing.
2005 Sep 16
0
(no subject)
Dear Sirs! My name is Mohamad TALIAA and I am supposed to be the BUDDY for Viola Rossini at the Univeristy of Vienna! The ERASMUS Bureau at Vienna just provided me with a wrong email address! I reported to them the mistake but I just was told to look for it maybe on the internet or change the extension at the end. Now I just came to your site as i looked for Viola Rossini at google.at I also
2004 Oct 20
2
Applications that need admin privileges
Hi guys, I have a working samba and openldap pdc which is actively being tested. I have a group of users that have specifics tools to use such as oracle client tools (sqlplus etc). I tried to logon as a test user and run the sqlplus but nothing happened, I tried adding this user to the local poweruser group but it produced the same result. Can this be achieved? It works fine if this user is a
2006 Jun 12
3
AMD64 + Debain + rails + Oracle ?
Hi folks, Does anyone know how to install the OCI8 ruby interface on Debian64 without having to install Oracle? My understanding, from experience with Debian i386, is that you need Oracle (specifically the SQLPlus) installed to be able to compile OCI8. Since my new dev machine is AMD64 running Debian, I''m stuck. My rails applications need to connect to a remote Oracle 10g, but cannot
2011 Apr 13
1
[OT] SQL*Plus output as PDF [Linux]
> I generate with SQL*Plus a CSV file. How to convert this to PDF? Or more > generally: how to get SQL*Plus output to PDF on Linux? Marked as Off Topic. I would do this: sqlplus SET MARKUP HTML ON SPOOL foo.html SELECT * FROM emp; SPOOL OFF Quit sqlplus and use htmldoc to convert foo.html to foo.pdf, or load it in a browser and use CutePDF or something to print it to a .pdf if in a
2011 Jan 05
1
What are the necessary Oracle software to install and run ROracle ?
Hello, I am running Linux, I have downloaded instantclient-basiclite-linux32-11.2.0.2.0.zip instantclient-sqlplus-linux32-11.2.0.2.0.zip instantclient-sdk-linux32-11.2.0.2.0.zip instantclient-precomp-linux32-11.2.0.2.0.zip All these tarballs are unzipped in /usr/local/lib/instantclient, I have added this path in the library path of the host. I can run sqlplus and proc, they do not complain
2001 Sep 13
0
sftp
Afternoon, I am in the process of putting openssh onto our NT servers as a remote command console and all is going well with sshd. I tried to add the sftp-server into the config file and it will not connect. The error I get is: Recieved message too long 1298752370 The I added to the sshd config file is: Subsystem sftp c:\ssh\sftp-server.exe Where c:\ssh is where the program located. Any ideas?
2003 Mar 22
2
Transfer rate issues with OpenSSH SFTP Server - Verified on Mac OS X 10.2.X and FreeBSD 5.0
First, I have what I consider to be decent experience with SSH, and have been running VanDyke's VShell SSH server for considerable time under Windows 2000/XP. Recently, I have been working with Mac OS X and FreeBSD and have been using OpenSSH 3.4p1 The sftp server seems to have major issues when serving files, specifically, if one data stream is used the transfer rates fluxuate between 80 and
2005 Jul 21
1
FW: FW: FW: FW: Adding OpenBSD sudo to the FreeBSD base system?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 "All you need to do is uncomment that and viola, you have default su behavior -- anyone in the wheel group allowed to sudo as any other user." Exactly! Every other user can sudo. I run many shell servers I do not want every user being able to sudo. With su, first they have to break into an account that is part of the wheel group. Then
2008 Nov 15
1
Oracle start up script issue with RHEL3 Cluster
Hi all I am running two node active/passive cluster on RHEL3U8-64 bit operating system for my oracle 9i database.I am facing issue when cluster fail over to node 2 my oracle start up script not starting up even though i configured start up script in my cluster configuration but if i type clustat on node 2 it shows service is started. If i shift the service manually from node 2 to node 1 or even
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
Hi. Using ZFS-FUSE. $SUBJECT happened 3 out of 5 times while testing, just wanna know if someone has seen such scenario before. Steps: ------------------------------------------------------------ root at localhost:/# uname -a Linux localhost 2.6.24-24-generic #1 SMP Wed Apr 15 15:54:25 UTC 2009 i686 GNU/Linux root at localhost:/# zpool upgrade -v This system is currently running ZFS pool
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
Has anyone encountered this error or know how to correct it? I couldn''t find any Rails-specific info about this on google. Here are the circumstances: /usr/local/bin/ruby --version ruby 1.8.4 (2005-12-24) [i686-linux] /usr/local/bin/rails --version Rails 1.1.6 ## Create mcd app rails mcd -d oracle cd mcd ## Create oracle tablespace & user sqlplus ''/ as
2003 Nov 23
2
Distribution transformations
Dear R-Users, I have a question that bothers me in the last few days. It is supposed to be easy but I can't come up with a solution. Are there any functions in R dealing with transforming empirical and parametric distributions? I have two data sets of observed variables that I want to transform to Frechet and Uniform distribution. I would appreciate if someone could inform me about
2006 Jan 17
2
link_to_remote() - can I post data with it???
can I post data with link_to_remote(), link_to() has special option :post => true and viola Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060117/2a0a00af/attachment.html
2002 Apr 21
1
isolinux boooting update
An update to the problem I reported earlier - A kind list reader, Michael K Ter Louw, suggested I try syslinux v1.67, and viola!, my problem went away completely. So something between 1.67 and 1.71 got broke with respect to isolinux. Hmm... Another kind list reader, Seth Kurtzberg, was kind enough to make and effort to send an updated initrd; although it didn't solve the problem, it was