Home

basic unix commands pdf

We have touched upon many unix commands before in the previous article. Here are some more commands with downloadable basic unix commands pdf   mv – move files(s) /dirs Options: –   -f   mv will move the file(s) without prompting even if it is writing over an existing target. -i   mv will prompt for confirmation whenever …

basic unix commands pdf Read More »

How to Compile Invalid objects in Oracle

Oracle database is a complex system and objects are interrelated and have dependencies. Like a package may depend on a certain Oracle table, view or synonym. So objects may go invalid in case of deployments of new objects, alter table commands, packages, views, and synonyms. Now let’s find out how to find the invalid objects …

How to Compile Invalid objects in Oracle Read More »

Scroll to Top