Latest Blogs

  • Home
  • /
  • Latest Blogs
How to run FTP script in windows command line / Task Scheduler

How to run FTP script in windows command line / Task Scheduler

15 Apr 2018

Lets say we need to FTP a file (say filename.txt) from my local windows machine/server (say C:\ftp\output) to a remote server (say remoteserver.

Learn More
Query to find the space used by a table

Query to find the space used by a table

15 Apr 2018

Query to find the space used by a table

Learn More
Query to find database uptime

Query to find database uptime

15 Apr 2018

Query to find database uptime SELECThost_name,instance_name,TO_CHAR(startup_time,'DD-MM-YYYY HH24:MI:SS')startup_time,FLOOR(SYSDATE-startup_time)daysFROMsys.

Learn More
Query to find the SQL which is running as a specific user

Query to find the SQL which is running as a specific user

15 Apr 2018

Query to find the SQL which is running as a specific user

Learn More