Errors - ORA-01034, ORA-27101 & Linux-x86_64 Error: 2: No such file or dir

I have installed Oracle 10g database and AS 10g on SUSE linux EE 10 (SP2)
When I try to log in as system/system using sqlplus locally on the server, it works fine. However, when I try the following I get error messages:
SQL> conn system/system@botsdb
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
I tried the same from my laptop through sqlplus and the error message is the same.
I checked if the database was up and to check this I executed follwing commands whicle still being logged as system/system:
SQL>Select * from v$database;
SQL>Select * from v$instance;
SQL>Select * from tab;
These do bring results. Also if I try to start up the database again, it gives error message that the database is already up. I have restarted the db number of times, checked if my listener was listening on the service BOTSDB and these all seem fine.
It is very intriguing that when @BOTSDB is attached while connecting, the connection fails.
Can someone please guide me to sort this error?
Thanks and kind regards,
Aparna

Hi
I am answering all the three questions here.
1) No of instances on the machine, I understand it is 1.
2) Results of lsnrctl status
oracle@linuxserver:~> lsnrctl status
LSNRCTL for Linux: Version 10.1.0.4.2 - Production on 28-JUL-2010 09:19:33
Copyright (c) 1991, 2004, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=linuxserv.dcdm.mu)(PORT=1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 10.1.0.4.2 - Production
Start Date 27-JUL-2010 11:24:12
Uptime 0 days 21 hr. 55 min. 20 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/app/ora10ginfra/network/admin/listener.ora
Listener Log File /oracle/app/ora10ginfra/network/log/listener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linuxserver.dcdm.mu)(PORT=1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "metarep.dcdm.mu" has 1 instance(s).
Instance "metarep", status READY, has 3 handler(s) for this service...
The command completed successfully
--Note that lsnrctl status command was issued after loading 10ginfra.env file.
Please note that the listener for the database is set as DBLISTENER and lsnrctl status DBLISTENER was executed after loading 10gdb.env file. The results of lsnrctl status DBLISTENER are as follows:
oracle@linuxserver:~> . ./10gdb.env
oracle@linuxserver:~> lsnrctl status DBLISTENER
LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 28-JUL-2010 09:24:44
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.16.107.123)(PORT=1650)))
STATUS of the LISTENER
Alias DBLISTENER
Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
Start Date 27-JUL-2010 15:11:28
Uptime 0 days 18 hr. 13 min. 15 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle/app/ora10gdb/network/admin/listener.ora
Listener Log File /oracle/app/ora10gdb/network/log/dblistener.log
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.16.107.123)(PORT=1650)))
Services Summary...
Service "BOTSDB" has 1 instance(s).
Instance "BOTSDB", status UNKNOWN, has 1 handler(s) for this service...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
3) The output of ps -ef |grep pmon is
oracle@linuxserver:~> ps -ef |grep pmon
oracle 12524 12091 0 09:16 pts/1 00:00:00 grep pmon
oracle 12525 1 0 Jul27 ? 00:00:00 ora_pmon_metarep
oracle 25776 1 0 Jul27 ? 00:00:00 ora_pmon_BOTSDB
The contents of listener.ora in two different Oracle Homes (one for AS infrastrcuture and another one for database) are as follows:
oracle@linuxserver:/oracle/app/ora10ginfra/network/admin> vi listener.ora
# listener.ora Network Configuration File: /oracle/app/ora10ginfra/network/admin/listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/app/ora10ginfra)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = linuxserv.dcdm.mu)(PORT = 1521))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
oracle@linuxserver:/oracle/app/ora10gdb/network/admin> vi listener.ora
# Generated by Oracle configuration tools.
SID_LIST_DBLISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/app/ora10gdb/)
(PROGRAM = extproc)
(SID_DESC =
(SID_NAME = BOTSDB)
(ORACLE_HOME = /oracle/app/ora10gdb/)
DBLISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.107.123)(PORT = 1650))
Kind regards,
Aparna

Similar Messages

  • ORA-01034: ORACLE not available ORA-27101: shared mem  Linux-x86_64 Error 2

    Hello,
    I was in the process of importing a table and my VM Rhel 6 Oracle machine hung. I rebooted the machine and Im getting the following issues.
    SQL*Plus: Release 11.2.0.1.0 Production on Wed May 9 12:51:47 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter user-name: example
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    I am a bit concerned over the Linux-x86_64 Error 2 issue. Can someone assist here please.
    Thanks Kevin Decker

    Request per the 1st earlier post.
    id=601(oracle) gid=517(oinstall) groups=517(oinstall),518(dba)
    -bash-3.2$ env | sort
    _=/bin/env
    CLASSPATH=/usr/app/oracle/product/11.2.0/jlib:/usr/app/oracle/product/11.2.0/rdb ms/jlib
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/usr/app/oracle
    HOSTNAME=LPLCLDDB105.lab.trcn.aexp.com
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/usr/app/oracle/product/11.2.0/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;0 1:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.b tm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31: *.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:* .bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;3 5:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/usr/app/oracle
    ORACLE_HOME=/usr/app/oracle/product/11.2.0
    ORACLE_HOSTNAME=LPLCLDDB105.phx.aexp.com
    ORACLE_SID=DOC105P
    ORACLE_UNQNAME=DOC105P
    PATH=/usr/app/oracle/product/11.2.0/bin:/sbin:/usr/sbin:/bin:/usr/bin
    PWD=/usr/app/oracle
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=10.68.13.164 49281 22
    SSH_CONNECTION=10.68.13.164 49281 10.68.58.50 22
    SSH_TTY=/dev/pts/0
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    Refer to the SQL*Plus User's Guide and Reference for more information.
    -bash-3.2$ sqlplus '/as sysdba'
    SQL*Plus: Release 11.2.0.1.0 Production on Wed May 9 14:33:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 534462464 bytes
    Fixed Size 2215064 bytes
    Variable Size 331350888 bytes
    Database Buffers 192937984 bytes
    Redo Buffers 7958528 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 20688
    Session ID: 9 Serial number: 3

  • Errors ORA-01034, ORA-27101 and ORA-01033

    Hi!
    I have Oracle 9i DB and DevSuite 10g installed on my laptop. There are three databases on my machine.
    Recently, I tried to install Oracle Discoverer 10g and that's where the problem started. I could no longer connect to the databse using either SQL*Plus, TOAD or even from the front end application.
    I realised that some of the regisrty entries were no longer in place after the Discoverer installation. After doing these entries, I am still getting the following errors while connecting:
    ORA-01034 : Oracle not available
    ORA-27101 : Shared memory realm does not exist
    After doing the following entries in the registry, for the default database, I'm getting the 'ORA-01033 : Oracle Initialization or shutdown in progress' error while connecting for that particular db:
    ORACLE_SID=DTA
    ORA_DTA_AUTOSTART=TRUE
    ORA_DTA_SHUTDOWN=TRUE
    ORA_DTA_SHUTDOWN_TIMEOUT=30
    ORA_DTA_SHUTDOWNTYPE=i
    And for the other two DBs, the errors ORA-01034, ORA-27101 remain the same.
    Can anyone please help?
    Best regards,
    Aparna

    Have you checked your Windows services for the Oracle instances? Started and set to auto-start on boot.
    Also check your $path variable to make sure the Oracle home(s) appear in the path
    HTH -- Mark D Powell --

  • Linux-x86_64 Error: 28: No space left on device

    10gR2 (10.2.0.3)
    RHEL 4 AS 64-bit
    Hi All,
    After I created my RAC database with DBCA, I tried to connect to the database and got the following error:
    SQL> startup
    ORA-27102: out of memory
    Linux-x86_64 Error: 28: No space left on device
    SQL> startup pfile='/opt/app/oracle/product/10.2.0/db_1/dbs/initFPRCPROD.ora'
    ORA-27102: out of memory
    Linux-x86_64 Error: 28: No space left on device
    SQL> startup mount pfile='/opt/app/oracle/product/10.2.0/db_1/dbs/initFPRCPROD.ora'
    ORA-27102: out of memory
    Linux-x86_64 Error: 28: No space left on device
    I also tried to do what the following person did:
    ORA-27102: out of memory
    But changing the SHMALL kernel parameter still didn't change anything...I still got the error.
    Any ideas?
    Thank you.

    (Duplicate thread)
    ORA- 27102  out of memory and Linux Error: 28: No space left on device

  • Cant log into SQLPlus receive these error messages ORA-01034 & ORA-27101

    Hi
    just installed the latest release of Oracle DB 10g personal edition Windows XP Professional and Home Edition (seperate PCs). The installation went pretty smoothly. After the installation the db was up and I tried sqlplus and isqlplus and the html em port, everything worked perfectly (that means, all the hardware and kernel parameter requirements were met). But after a reboot, when I tried to run sqlplus again, got message like this:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    I can't even log onto html port
    I googled for solutions, unfortunately no right-to-the-point solution and on other Operating systems
    Anyone who could kindly tell me which file(s) to configure and how please? I would be much obliged!

    First, make sure that Oracle instance is started. Check processes
    Second, make sure that your connection string is correct. Check network configuration files (tnsnames and/or sqlnet .ora)
    Third, check if listener is runing and configure correctly(lstnrctl status)
    http://www.errorpro.com/oracleerrors/oraerror.php?level1=Oracle&send=Send&ecode=ORA-01034
    http://www.errorpro.com/oracleerrors/oraerror.php?level1=Oracle&send=Send&ecode=ORA-27101
    Edited by: alshan5 on Mar 20, 2009 2:13 PM
    Edited by: alshan5 on Mar 20, 2009 2:15 PM

  • Help:ora-01034 & ora-00101

    Hi,
    i am a new oracle 8.1.6 user i have installed it yesterday it worked fine...
    but when i tried to connect to sqlplus with (scott/tiger,sys/change_on_install,system/manager)it doesnt work and i have the following message:
    ora-01034 :oracle not available
    when i tried to startup de svrmgrl it doesnt work and i have de following message:
    ora-00101:invalid specification for system parameter MTS-DISPATCHERS.
    what is exactly the error?
    what i have to do?
    thanx a lot in advance
    NB :
    i am using linux mandrake 7.0

    In $ORACLE_HOME/dbs/init$ORACLE_SID.ora parameter file change the following:
    # mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    mts_dispatchers = "(protocol=TCP)(DISP=2)(mul=ON)(pool=ON)"
    mts_max_dispatchers = 5
    mts_servers = 1
    mts_max_servers = 20
    null

  • ORA-27369: job of type EXECUTABLE failed with exit code:No such file or dir

    Hi all,
    i am new with DBMS_SCHEDULER and my need is to create a job, without program and schedule, that i can call in an Apex app.
    This job run a window *.bat* file via cmd.exe
    I test the .bat with doubleclick and it work.
    I test window run with the string c:\windows\system32\cmd.exe/c C:/mycompletepath/myfilename.bat > nul and it work.
    I execute the following execute DBMS_SCHEDULER.create_job (
                   job_name=>'EIM_JOB',
                   job_type=>'EXECUTABLE',
                   job_action=>'c:\windows\system32\cmd.exe',
                   number_of_arguments=>1,
                   auto_drop=>FALSE,
                   enabled=>FALSE,
                   comments=>'Job Lancio EIM'
              ); and the job is created.
    I execute this execute DBMS_SCHEDULER.set_job_argument_value('EIM_JOB',1,' /c C:/mycompletepath/myfilename.bat > nul');
    execute DBMS_SCHEDULER.enable('EIM_JOB');
    execute DBMS_SCHEDULER.PURGE_LOG(job_name=>'EIM_JOB');
    execute DBMS_SCHEDULER.run_job('EIM_JOB');but the error ORA-27369: job of type EXECUTABLE failed with exit code: No such file or directory is raised
    The argument is uge and reading about it here https://forums.oracle.com/forums/thread.jspa?threadID=701740 here https://forums.oracle.com/forums/thread.jspa?threadID=555102 and here http://www.oracle-base.com/articles/11g/SchedulerEnhancements11gR1.php_ i suppose that my problem is quite about credentials but i need some help or tips to clearly identify, verify and solve the problem.
    Any kind of help will be appreciated.
    Thanks
    Alex

    Hi Ravi,
    thank you for your helpful reply.
    I am changing my script in order to meet your advices but when i run this execute DBMS_SCHEDULER.CREATE_CREDENTIAL (
       credential_name=>'SIECRMWIN',
       username=>'myusername',
       password=>'mypassword',
       database_role=>NULL,
       windows_domain=>'SIECRM',
       comments=>'Windows credential to run job'); the error PLS-00302: component 'CREATE_CREDENTIAL' must be declared is raised.
    My DB is Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio
    NLSRTL Version 10.2.0.5.0 - ProductionWhich is my mistakes?
    Searchibg the internet i found this OracleJobScheduler Windows service, how i can verify if service exist and start it on my server?
    Thanks again for any kind of help.
    Edited by: OraclePSP on 23-mar-2012 5.59

  • Compile fail under linux ! oci.h: No such file or directory

    I want to transplant an Win32 OCI program to Linux.When i compile the program under Linux, the gcc returns the error information 'oci.h: No such file or directory '.
    Where can i find the OCI libs and includes under Linux/Unix?

    and I suggest you should use $ORACLE_HOME/rdbms/demo/demo_rdbms.mk to build oci applications. Instructions are there in the same file.

  • Oracle Database not starting ORA-01034: ORACLE not available and ORA-27101

    Dear Sir,
    today i have restarted the database server (11gR2) after that database service is not starting, the error message is
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0

    [oracle@bladb ~]$ export $ORACLE_HOME
    -bash: export: `/oracle/product/11.2.0/dbhome_1': not a valid identifier
    [oracle@bladb ~]$ sqlplus sys/manager as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 17:46:28 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    [oracle@bladb ~]$ tail -20 /oracle/product/11.2.0/dbhome_1/startup.log
    SQL> Connected to an idle instance.
    SQL> ORA-00845: MEMORY_TARGET not supported on this system
    SQL> Disconnected
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "bladb" warm started.
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Starting up database "bladb"
    Fri May 3 17:40:24 IST 2013
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 17:40:24 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORA-00845: MEMORY_TARGET not supported on this system
    SQL> Disconnected
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "bladb" warm started.

  • Unable to connect ORA 01034, 27101

    Hi,
    My linux 64bit machine was restarted after a power failure. To start my Oracle 10g server on it, I issued commands
    emctl start dbconsole
    isqlplusctl start
    lsnrctl start
    Then I tried to connect as scott/tiger then it gave errors:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    I connected as / as sysdba, then it gave me message "Connected to an idle instance" and gave the SQL prompt.
    I find most common solution for the above issue is to check ORACLE_SID and ORACLE_HOME variables. I checked the variables are proper.
    When I try "emctl stop dbconsole" it says Failed to shutdown dbconsole gracefully.
    I will appreciate if anybody can give some inputs.
    newbie.

    Hi,
    Connect to sqlplus and startup the instance!# sqlplus /nolog
    SQL > CONN / AS SYSDBA
    SQL > STARTUPYou can check the instance is running via# ps -ef | grep pmonIf the process monitor (pmon) for your instance ($ORACLE_SID) is running, then the instance is started up.
    Regards,
    Yoann.

  • ORA-01034 and ORA-27101 on Redhat 8.0

    Hello,
    I have installed Oracle 9.2.0 in Linux RedHat 8.0.I could solved all the problems with the installation but when I try to run sqlplus: there are two errors
    ORA-01034
    ORA-27101
    I would like to know how can I resolve this.
    Thanks.
    Sorry for my bad english
    I'm spanish so my english isn't very good
    If you can I would like the answer in spanish ;)

    the error messages are telling you that either
    1) you do not have a running database OR
    2) you have not set your ORACLE_SID
    Set your ORACLE_SID
    export ORACLE_SID=mySIDname
    then sqlplus '/ as sysdba'
    startup
    this should get the instance running if it is not already.
    if you get a message stating that you cannot startup an already running instance, then you have corrected option 2 just by setting your ORACLE_SID
    you should be OK at this point

  • ORA-19502 & ORA-19502 when try to backup using rman

    I'm trying to backup database to a specific folder but it's failing:
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 04/11/2013 22:41:59
    ORA-19502: write error on file "/home/backup/rmanbackup/bak_11_1_812500536_test", block number 3520128 (block size=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 11: Resource temporarily unavailable
    Additional information: 4
    Additional information: 3520128
    Additional information: 274432
    command for backup is following:
    backup database format '/home/backup/rmanbackup/bak_%s_%p_%t_test';
    Can you help me to solve the problem.

    Levi Pereira wrote:
    When asking a question always provide your database and OS version (e.g. Oracle 11.2.0.3)OS: SUSE Linux Enterprise Server 10 (x86_64). Oracle Version: 11.1.0.7.0
    >
    Are you using local or network filesystem (such as NFS)?Local
    Edited by: 996454 on Apr 14, 2013 2:06 AM

  • ORA-19870 ORA-19502 ORA-27072 RMAN

    ORA-19870: error reading backup piece......
    ORA-19502 write error on file blah/blah/blah/datafile, blockno 5361 (blocksize=8192)
    ORA-27072: File I/O error
    Linux-x86_64 Error: 9: Bad file descriptor
    Additional information: 4
    Additional information: 5361
    Additional information: 69632
    ....it started out fine, did about 9 datafiles and then the rest of them started failing with the above string.
    Any ideas on what the scoop is?
    thanks!

    Linux-x86_64 Error: 9: Bad file descriptor
    Additional information: 4OS error; not Oracle.
    post results from following as in below
    df -h
    bcm@bcm-laptop:~$ df -h
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda1             108G   17G   86G  17% /
    udev                  497M  256K  497M   1% /dev
    none                  497M  856K  496M   1% /dev/shm
    none                  497M   80K  497M   1% /var/run
    none                  497M     0  497M   0% /var/lock
    none                  497M     0  497M   0% /lib/init/rw

  • Btrfs send error - No such file or directory

    Hello,
    I have the following setup in my UX31A laptop.
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda7
    UUID=617b35f9-b0a9-4562-b6b6-ab4eea3eff99 / btrfs rw,noatime,compress=lzo,ssd,discard,space_cache,autodefrag,inode_cache,subvol=root 0 0
    # /dev/sda7
    UUID=617b35f9-b0a9-4562-b6b6-ab4eea3eff99 /home btrfs rw,noatime,compress=lzo,ssd,discard,space_cache,autodefrag,inode_cache,subvol=home 0 0
    # /dev/sda5
    UUID=5D37-A7ED /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
    UUID=e08eaf4d-f932-4cce-8086-8d4913e3dfab none swap defaults 0 0
    btrfs filesystem show
    Label: none uuid: 617b35f9-b0a9-4562-b6b6-ab4eea3eff99
    Total devices 1 FS bytes used 19.74GiB
    devid 1 size 66.82GiB used 39.04GiB path /dev/sda7
    Label: btrfs uuid: 3b31413b-081e-458f-87c2-b16276ceea94
    Total devices 1 FS bytes used 12.42GiB
    devid 1 size 638.53GiB used 15.04GiB path /dev/sdc2
    Btrfs v3.12
    btrfs sub list /
    ID 257 gen 20039 top level 5 path root
    ID 258 gen 20039 top level 5 path home
    ID 273 gen 19987 top level 5 path home/cesar/Downloads
    ID 281 gen 19997 top level 5 path home/.snapshot
    ID 282 gen 1391 top level 5 path home/.snapshot/back_clean_system
    ID 283 gen 7169 top level 5 path home/.snapshot/back_home
    ID 284 gen 7243 top level 5 path home/.snapshot/back_system_gnome
    ID 310 gen 19996 top level 5 path home/.snapshot/back_system_23-03-14
    ID 311 gen 19998 top level 5 path home/.snapshot/back_home_23-03-14
    btrfs sub list /run/media/cesar/btrfs/
    ID 257 gen 69 top level 5 path backup
    ID 258 gen 40 top level 5 path backup/back_clean_system
    ID 260 gen 45 top level 5 path backup/back_home
    ID 263 gen 59 top level 5 path backup/back_system_gnome
    Here's the deal, when I try to send a backup from my system to the external disk with the the following command
    btrfs send -v /home/.snapshot/back_home_23-03-14/ | btrfs receive -v /run/media/cesar/btrfs/backup
    this error appears even though the folder clearly exists 
    At subvol /home/.snapshot/back_home_23-03-14/
    ERROR: open home/.snapshot/back_home_23-03-14 failed. No such file or directory
    If I boot the computer from the arch live image, I can send snapshots from one filesystem to another without a problem.
    What might be my error?
    Last edited by cfsc (2014-03-23 23:09:13)

    When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.

  • ORA-01034: ORACLE not available  Linux Error: 2: No such file or directory

    Hi,
    I have oracle 10.2.0 on Redhat 4 Linux. Yesterday i transport my database from windows to linux and it was working fine.
    but today when i try to log in it gives me error like,
    [oracle@satish bin]$ ./sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 15:33:22 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name:My all environment variables are fine.
    According to me any file is missing by
    Linux Error: 2: No such file or directory
    but can't find out what.
    While i have another database on same system which is working fine.
    Thanks
    UMesh

    Thanks for reply
    I applied all the thing
    1. my user is already in dba group.
    2. I change the permission on orapwORCL and i recreate the same file.
    3. [oracle@satish bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 16:06:25 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-01031: insufficient privilegesBut nothing works.
    any other suggestions.

Maybe you are looking for

  • Windows update error 0x80070BC9 with windows 7

    Hi, I have only one Windows 7 machine which has started to show 80070BC9 in Windowsupdate.log file when trying to install Windows updates KB2478662. I believe this refers to a "pending update" which needs to be completed before other updates can foll

  • Visa open problem

    Hi            I'm using  labview2009. I've connected 8593E spectrum analyzer using GPIB interface to my PC.The problem is the instrument address is not coming automatically in the VISA open function input when I connect the instrument to my PC. can a

  • Portal Logoff Customization

    Hi, I have a requirement like when user clikcs on log-off link, it shouldnt ask any pop-up for confirmation. with out confirmation box, it should logoff. is there any possibility with out writing any code? another thing is wehn user close the interne

  • Is there a way to control the size of the pictures taken by iPhone?

    The photos taken by iPhone are fairly large photos and require quite a bit of time for transfering when taking hundreds of photos.  Is there any settings in iPhone that can control the size of the pictures being taken?  Thanks

  • Problems booting ps3 photoshop

    While trying to open ps3 photoshop my program keeps crashing. I get an error message. I tried uninstalling and reinstalling the entire adobe suite. No luck. Tried all the various downloads on the adobe site. No luck. All the other components on the s