Why do we use PATH command

Hi all,
why do we use PATH command?
Thanks
RS

PATH() function in the XMLDB context. ... [url http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb18res.htm#sthref2112]documentation
Interesting. I have to remember that. It could be useful once in a while.

Similar Messages

  • In the OSPF routing, Why can't use the command "no auto-summary"?

    Hello
    I will post the article here because this question.
    The question for OSPF.
    Am I more than trying a variety of routing's a wonder suddenly become, OSPF is why there is no "no auto-summary" of commands like protocols such as RIP and EIGRP?
    It's strange grammar?
    Yes, using the Google Translator.
    Please consider it.

    ckfurtn01,
    By default, RIP and EIGRP summarize networks to their classful boundaries.  No auto-summary disables that feature.  
    In OSPF, we need to configure wildcard masks to identify our networks.  For example, in EIGRP network 10.1.1.0/24, with auto-summary enabled, will advertise a 10.0.0.0/8 network.  In OSPF, to identify the same 10.1.1.0/24 network we would advertise 10.1.1.0 0.0.0.255 area X.  If we wanted to do the classful boundary then it would be 10.0.0.0 0.255.255.255 area X.
    OSPF, in short, does not perform auto-summarization so it is not a needed command.  Hope this helps.
    v/r
    Mike

  • Use of command tunnel path-mtu-discovery

                       Hi Everyone,
    Need to know why we have to use the command tunnel path-mtu-discovery  if we have GRE tunnels at both ends?
    Also can the same command be used if we have GRE  over IPSEC VPN?
    Thanks
    MAhesh

    You can read the description here:
    http://www.cisco.com/en/US/docs/ios-xml/ios/interface/command/ir-t2.html#GUID-3B831D75-DAD0-472A-AC32-A6A066F71C33
    It forces unreachables to be sent should we exceed MTU, rather fragmentation to occur.
    And yes it applies to GRE over IPsec and is quite a good feature in most cases.

  • Why cant I use relative paths in Netbeans

    Why cant I use relative paths in Netbeans to files on my PC.
    I want to be able to copy my project folder between different drives and pcs dont want to edit the code everytime I do.
    BTW I didnt know where on the forum to post this. Just in case this is the wrong place.

    When I use relative paths it doesnt see the files. Like when I want to add an image to a panel. If I use '../image.jpg' it wont work but if I use 'd:\javafiles\images\image.jpg\ it will work.
    Cant seem to fix it.

  • The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group). You can use Join command to connect two or more paths, paths in groups; ot to close an open path.

    Hi I was trying to join two Ractangle Tool objects but getting this type of Error in illustrator cs6 :-
    The selected objects cannot be joined as they are invalid objects,( Compound paths, closed paths, Text Objects, Graphs, Live Paint group).
    You can use Join command to connect two or more paths, paths in groups; ot to close an open path.
    Please assist me asap.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    This sound like a firewall issue. I would start by disabling the firewall and seeing if you can connect. If this works then you know where the problem is,
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • I cannot use this command. Why?

    [root@localhost ~]# man iostat
    No manual entry for iostat.
    [root@localhost ~]# iostat
    bash: iostat:command not found.
    [root@localhost ~]# xedit
    bash: xedit:command not find.
    Why can I not use these commands?
    How can I use these commands?

    Hi,
    "command not found" means that you didn't install the packages for this command. Please search the installation CD and install packages sysstat and xorg-x11 using command "rpm -ivh <packagename>-version.rpm"

  • Why color code css using powershell command is not visible in email ?

    Hello,
    I am applying color code for disabled status in PS script as  written below :
    $ReportData = Get-SPServiceInstance | Select Server,TypeName,Status,NeedsUpgrade | ConvertTo-Html -Fragment
    $DisabledStatus='<td>Disabled</td>'
    $DisabledColorStyle='<td style="background-color:red !important;color:white !important" >Disabled</td>'
    $ReportData = $ReportData -replace $DisabledStatus,$DisabledColorStyle
    ConvertTo-Html -Body "<font color = blue><H4><B>Report </B></H4></font>$ReportData" -Title "Test Report" -CssUri C:\style.CSS | Out-File "E:\Reports\TestReport.html"
    This report shows perfect on system where report file is located at E:\Reports\TestReport.html location as below :
    However , when I send this report via email using following command
    $Report = Get-Content "E:\Reports\TestReport.html"
    Send-MailMessage -To $To -SmtpServer $SMTP -From $From -Subject $Subject -BodyAsHtml "$Report"
    I dont see disabled as red color in email , while table's style is working which is stored at C:\style.CSS
    Would you please let me know the reason behind same ?
    Thanks and Regards,
    Dipti
    Dipti Chhatrapati

    Hi Dipti,
    I‘m writing to check if the suggestions were helpful, if you have any questions, please feel free to let me know.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Using terminal command to set apple display factor

    I have been doing support for a friend and we have run into a problem with Outlook 2011 for Mac since we upgraded to Mavericks.
    In the old version I was able to use the command defaults write com.microsoft.Outlook AppleDisplayScaleFactor 1.25
    Now this command no longer works.
    The approach has been documented since early 2011.
    Has the command line changed or bee

    As this has been a minor issue that I have somewhat obsessively been pursuing an answer for....
    The above command DOES infact change the value, however it never actually effects the GUI.
    You can easily confirm this by running a before and after
         defaults read com.microsoft.Outlook AppleDisplayScaleFactor
    It should return a 1 (or rather 1.0) before, and then a 1.25 after, or whatever value you changed it to via your defaults write command [sorry, don't post here really and dont know how to properly format the command line text]
    I've tried running this command as the current user, in sudo, and even as su - all of which (when pathed properly) change the actual value in the plist, but they never actually make the change to the GUI.
    Does anyone have any information as to why this apparently broke in Lion?
    Hope this helps someone out there, I've had zero success with this for my users.
    Edit:
    Melophage - the single (or even double) quotes had no effect on making the change effective - the value still is "set" to 1.25 with or without those quote marks, it just doesn't display that change in Outlook.  Thanks for the thought though, was worthwhile

  • How can I use unix commands from oracle report

    I have to use the following command from oracle reports.
    In oracle forms we can use the HOST command but what about oracle reports2.5.
    I have to email the attached file 100245.pdf from oracle reports to the given email id
    uuencode 100245.pdf 100245.pdf | mailx -s "test" [email protected]

    Hi,
    It's because .bat (or .cmd) files are scripts and not executables and are interpreted using the command line executable - which is normally cmd.exe (although you can buy others).
    So you need to call cmd.exe passing the bat file name as a parameter, something like
    cmd.exe /c batchfilename
    Without the /c you will never get a response.
    However, this brings us to the bizarre conclusion that you are going to:
    call cmd.exe (a shell interpreter)
    to launch a batch file
    that calls cygwin (another shell interpreter)
    which then runs ls
    When shouldn't that just be:
    call cmd.exe to run the dir command
    Or better yet, If you are just after a file name listing and you seem to understand Java stored procs, why not just write a JSP to list the contents of a directory? No problems with OS dependant commands, scripts and 3rd party interpreters. Plenty of examples of that out on the internet as well.
    HTH
    Chris

  • How do you remove back up data from the memory storage? my storage data states that i have over 80gb of data used for back ups and i dont know why as i use a external hard drive as a time machine .now my 250gb flash storage is nearly full

    how do you remove back up data from the memory storage? my storage data states that i have over 80gb of data used for back ups and i dont know why as i use a external hard drive as a time machine .now my 250gb flash storage is nearly full.. HELP!

    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.

  • Preserve a single space at the end of line using spool command

    Hi,
    Can you please help me to write the result of an sql query into a file with the last column of the row ending with a single space?
    For example:
    COL1DATA|COL2DATA|COL3DATA<space1>
    As mentioned in the example the col3 value in the file should end with a single space. And there should not be any delimiters at the end of the row.
    I tried with set trimspool on/off. But, it didn't work. When I say trimspool on - it is trimming all the trailing spaces.
    When I say trimspool off - it is retaining all the trailing spaces to the size of the line.
    But, I do not wish to modify the file through shell commands once it is written thru spool. I mean I do not wish to append spaces to the end of a line using shell script or any other method.
    I do not wish to use other methods like UTL_FILE also.
    Please help me how to do it using spool command?
    Thank you.
    Ramana

    My requirement is that all the trailing spaces should be truncated except the last one in the row.Why?
    As you have discovered a single column in sqlplus, is always a fixed length regardless of the size of the data, if the length of the data varies the output is padded to the maximum or line size with spaces. The trim and trimpsool commands are there to remove all the spaces from the end of a line if there are any. There are no commands to trim all the spaces except one, or even to trim all the spaces except two, or three even.
    If you want such custom processing you should post process the file in the OS using sed, awk or perl or something designed for such things.

  • How can I use this command?

    Why can't I use the command fdisk on Fedora8?
    [root@localhost SCOTT]# fdisk -l
    bash: fdisk: command not found

    [root@fedora ~]# ls /sbin/fdisk -l
    -rwxr-xr-x 1 root root 94924 2007-10-16 16:48 /sbin/fdisk
    [root@fedora ~]# /sbin/fdisk
    Usage: fdisk [-l] [-b SSZ] [-u] device
    E.g.: fdisk /dev/hda (for the first IDE disk)
    or: fdisk /dev/sdc (for the third SCSI disk)
    or: fdisk /dev/eda (for the first PS/2 ESDI drive)
    or: fdisk /dev/rd/c0d0 or: fdisk /dev/ida/c0d0 (for RAID devices)
    [root@fedora ~]# rpm -qa | grep util-linux
    util-linux-ng-2.13-3.fc8
    [root@fedora ~]#

  • Using UNIX command to copy desktop files/folders

    Hello All. I need help using UNIX command(s) to copy text documents and or folders from my lab computers to my desktop at home. Since I have such a slow connection, I think this will work best. I need help with the cp command and the path mostly. Since all files would be in folders on the desktop (including documents (that "missed" the folders), I believe I could simply copy desktop contents? Thanks, J Langlois

    What you want to do is SCP (secure copy) your documents to your remote host.
    send this command to the computer with the documents
    scp ~/Desktop/FILEOR_FOLDERNAME USERNAME@REMOTE_COMPUTER:~/Desktop/
    Replace all the stuff in UPPERCASE with the correct vales for your situation.
    Mini (Intel Core Duo)   Mac OS X (10.4.8)  

  • How to handle the 'folder button' in the path command throug Event loop ?

    Hi everybody.
    Again a stupid question but I can't find the answer.
    My VI has a dynamic event loop, to execute the right code depending on user action.
    Everything is working well but now I wish to do the following :
    I use a 'path command' with the path entry (like for text) and the folder button.
     the user click on the path entry     ->   something A happens.
     the user click on the folder button  ->   something B happens.
    As the folder button and the path entry are the same command, how to differenciate those two events in the event structure ?
    Maybe there is a value in the node, but I can't find it ...
    Thanks for helping !

    You can't do exactly what you are wanting to do. The problem is that you can't trigger an action based on clicking the browse button. To implement that you will need to hide the browse button that LV creates and put down a button of your own that you can then track and respond to independently.
    Mike...
    PS: what is it exactly that you are trying to accomplish?
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Sending a csv file using OS command

    Hi all,
    I would like to know whether it is possible to send CSV file stored in application server to some email ids using OS Command process type.Using APD a file will be generated at a particular application server path.That file around 2 MB needs to be sent to endusers mailbox.
    Please let m eknow and Thanks in Advance!

    pallavi,
    For sending mails from the app server you will need an SMTP setup in the application server.
    If you have a UNIX app server there are native mail programs that you can use. You will need to write a shell script for the same and include that into your process chain as an OS command.
    However the same cannot be said of a Microsoft servewr system where the process would be different.
    You can however instead of e-mailing look at ftping the file to a common location that the users can take form instead of flooding mailboxes with a 2 MB file everyday or periodically. FTP is also easier to achieve using the OS command.

Maybe you are looking for

  • Can't open images or tracks in gallery on E61i?

    I recently switched from N95 to E61i and when I put my existing memory card in from my N95 I cannot access the images or tracks from the gallery. The handset shows "opening" but never opens and I have to power cylcel. Any help?

  • Hi - I have an older MacBook Pro (osx 10.4.11. Can I upgrade it so it will run snowleopard?

    Hi - I have an older MacBook Pro (osx 10.4.11. Can I upgrade it so it will run snowleopard?

  • Swing Applet - doesnt work

    Hi, I'm trying to get a swing applet to work on windows 9x/2000 platform with Internet Explorer 5. I need the applet to show some text boxes and buttons. all simple stuff. I'm using j2sdk1.4.1 to compile the applet. And i've read on the net that i ne

  • Next Previous buttons reading emails

    How is possibile that mail version 4.4 still does not have the next and previous buttons when an in email is open? This is the only reason why I am still using entourage and outlook 2011. The funny think is that iPhone mail application has very nice

  • Listner is not starting

    Hi I get error as ORA-12514: TNS:listener doesnot currecntly know of service requested in connect discptritor I checked on server listner is up as LSNRCTL> status Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dummy2069)(PORT=1521))) STATUS