Oracle Applications
Thursday, 21 March 2019
STATS Collection Oracle SQL Query
›
Here is the Sample Oracle SQL Query for the STATS collection. select t.last_analyzed, nvl(num_rows,0) num_rows, t.* from all_tables...
Monday, 11 March 2019
SQL Query to find the time taken in hours, minutes and seconds.
›
Here is the oracle sql query that can be used to find out the time taken in hours, minutes and second. This sql query converts the dat...
SQL Query to validate Start_Date and End_Date for each consecutive records
›
Assume you have requirement to validate the start date and end date for each record provided and your validation or check should be that ev...
How to refresh Materialized view
›
Here is the sample script to refresh the materialized view. DECLARE BEGIN DBMS_MVIEW.refresh('EMP_MV'); --'EMP_MV ...
Thursday, 7 February 2019
UiPath RPA Developer Foundation Training Certification answers - 5
›
Here is the continuation part of the sample question and answers for the developer foundation training. Note : These are the sampl...
UiPath RPA Developer Foundation Training Certification answers - 4
›
UiPath RPA Developer Foundation Training Certification answers - 4 Here is the continuation part of the sample question and answ...
UiPath RPA Developer Foundation Training Certification answers - 3
›
UiPath RPA Developer Foundation Training Certification answers - 3 Here is the continuation part of the sample question and answers...
Monday, 4 February 2019
UiPath RPA Developer Foundation Training Certification Questions and answers- 2
›
UiPath RPA Developer Foundation Training Certification answers - 2 Note : These are the sample question and answers for the RPA Devel...
Tuesday, 29 January 2019
UiPath RPA Developer Foundation Training Certification Final Assessment - 1
›
This post part1 covers the UiPath RPA Developer Foundation Training certification final assessment, sample question and answers. ...
Monday, 17 December 2018
UiPath Certification - Sample Questions and Answers - Lesson 10 PDF Automation
›
Here is the sample question and answers from the Lesson 10 from the UI Path 1)Will the Read PDF with OCR activity open the PDF docum...
UiPath Certification - Sample Questions and Answers - Lesson 9 Excel and Database Tables
›
Here is the sample question and answers from the Lesson 9 from the UI Path 1)What happens if you use the Write Range activity with t...
UiPath Certification - Sample Questions and Answers - Lesson 8 Advanced Citrix Automation
›
Here is the sample question and answers from the Lesson 8 from the UI Path 1) Can a Pick Branch activity be used alone? No, it ...
UiPath Certification - Sample Questions and Answers - Lesson 7 Image and Text Automation
›
Here is the sample question and answers from the Lesson 7 from the UI Path 1) Click Image and Click Text are not 100% reliable in Ci...
UiPath Certification - Sample Questions and Answers - Lesson 6 SELECTORS
›
Here is the sample question and answers from the Lesson 6 from the UI Path 1) Can you store a Selector in a variable? Yes, of ty...
UiPath Certification - Sample Questions and Answers - Lesson 5 ADVANCED UI INTERACTION
›
Here is the sample question and answers from the Lesson 5 from the UI Path 1) Which of the text extraction methods can return the h...
UiPath Certification - Sample Questions and Answers - Lesson 4 Recording
›
Here is the sample question and answers from the Lesson 4 from the UI Path 1. When is it recommended to use Desktop recording? ...
UiPath Certification - Sample Questions and Answers - Lesson 3 DATA MANIPULATION
›
Here is the sample question and answers from the Lesson 3 from the UI Path 1. Which of the following data types are included in the...
UiPath Certification - Sample Questions and Answers - Lesson 2 Variables and Data Types
›
Here is the sample question and answers from the Lesson 2 from the UI Path 1.What happens if you rename a variable from the Varia...
UiPath Certification - Sample Questions and Answers - Lesson 1
›
UiPath Certification Notes/answers UiPath, is Robotic Process Automation tool, which empowers and equip yourself the latest digital ...
Saturday, 27 October 2018
Generate Random number using SQL Query
›
Generate Random number Here is the script to generate the random 10 digits number using SQL. And of course, this can be modified acc...
Monday, 1 October 2018
Example of FORALL Insert statement
›
FORALL Insert statement. As we all know, FORALL is much faster than the FOR LOOP for processing.It is usually used for the BULK proc...
Thursday, 30 November 2017
Command to use SQL*LOADER
›
SQL*LOADER , a oracle based bulk loading utility. The following shows the way to load the data using the SQL*LOADER. Using SID sql...
Creating DataModel and Report in BI Publisher - Part 2
›
Part2 : Once the RTF development is completed, start the creation of Report Click on New Report: Click on existi...
‹
›
Home
View web version