Displaying 15 results from an estimated 15 matches for "orcl".
Did you mean:
orc
2006 Jun 30
1
Unable to mount node2 mount.ocfs2: Transport endpoint is not connected while mounting /dev/sdb1 on /u02/oradata/orcl
...lty have the setup below, both nodes can see the shared drive (
confirmed with fdisk -l )
However I am unable to mount the shared device from node (2) after I
mounted from node(1)
I get the follwoign error
mount.ocfs2: Transport endpoint is not connected while mounting
/dev/sdb1 on /u02/oradata/orcl
OS Red Hat uname -r
---------------------------------
2.6.9-22.ELsmp
OCFS version
--------------------------------
OCFS2 1.2.1 Fri Apr 21 12:21:12 PDT 2006 (build
bd2f25ba0af9677db3572e3ccd92f739)
/sbin/lsmod |grep ocfs
ocfs2 350660 1
debugfs 14216 2 ocfs2
ocfs2...
2006 Feb 20
2
Oracle & Ruby on Rails
I''ve a remote database create using Oracle. This database use schemas.
I tried to connect to it using Ruby On Rails,with this file Database.yml
:
development:
adapter: oci
host: liber
database: ENERGIA
username: user
password: pass
test:
adapter: oci
host: liber
database: ENERGIA
username: user
password: pass
production:
adapter: oci
host: liber
database:
2009 Sep 03
1
Using rsync for buidling Oracle standbys.
...recovering the new standby. Oracle support says they don't recommend copying files while the changes being applied to them unless the database is put in backup mode (which is not possible for us).
We are using "rsync -av --password-file=pass.secret source_data_file_name oracle at target::ORCL/"
We are planning to use "rsync -av --password-file=pass.secret --block-size=8192 source_data_file_name oracle at target::ORCL/"
This is because, we are using 8k block size for Oracle and hence the blocks will be copied in full by rsync to avoid fractured block copies. Am I correct...
2007 Sep 24
0
Oracle CLusterware fails while runing root.sh
...10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
2007-09-24 22:01:51.739: [ OCRCONF][3086857920]ocrconfig starts...
2007-09-24 22:01:51.740: [ OCRCONF][3086857920]Upgrading OCR data
2007-09-24 22:01:51.742: [ OCROSD][3086857920]utopen:6'': OCR location /u02/oradata/orcl/OCRFile configured is not valid storage type. Return code [37].
2007-09-24 22:01:51.742: [ OCRRAW][3086857920]proprinit: Could not open raw device
2007-09-24 22:01:51.742: [ default][3086857920]a_init:7!: Backend init unsuccessful : [37]
2007-09-24 22:01:51.742: [ OCRCONF][3086857920]Exporting OCR...
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
...xt reboot.
> I rebooted and fdisk -l showed me the partitions I had created.
> after this .....
> I installed gnu part 1.6.22 and the partprobe did not give any errors.
>
> Now however...here is where I am stuck,...
> ====>
> # mkfs.ocfs2 -b 4096 -C 4k -L /ocfs2/oradata/r10g/orcl -N 2 /dev/sdb1
> mkfs.ocfs2 0.99.9-BETA10
> Overwriting existing ocfs2 partition.
> Proceed (y/N): y
> Filesystem label=/ocfs2/oradata/r10g/orcl
> Block size=4096 (bits=12)
> Cluster size=4096 (bits=12)
> Volume size=1011675136 (246991 clusters) (246991 blocks)
> Journal siz...
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
...xt reboot.
> I rebooted and fdisk -l showed me the partitions I had created.
> after this .....
> I installed gnu part 1.6.22 and the partprobe did not give any errors.
>
> Now however...here is where I am stuck,...
> ====>
> # mkfs.ocfs2 -b 4096 -C 4k -L /ocfs2/oradata/r10g/orcl -N 2 /dev/sdb1
> mkfs.ocfs2 0.99.9-BETA10
> Overwriting existing ocfs2 partition.
> Proceed (y/N): y
> Filesystem label=/ocfs2/oradata/r10g/orcl
> Block size=4096 (bits=12)
> Cluster size=4096 (bits=12)
> Volume size=1011675136 (246991 clusters) (246991 blocks)
> Journal siz...
2009 May 31
1
ZFS rollback, ORA-00322: log 1 of thread 1 is not current copy (???)
...SIZE USED AVAIL CAP HEALTH ALTROOT
coolpool 7.94G 6.43G 1.51G 80% ONLINE -
root at localhost:/# zfs list
NAME USED AVAIL REFER MOUNTPOINT
coolpool 6.43G 1.39G 18K /coolpool
coolpool/u01 6.43G 1.39G 6.43G /u01
root at localhost:/# ls -l /u01/oradata/orcl/
total 2339863
-rw-r----- 1 oracle oinstall 9781248 2009-05-31 03:27 control01.ctl
-rw-r----- 1 oracle oinstall 9781248 2009-05-31 03:27 control02.ctl
-rw-r----- 1 oracle oinstall 9781248 2009-05-31 03:27 control03.ctl
-rw-r----- 1 oracle oinstall 26214912 2009-05-31 03:26 redo01.rdo
-rw-r--...
2009 Feb 05
4
eval and as.name
I'm sure there is a more general way to ask this question but how do
you use the elements of a character vector as names of objects in an
expression?
For example, say you have:
a = c(1,3,5,7)
b = c(2,4,6,8)
n=c("a","b")
and you want to use the names a and b in a function (e.g. sum)
sum(eval(as.name(n[1])),eval(as.name(n[2])))
works but
what is a simpler way to
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....
I was able to get the source code for ocfs2 and compile it. This worked and created the necessary .ko files
Now I have to figure out why gnu parted 1.6.15 has bugs. when I try a partprobe on a partitioned firewire maxtor drive
mount -t ocfs2 /dev/sdb1 /u01/oradata/orcl
It says no such device....
Any ideas anyone?...
Regards,
Mandar Vengurlekar
----- Original Message -----
From: Mandar P Vengurlekar
To: ocfs2-announce@oss.oracle.com ; otnfeedback_us@oracle.com
Sent: Tuesday, May 31, 2005 9:09 PM
Subject: ocfs2 and configfs.ko
Hi
I am new to linu...
2012 Dec 19
0
Oracle listner with port forwarding issue
...2541, the misconfigured oracle listener (I assume on my local,
which has already been started) in $ORACLE_HOME/network/admin/tnsnames.ora
appears as:
# tnsnames.ora Network Configuration File:
/opt/app/oracle/product/11/db_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
Any idea what I should append to this so as to get the listener to work
properly with the port forwarding here? TIA, RVince
--...
2011 Feb 14
0
Apply Function To Each Row of Matrix
...ock symbols (IBM, AAPL, etc) for instance. I also have a function that
takes a single stock symbol as an argument, parses the text of Google Finance
and returns the related stock symbols that the page has listed into a CSV file.
For example, IBM would return the following in a CSV file:
rels
1 ORCL
2 HPQ
3 MSFT
4 CSCO
5 EMC
6 DELL
7 SAP
8 INTC
9 SY
10 CA
I'm trying to use sapply (or any of the apply functions) to loop through the
matrix of 3000 stock symbols and pass them through to my function. I get the
following errors when using sapply:
1: In file(con, "r&qu...
2008 Aug 29
1
DB stop&start
Hi
I need a script to automatically Starting/Stopping an Oracle 10g DB on
CentOS5.2 64bit i.e
lsnrctl start/stop
db start/stop
emctl start/stop dbconsole"
Any help?
--
Madunix_at_Gmail
Sysadmin
"Computers are useless. They can only give you answers" - Pablo Picasso
"Never trust a computer you can't throw out a window." - Steve Wozniak
-------------- next part
2009 Jun 09
6
question about oracle shared home install
...local to any nodes). I have one single shared
file for $ORACLE_HOME/oracm/admin/cmcfg.ora for both the nodes.
cat cmcfg.ora
ClusterName=Oracle Cluster Manager, version 9i
MissCount=620
PrivateNodeNames=sunny1prv sunny2prv
PublicNodeNames=sunny1pub sunny2pub
ServicePort=9998
CmDiskFile=/u01/oradata/orcl/cmquorumfile
HostName=sunny1pub
KernelModuleName=hangcheck-timer
I started cluster manager on node1 with the value of
HostName=sunny1pub Now to start the cluster manager on node2, the
value of HostName should be sunny2pub. What do i do now? Any help is
greatly appreciated. Thanks in advance.
2011 Mar 26
4
Corporate support for CentOS
There have been a number of recent conversations on the developer list and
this list about CentOS. My initial thought was why not have CentOS and SL
merge. Since they have different goals I can understand the reason not to.
So my next question is, has no corporate entity offered to sponsor full time
people to work on CentOS? It seems like a lot of companies use CentOS for
various things. I
2013 Jan 22
2
FreeBSD 9.1 - openldap slapd lockups, mutex problems
Hi.
(Im am sending this to the "stable" list, because it maybe kernel related.. )
On 9.1-RELEASE I am witnessing lockups of the openldap slapd daemon.
The slapd runs for some days and then hangs, consuming high amounts of CPU.
In this state slapd can only be restarted by SIGKILL.
# procstat -kk 71195
PID TID COMM TDNAME KSTACK
71195