How to schedule tasks on Linux using crontab
Cron in Linux Cron is a time-based job scheduler in Linux or Unix operation system. It is most suitable for
Continue readingCron in Linux Cron is a time-based job scheduler in Linux or Unix operation system. It is most suitable for
Continue readingMerge Statement in Teradata Merge statement is also referred as Upsert that inserts a record to a table in a
Continue readingNohup command in Linux nohup command is used to execute long running programs in background mode. Even if we logoff
Continue readingSQLite in Python SQLite is a lightweight disk-based storage that doesn’t require separate server process in python.Some application can use
Continue readingEXPORT command in Teradata Export command is used to store the database information that returned by SQL Select statement in
Continue readingSplit function in Hive Hive providing many string functions to manipulate the strings. Split is one of the string function
Continue readingTeradata Rename Table We can rename the existing Teradata table using RENAME TABLE statement.We should have DROP privileges on the
Continue readingCreate log file with current timestamp in Bash It is best practice to have log file in any shell script
Continue readingApache Tomcat Server Apache tomcat server is a open source web server that is developed by Apache software foundation. It
Continue readingACTIVITY_COUNT in Teradata Activity count is a variable that returns the number of rows affected by the SQL statement in
Continue reading