SET DATA STRUCTURE

SET DATA STRUCTURE ▪️ A Python Set is the unordered and unique collection of the data. ▪️ Sets can contain elements of different Data Types Like int, string, Tuple, etc. but cannot contain List, sets, dictionaries. ▪️ Set data structure is used when you want… Read More

Lists in Python

Lists in Python ▪️ A list in Python is a group of related values (elements) that are arranged in a specific order and can be changed. ▪️ It can store different data types, including integers, floats, strings, and lists themselves. ▪️ Lists are enclosed in… Read More

Python Installation

Python Installation To write and execute the programs in python you have to download the python software. Python is open source, and it can be downloaded freely. 👉 Follow this link “https://www.python.org/” to download the python software you will find the page which is shown… Read More

PYTHON Introduction

PYTHON Introduction Program: A program is a set of instructions that can be executed by the computer to perform a specific task. Purpose of using programs: 👉 To get accurate results. 👉 To get output very fast. We can write the programs using both the… Read More

Table/index movement using pl/sql procedure

Table/index movement using pl/sql procedure

1) Gather all below data into a SQL log file for future validations

2) Export respective schema and whole DB as part of prechecks. 3) Create a Guaranteed Restore point and drop before dropping tablespace if everything is… Read More

Datapump export and import from Source PDB to Target PDB

Datapump export and import from Source PDB to Target PDB.

Thank you for giving your valuable time to read the above information. Please click here to subscribe for further updates   KTExperts is always active on social media platforms. Facebook  : https://www.facebook.com/ktexperts/ LinkedIn    : https://www.linkedin.com/company/ktexperts/ Twitter       : https://twitter.com/ktexpertsadmin YouTube … Read More