Sponsored Content
Full Discussion: Oracle and Solairs
Operating Systems Solaris Oracle and Solairs Post 90881 by Just Ice on Monday 28th of November 2005 01:59:55 PM
Old 11-28-2005
it's been a while since i dealt with oracle databases so i don't quiet remember the package name ... anyways, substitute ora with the correct package name in the command below or run as is if you don't know it either ...

Code:
pkginfo -l `pkginfo | awk '/ora/ {print $2}'`

 

10 More Discussions You Might Find Interesting

1. Solaris

Solairs 9 to Solaris 10 liveupgrade issue

Hello, I started the upgrade using LiveUpgrade. I am using Solaris 10 instalation CDs (5 CDs). My server is Enterprise 3500 - SPARC. 1) lucreate -c first_disk -m /:/dev/dsk/c0t11d0s7:ufs -n second_disk ... luupgrade -u -n second_disk -s /cdrom/cdrom0/s0 WARNING: <5> packages failed to... (0 Replies)
Discussion started by: zafyil
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

how to change the ip address in solairs box

Hi, How to change the ip address in solaris box , I have gone like this fist i have #ifconfig <interface> 10.3.14.11 up then i have edited in /etc/hosts and /etc/nodename. i dont know how to start the services and is it complusary to reboot. if i am wrong please guide me. Please hlep me... (1 Reply)
Discussion started by: phatan
1 Replies

3. Solaris

ssh on solairs 10 which packages

I just installed several packages and ssh is working on this solaris 10 box. I am not certain that I needed all of these: SUNWsshcu SUNWsshdr SUNWsshdu SUNWsshr SUNWsshu Can anyone confirm the packages that are really necessary? (1 Reply)
Discussion started by: liven
1 Replies

4. Solaris

solairs installation

We have purchased one solaris 10 DVD to install solaris on sparc(already it has solaris 9 OS) system.In our sparc system having cd-rw.Aparting that we are having windows xp system which is having dvd-rw.Both sparc and windows xp are connected network in that we are sharing the files from windows... (1 Reply)
Discussion started by: ambavaram
1 Replies

5. Solaris

Troubleshooting Solairs 10 Network problems

recently I've setup a Solaris 10 box & am having network disruption, e.g. disconnects, interrupted pings, etc) when I connect to it from another machine, how should I troubleshoot this ! The machine is a x86 box with 3 NICs (Differnet providors). The Current NIC is a Intel Gigabit, which is... (4 Replies)
Discussion started by: stevie_velvet
4 Replies

6. Programming

regarding ptrace equivalent in solairs

hi,'m using the 5.11 kernel version on amd64 architecture, 32-bit. i need help on the following issues 1)a proper structure to represent the register structure in the architecture 2)a function which would change the register values of the child when the control is with the parent.. ptrace_setregs... (0 Replies)
Discussion started by: sayaproj
0 Replies

7. Solaris

Problem with patch bundle installation on Solairs 10

:mad: :mad: Hello, Could some help me to resolve why i am geting the below errors... :( Just tried installing patch bundle on solairs 10. many patches are been failed. wen i am trying to install it manualy i am geting the below errors.. ... (8 Replies)
Discussion started by: bullz26
8 Replies

8. Solaris

Sendmail Issue on Solairs 8

Hello Gurus, On server xyz. I need to configure sendmail. Sendmail server is abc.xxx.xx.com Important thing is sendmail server is resolving only by DNS , even ping is not happening. But when I configure in /etc/mail/sendmail.cf as show below DSabc.xxx.xx.com Still I am receiving the... (1 Reply)
Discussion started by: bullz26
1 Replies

9. Solaris

Information regarding the solairs

Hi all Basically i am a Linux Administrator. I have a opportunity in my working area to learn about sun solairs..i have installed solairs 5.10 in one of our sun blade 150 which is having sun sparc IIe architecture. So, is there any website where i can compare both the os files and its... (2 Replies)
Discussion started by: kingston
2 Replies

10. Solaris

Solairs 11 Hyper V

Hola, First time i'm doing this so apologies if i ask something daft. I've a host windows 2008R2 server which is running hyper-v. I have created a virtual machine and installed Solaris 11. I'm trying to configure the network settings so that I can access the internet and run 'pkg install... (0 Replies)
Discussion started by: dbajtr
0 Replies
Convert::NLS_DATE_FORMAT(3pm)				User Contributed Perl Documentation			     Convert::NLS_DATE_FORMAT(3pm)

NAME
Convert::NLS_DATE_FORMAT - Convert Oracle NLS_DATE_FORMAT <-> strftime Format Strings SYNOPSIS
use Convert::NLS_DATE_FORMAT qw(oracle2posix posix2oracle); my $strptime = oracle2posix($NLS_DATE_FORMAT); $NLS_DATE_FORMAT = posix2oracle($strftime); DESCRIPTION
Convert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse. Functions oracle2posix Takes an Oracle NLS_DATE_FORMAT string and converts it into formatting string compatible with "strftime" or "strptime". my $format = oracle2posix('YYYY-MM-DD HH24:MI:SS'); # '%Y-%m-%d %H:%M:%S' Character sequences that should not be translated may be enclosed within double quotes, as specified in the Oracle documentation. my $format = oracle2posix('YYYY-MM-DD"T"HH24:MI:SS'); # '%Y-%m-%dT%H:%M:%S' posix2oracle Takes a "strftime" or "strptime" formatting string and converts it into an Oracle NLS_DATE_FORMAT string. It is possible to create strings which Oracle will not accept as valid NLS_DATE_FORMAT strings. my $format = posix2oracle('%Y-%m-%d %H:%M:%S'); # 'YYYY-MM-DD HH24:MI:SS' EXPORT None by default. "oracle2posix" and "posix2oracle" when asked. SEE ALSO
DateTime::Format::Oracle. AUTHOR
Nathan Gray, <kolibrie@cpan.org> COPYRIGHT AND LICENSE
Copyright (C) 2005, 2006, 2011, 2012 Nathan Gray This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-01-18 Convert::NLS_DATE_FORMAT(3pm)
All times are GMT -4. The time now is 10:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy