Total Pageviews

EBS : Linux Command : Oracle

 Important Linux Command in Oracle Apps


  • How to display all file inlcluding Hidden

ls -latr

  • How to see file contents

more <filename>

  • How to copy file

cp filename <target_directory>

  • How to move file

cp filename <target_directory>

  • How to go to home directory

cd ~

  • How to move to another server

ssh <server name>

  • sftp command

sftp username@servername

  • How to find files

find <filename>*


No comments:

Post a Comment

FUSION: Purchasing Query

  1) ---------CPA to PO Amount---------- select poh.segment1, (select sum(nvl(cpol.quantity,1)* cpol.unit_price) from po_headers_all cpoh,po...