Oracle on Solaris - General UNIX Question

Anyone have a way to list out the hidden (dotfiles) only on a Solaris box? ls -a shows both hidden and normal files I just want to list the hidden files and directories.
Thanks

it's hard to list only hidden files and directories at the same time.
It's easier to use 2 commands one list hidden files like first poster did
and
ls -l | grep ^d | awk -F' ' '{print $9}'
to list all directories.

Similar Messages

  • General  unix question

    hi,
    I want to mobe all files of extension .c to .ci .can we do it in single command .i know using a script we can do it.the command mv *.c *.ci won't work as shell expands * first.let me know if there is a way.
    warm regs,
    raj.

    To rename all *.c files to *.ci in the current and all subdirectories, use:
    # for i in `find . -type f -name '*.c'`; do mv "$i" "`echo $i | sed -e 's/\.c$/.ci/'`" ; done
    Note 1: You should escape the dot in sed's expression as dot alone matches any one (!) character.
    Note 2: Using double quotes around $i and the echo-command makes sure you won't run into problems if you have filenames with blanks.

  • /JOB/ DC - Java , J2EE **  Weblogic**, Sybase/oracle, Swing, Solaris/Unix, NT.

    All,
    Let me know if you're interested, I'll supply contact details
    =============================================
    A major financial services company in the D.C. area that
    is looking for Java developers with 5 + years experience
    in web dev/ internet technologies (Java 2 Certification
    strongly preferred ) and one or more of the following:
    Java , J2EE ** Weblogic**, Sybase/oracle, Swing, Solaris/Unix, NT.
    You will be responsible for defining and documenting
    requirements and developing solutions to business problems.
    Design Develop, upgrade, test, implement and document software
    components of client/server applications and/or internet/web
    based systems. Contribute to all phases of the software
    development cycle.
    =============================================
    Slava

    You have to create a datasource on WebLogicb with the JNDI name: jdbc/ADFDBDS
    The steps involved to create a datasource can be found here: http://download.oracle.com/docs/cd/E17904_01/apirefs.1111/e13952/taskhelp/jdbc/jdbc_datasources/CreateDataSources.html

  • Question for using ORACLE with SOLARIS

    Hi Experts,
    I have worked Oracle with Linux in one of my projects 2yrs back and i was just a developer, used to write SQL Query, Creating Table and Objects.
    Now i got a question from TL which is
    Tell me about consequences for using Oracle with Solaris?
    I am not worked ORACLE with SOLARIS, Can some one give me the answer for this question with
    1. Difference between ORACLE with LINUX and ORACLE with SOLARIS.
    2. Advantages and Disadvantages Between ORACLE with LINUX and ORACLE with SOLARIS.
    Thanks,
    MuraliDharan V

    Hi MuraliDharan V,
    It would had been better if you had searched first;
    Here is one
    Advantage for Linux64-bit Versus Solaris-x86_64 OS in RAC
    And beside that your question is incomplete:
    -What Oracle? Database, etc
    -Which Version? 9i, 10g, etc
    Aside from that a simple search on google might have answered your question as well.
    But I think there is some new trend of dumping questions here before searching.
    Ex Senior DBA

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Differences between Oracle 8i for a UNIX Platform and a Linux Platform

    I want to know the differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform. And which platform is better?
    Thanks

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Call Oracle Forms 6i from UNIX

    Hi,
    I am new to Oracle forms and I have some querries -
    I have a form created on windows environment (.fmb/.fmx). This form accepts a parameter in a text field and calls another Oracle Report. Now my questions are:
    1. If windows forms are not compatible with UNIX environment, then how these are converted to be compatible with UNIX/Linux (without re-creating them on different platform)?
    2. Can I call the same form from UNIX shell with input as a shell script input?
    3. And if answer to the second query is no, then can I invoke Web deplyed froms (on application server) using shell? and how..
    I w'd appreciate your help!
    Regards.

    hello
    please provide forms6i (on web?,client server?),OS version.
    im Assumed your using character mode.
    user9040817 wrote:
    Hi,
    I am new to Oracle forms and I have some querries -
    I have a form created on windows environment (.fmb/.fmx). This form accepts a parameter in a text field and calls another Oracle Report. Now my questions are:
    1. If windows forms are not compatible with UNIX environment, then how these are converted to be compatible with UNIX/Linux (without re-creating them on different platform)?you need to generate fmx on server side. this is character mode. use : f60gen yourforms.fmb username/password@tns > a
    yes you can call it forms use : f60run forms.fmx username/password@tns
    report : rwrun60c yourreportname.rdf username/password@tns destype=file desname=a.lis
    but always use HOST command inside the forms, also to send to the printer name that is configured to your server.
    host ('rwrun60c /dsk8/ciame/rcption/wagih/reportname xxx/xxxn@xxx batch=yes destype=file desname=$user_output/'||to_char(:blk1.office_emp_no)||'.lis tty_office_no='||to_char(:blk1.office_no)||' tty_emp_no='||to_char(:blk1.office_emp_no)||' tty_rcpt_no='||to_char(:blk2.rcpt_mst_receipt_no)||' tty_rpt_type=0;
    lp -d $lp01 -c $user_output/'||to_char(:blk1.office_emp_no)||'.lis',NO_PROMPT);
    and if you call another form then you can use open_form,call_form,,... inside the form. Be sure you add in the library your wroking folder.
    edit your user profile .
    Study this as a case : this is the profile of our mis user in our old character based system.
    SunOS 5.9
    |-----------------------------------------------------------------|
    | This system is for the use of authorized users only. |
    | Individuals using this computer system without authority, or in |
    | excess of their authority, are subject to having all of their |
    | activities on this system monitored and recorded by system |
    | personnel. |
    | |
    | In the course of monitoring individuals improperly using this |
    | system, or in the course of system maintenance, the activities |
    | of authorized users may also be monitored. |
    | |
    | Anyone using this system expressly consents to such monitoring |
    | and is advised that if such monitoring reveals possible |
    | evidence of criminal activity, system personnel may provide the |
    | evidence of such monitoring to law enforcement officials. |
    |-----------------------------------------------------------------|
    login: ciame
    Password:
    Last login: Tue Mar 6 09:39:32 from 0.0.0.0
    Sun Microsystems Inc. SunOS 5.9 Generic May 2002
    $ bash
    bash-2.05$ cd mis
    bash-2.05$ cat .profile
    # This is the default standard profile provided to a user.
    # They are expected to edit it to meet their own needs.
    #MAIL=/usr/mail/${LOGNAME:?}
    DISPLAY=8.4.2.5:0.0;export DISPLAY
    NLS_LANG=AMERICAN_AMERICA.AR8ISO8859P6; export NLS_LANG
    NLS_DATE_FORMAT=dd/mm/yyyy;export NLS_DATE_FORMAT
    TK6_PRINTER=alp35;export TK6_PRINTER
    EDITOR=/usr/bin/vi;export EDITOR
    ORACLE_BASE=/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/dev6i; export ORACLE_HOME
    TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    HOME=$ORACLE_HOME/bin;export HOME
    ORACLE_SID=JMH; export ORACLE_SID
    ORACLE_TERM=vt220; export ORACLE_TERM
    FORMS60_TERMINAL=$ORACLE_HOME/bin; export FORMS60_TERMINAL
    LD_LIBRARY_PATH=LD_LIBRARY_PATH:$ORACLE_HOME/bin:$ORACLE_HOME/lib:/usr/dt/lib:/u
    sr/openwin/lib:/usr/lib:$ORACLE_HOME/network/jre11/lib/sparc/native_threads; exp
    ort LD_LIBRARY_PATH
    SHLIB_PATH=$ORACLE_HOME/bin:/usr/dt/lib:/usr/openwin/lib:/usr/lib:$ORACLE_HOME/n
    etwork/jre11/lib/sparc/native_threads; export SHLIB_PATH
    PATH=/usr/ccs/bin:$ORACLE_HOME/bin:/usr/bin:/usr/openwin/bin/; export PATH
    user_output=/user_account/mis;export user_output
    alias ls='ls -aF'
    umask=022
    lp01=alp1;export lp01
    lp02=alp1;export lp02
    lp03=alp1;export lp03
    lp04=alp1;export lp04
    lp05=alp1;export lp05
    lp06=alp1;export lp06
    lp07=alp1;export lp07
    lp08=alp1;export lp08
    lp09=alp1;export lp09
    lp10=ps401;export lp10
    lpc=alp1;export lpc
    cd /dsk8/ciame
    f60run mis_menu xxxx/xxx@xxx
    exit
    Edited by: ck on Mar 5, 2012 11:05 PM
    Edited by: ck on Mar 5, 2012 11:08 PM

  • Where can I get Oracle for solaris x86

    Besides click the ContactOTN in web page to submit the question
    about this to them, I follow the link
    http://platforms.oracle.com/sun/index_sun.htm and click "Ask Us"
    link to send message to them too.
    Am I wrong ? Can you give me the correct way to ask the question
    KK
    jeamaro (guest) wrote:
    : KK (guest) wrote:
    : : I read through the news group and find some mention there is
    : : a version Oracle for solaris x86. Then I go to
    : : http://platforms.oracle.com/sun/index_sun.htm too.
    : : Can anyone tell me the straight method to get it ?
    : : I have already sent several mail to ask about that.
    : : There is nothing return.
    : : KK
    : There is a version of Oracle for Solaris x86. Although it has
    : not been available thru OTN. To which email ID have you been
    : sending your questions?
    : Regards
    null

    Besides click the ContactOTN in web page to submit the question
    about this to them, I follow the link
    http://platforms.oracle.com/sun/index_sun.htm and click "Ask Us"
    link to send message to them too.
    Am I wrong ? Can you give me the correct way to ask the question
    KK
    jeamaro (guest) wrote:
    : KK (guest) wrote:
    : : I read through the news group and find some mention there is
    : : a version Oracle for solaris x86. Then I go to
    : : http://platforms.oracle.com/sun/index_sun.htm too.
    : : Can anyone tell me the straight method to get it ?
    : : I have already sent several mail to ask about that.
    : : There is nothing return.
    : : KK
    : There is a version of Oracle for Solaris x86. Although it has
    : not been available thru OTN. To which email ID have you been
    : sending your questions?
    : Regards
    null

  • Anyone know of a good unix forum so i dont have to ask unix questions here?

    Anyone know of a good unix forum so i dont have to ask unix questions here?
    and how bout a good unix tutorial?

    what is solaris dev?
    What's wrong with asking unix questions. Anyways,if
    you go to the sun home page http://www.sun.com I
    think
    there is a solaris dev connection.
    What I meant was the solaris developer connection.
    Solaris is Sun's version of unix. just like this forum is part of the java developer connection I'm sure that they have a forum for unix.

  • Oracle for Solaris X86

    I would like to know where I can download the latest version of orace for the solaris on Intel os.
    I have searched oracle and cannot seem to find it.
    Any suggestions.

    Besides click the ContactOTN in web page to submit the question
    about this to them, I follow the link
    http://platforms.oracle.com/sun/index_sun.htm and click "Ask Us"
    link to send message to them too.
    Am I wrong ? Can you give me the correct way to ask the question
    KK
    jeamaro (guest) wrote:
    : KK (guest) wrote:
    : : I read through the news group and find some mention there is
    : : a version Oracle for solaris x86. Then I go to
    : : http://platforms.oracle.com/sun/index_sun.htm too.
    : : Can anyone tell me the straight method to get it ?
    : : I have already sent several mail to ask about that.
    : : There is nothing return.
    : : KK
    : There is a version of Oracle for Solaris x86. Although it has
    : not been available thru OTN. To which email ID have you been
    : sending your questions?
    : Regards
    null

  • Where can downloads oracle for solaris X86?

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    Besides click the ContactOTN in web page to submit the question
    about this to them, I follow the link
    http://platforms.oracle.com/sun/index_sun.htm and click "Ask Us"
    link to send message to them too.
    Am I wrong ? Can you give me the correct way to ask the question
    KK
    jeamaro (guest) wrote:
    : KK (guest) wrote:
    : : I read through the news group and find some mention there is
    : : a version Oracle for solaris x86. Then I go to
    : : http://platforms.oracle.com/sun/index_sun.htm too.
    : : Can anyone tell me the straight method to get it ?
    : : I have already sent several mail to ask about that.
    : : There is nothing return.
    : : KK
    : There is a version of Oracle for Solaris x86. Although it has
    : not been available thru OTN. To which email ID have you been
    : sending your questions?
    : Regards
    null

  • "Batch" type script - maybe generic UNIX question!

    Hey peeps,
    We just set up an email filter on Solaris 9, which has 20MB of configuration files that need backing up on a regular basis. What I would like is a short executable script which does the following:
    tar -cf the config files into a tar file, named conf-backup-DATE.tar with todays date.
    open an ftp connection, with a specified username and password
    "put" the tar file on the ftp server
    disconnect from the ftp server
    I think this is more of a generic UNIX question than a Solaris question, but I don't know any more about UNIX than I do about Solaris anyway!

    Your script defines functions which will enable you to invoke the backup. But this script only defines functions. You need to invoke them for your backup to work. The sample invocation can look like this (CODE NOT TESTED!!!):
    Setup
    Initialize
    Gethottblspace
    BeginHotbackup
    Best Regards
    Krystian Zieja / mob

  • A Unix question: find command

    Hi all,
    Sorry for posting a Unix question here.
    In the following directory I have:
    /opt/SonicSoftware/SonicMQ/samples/TopicPubSub/DurableChat>ls
    DurableChat.class DurableChat.java Readme.txt
    However, if I try:
    /opt/SonicSoftware>find -iname DurableChat.class
    The path can not be found, it just gives me the prompt back; I don't know what the reason is. Any idea?

    I'm just wondering can the symbolic link be the
    reason that class file can not be found (I guess, not
    though, b/c other classes can be found):What do you mean "not found"?
    Do you mean why the find command isn't finding it? Yes, that's why. But now that you know, you can use -follow.
    Or do you mean the VM is unable to find the class at runtime? I'm almost certain the classloader can follow symbolic links in the classpath, so I don't think that's the problem.
    >
    /opt/SonicSoftware/SonicMQ/samples/TopicPubSub/Chat>..
    /../SonicMQ.sh DurableChat -u AlwaysUp
    Exception in thread "main"
    java.lang.NoClassDefFoundError: DurableChat
    Should I change the path that it won't be symbolic
    anymore?Try it and see if it fixes it. I'd be surprised, but you never know. If making it not a link fixes it, then maybe that's what you have to do. If it doesn't fix it, then you know you have to look somewhere else.

  • Simple Java Command-Line on Unix Question

    From the windows shell, the following command works fine:
    java -classpath MyJar.jar;. Test
    The class Test, in the current director, depends on files in MyJar.jar. However, when I open up the cygwin bash shell and try to execute the same command, I get this error:
    bash: /usr/bin/Test: No such file or directory
    It appears it's looking for Test in /usr/bin as opposed to in the current directory. Why is this happening and how can I get this to work in bash?
    I know it's kind of unix question, but I figured some one here could help.
    TIA,
    John

    How can I use aboslute classpaths within bash. For
    example, what it the bash equivalent of the
    following:
    java -classpath C:/Java;C:/Java/MyJar.jar Testjava -classpath /the/path/to/your/Java:/the/path/to/your/MyJar.jar Test
    Normally you will be using things relative to your home directory so yo can use
    java -classpath ~ /the/relative-path/to/your/Java:~/the/relarive-path/to/your/MyJar.jar Test
    or
    java -classpath $HOME/the/relative-path/to/your/Java:$HOME/the/relative-path/to/your/MyJar.jar Test
    Please don't use these blindly. Spend some time (half a day say) looking at the bash shell!

  • How to rename database in oracle 8.0.5 unix?

    how to rename database in oracle 8.0.5 unix? for example from 'DBDEV' to 'DBTEST'

    Dear Amardeep,
    The OP opened 2 threads, one how to clone and other one how to rename a database 8. The article I send show how to clone the DB (one of the steps in the clone article is how to rename the DB from"PROD" to "Test"). ;)
    This is the other thread:
    easy way to clone database
    Cheers,
    Francisco Munoz Alvarez
    www.oraclenz.com

Maybe you are looking for

  • I want to set up a home network to be able to watch my movies and litsen to music across multiple platforms without keeping my laptop connected.

    I want to set up a home network to be able to watch my movies and litsen to music across multiple platforms.  I have movies purchased from itunes as well as movies from my DVD collection that i converted to an .m4v format.  I currently have these mov

  • My iPad shut off what do I do?

    My iPad shut off and will not turn back on.  I stopped using it with 90% battery left.  I haven't dropped it, and it has not been damaged by water.  It won't work on or off the charger; it actually doesn't charge at all... It was only a year old, and

  • What does 'Filter' Failed mean

    I did a forum search and did not find anything on point. I just pulled a Konica Minolta Magicolor 2400w printer out of storage. It has not been used in close to 6 years. Plugged into my MBP running Mountain Lion, and it could see the printer but did

  • Trouble while reinstalling subscriber

    I am reinstalling a CCM cluster in test setup running CCM 4.02a es30.1 I first installed Publisher alongwith Windows. Then upgraded to es30.1 and also restored the data using backup of my production system. This all went smooth. Now when I am trying

  • Value comparison for specific time

    Hi Everyone, I have a vi to see if a number falls in a range for a specified duration .The input is at 51.2kHz.I want the vi to do the following ; Say if the input/value is continously in range for a specified duration ( say 5 seconds) it turns on an