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 : BIP Reports Multiple Parameter Selection

How to make parameter multiple value selection in FUSION BIP REPORT    AND ( least(:P_PR_NUMBER) is null   or   prha.requisition_header_id i...