• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

17320 Other courses in Sutton Coldfield delivered Online

Oracle 12c Administration II

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is for all Oracle Professionals. Specifically Database Administrators, Web Server Administrators, System Administrators, CIOs and other IT Management Professionals. Overview Upon successful completion of this course, students will be able to perform many of the day-to-day administration tasks required of an Oracle database administrator. This course introduces many of the powerful capabilities of the Oracle database. In this course, students will learn about day-to-day administration tasks. It will also address administration sub-specialties. Introduction: Managing the Database Instance The Database Management Tools EM Database Express EM Cloud Control SQL Developer Database Administrator Introduction: Database Architecture Review Database Instance Configurations Memory Structures Process Structures Storage Architecture Introduction: Starting & Stopping Databse Services Start & Stop the Database Listener ABOUT DATABASE STARTUP/SHUTDOWN SYSOPER SYSDBA DATABASE STATE & STAGES STARTUP WITH EM CLOUD CONTROL STARTUP WITH SQL*PLUS SHUTDOWN WITH EM CLOUD CONTROL SHUTDOWN WITH SQL*PLUS USING MS WINDOWS SERVICES Introduction: Oracle Network Environment Oracle Net Services Architecture ORACLE NET CONFIGURATION ASSISTANT ORACLE NET MANAGER USING EM CLOUD CONTROL ADVANCED NETWORK COMPRESSION TROUBLESHOOTING NETWORK PROBLEMS Introduction: Diagnostics & Oracle Support About Database Diagnostics Fault Diagnosability Infrastructure DATABASE INSTANCE HEALTH SNAPSHOT THE SUPPORT WORKBENCH PROACTIVE DATABASE HEALTH CHECKS PACKAGE DIAGNOSTIC DATA WORKING WITH THE KNOWLEDGE BASE Storage: Tablespace Management Starter Tablespaces CREATE TABLESPACE WITH EM CC CREATE TABLESPACE WITH SQL MANAGE TABLESPACES WITH EM CC MANAGE TABLESPACES WITH EM DE MANAGE TABLESPACES WITH SQL DROP TABLESPACE ALTER TABLESPACE Storage: Advanced Tablespace Management Managing Temporary Tablespaces TEMP TABLESPACE GROUPS WITH EM TEMP TABLESPACE GROUPS WITH SQL DEFAULT PERMANENT TABLESPACES BIGFILE TABLESPACES MANAGING THE SYSAUX TABLESPACE Storage: Data Files & Temp Files Management Manage Data Files with EM ACCESS METADATA WITH SQL MANAGE DATA FILES WITH SQL MANAGE TEMP FILES ORACLE-MANAGED FILES (OMF) Storage: UNDO Data & UNDO Tablespaces About UNDO Space Management GUARANTEE UNDO RETENTION MONITOR UNDO SPACE WITH SQL USE THE EM UNDO ADVISOR Security & Schemas: Security Overview & Database Privileges Database Security Principles DATABASE SYSTEM PRIVILEGES DATABASE OBJECT PRIVILEGES SUPER ADMINISTRATOR ROLES PRIVILEGE ANALYSIS Security & Schemas: User Security Create & Manage User Accounts MANAGE USERS WITH EM MANAGE USERS WITH SQL CREATE USER ALTER USER DROP USER GRANT & REVOKE PRIVILEGES RESOURCE LIMITS VIA PROFILES ALTER PROFILE DROP PROFILE PASSWORD MANAGEMENT VIA PROFILES ROLE-BASED SECURITY MANAGEMENT ALTER USER...DEFAULT ROLE SET ROLE DELEGATING PRIVILEGE AUTHORIZATION WITH ADMIN OPTION & System Privileges WITH GRANT OPTION & Object Privileges PRINCIPLE OF LEAST PRIVILEGE CHECKLIST Security & Schemas: Database Auditing Auditing Database Activity Traditional Auditing Unified Auditing Create Audit Policy Security & Schemas: SQL Loader Loader Concepts Loader From the Command Line control File Options Load Methods Loader Express Mode Loader From EM Security & Schemas: Export & Import Manage Directory Objects The Data Pump Architecture Data Pump Export Data Pump Import Data Pump Dictionary Views Using the EM CC Interface Performance & Availability: Managing Performance & SQL Tuning Management Advisory Framework Performance Monitoring & AWR The SQL Tuning Advisor Monitoring Exceptions with Metrics Performance & Availability: Data Concurrency About System & User Locks Monitor & Manage User Locks Moitor Locks with Data Dictionary Manage Locks with EM Performance & Availability: Backup & Recovery Concepts Backup & Recovery Structures Managing REDO Data Configuring for Recoverability Instance Recovery Recoverability Checklist Additional course details: Nexus Humans Oracle 12c Administration II training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Oracle 12c Administration II course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Oracle 12c Administration II
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction Perl Programming Essentials (TT4925)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is appropriate for anyone who wants to create applications or modules to automate and simplify common tasks with Perl. Overview Working within in an engaging, hands-on learning environment, guided by our expert web development, PHP practitioner, students will learn to: Create a working script that gets input from the command line, the keyboard, or a file Use arrays to store and process data from files Create formatted reports Use regular expressions Use the appropriate types of variables and data structures Refactor duplicate code into subroutines and modules What is available in the standard library Use shortcuts and defaults, and what they replace Introduction to Perl Programming Essentials is an Introductory-level practical, hands-on Perl scripting training course that guides the students from the basics of writing and running Perl scripts to using more advanced features such as file operations, report writing, the use of regular expressions, working with binary data files, and using the extensive functionality of the standard Perl library. Students will immediately be able to use Perl to complete tasks in the real world. Session: An Overview of Perl What is Perl? Perl is compiled and interpreted Perl Advantages and Disadvantages Downloading and Installing Perl Which version of Perl Getting Help Session: Creating and running Perl Programs Structure of a Perl program Running a Perl script Checking syntax and warnings Execution of scripts under Unix and Windows Session: Basic Data and I/O Numeric and Text literals Math operators and expressions Scalar variables Default values Writing to standard output Command line arguments Reading from the standard input Session: Logic and Loops About flow control The if statement and Boolean values Using unless and elsif Statement modifiers warn() and die() The conditional construct Using while loop and its variants Using the for loop Exiting from loops Session: Lists and Arrays The list data type Accessing array elements Creating arrays List interpolation Arrays and memory Counting elements Iterating through an array List evaluation Slices and ranges Session: Reading and writing text files File I/O Overview Opening a file Reading text files Writing to a text file Arrays and file I/O Using the <> operator Session: List functions Growing and shrinking arrays The split() function Splitting on whitespace Assigning to literal lists The join() function The sort() function Alternate sort keys Reversing an array Session: Formatting output Using sprintf() and printf() Report formatting overview Defining report formats The write() function Advanced filehandle magic Session: Hashes Hash overview Creating hashes Hash attributes Traversing a hash Testing for existence of elements Deleting hash elements Session: References What is a reference? The two ways to create references References to existing data References to anonymous data Dereferencing scalar, array, and ash references Dereferencing elements of arrays and hashes Multidimensional arrays and other data structures Session: Text and Regular Expressions String length The substr() function The index() and rindex() functions String replication Pattern matching and substitution Regular expressions Session: Raw file and data access Opening and closing raw (binary) files Reading raw data Using seek() and tell() Writing raw data Raw data manipulation with pack() and unpack() Session: Subroutines and variable scope Understanding packages Package and Lexical variables Localizing builtin variables Declaring and calling subroutines Calling subroutines Passing parameters and returning values Session: Working with the operating system Determining current OS Environment variables Running external programs User identification Trapping signals File test operators Working with files Time of day Session: Shortcuts and defaults Understanding $_ shift() with no array specified Text file processing Using grep() and Using map() Command-line options for file processing Session: Data wrangling Quoting in Perl Evaluating arrays Understanding qw( ) Getting more out of the <> operator Read ranges of lines Using m//g in scalar context The /o modifier Working with embedded newlines Making REs more readable Perl data conversion Session: Using the Perl Library The Perl library Old-style library files Perl modules Modules bundled with Perl A selection of modules Getting modules from ActiveState Getting modules from CPAN Using Getopt::Long Session: Some Useful Tools Sending and receiving files with Net::FTP Using File::Find to search for files and directories Grabbing a Web page Some good places to find scripts Perl man pages for more information Zipping and unzipping files

Introduction Perl Programming Essentials (TT4925)
Delivered OnlineFlexible Dates
Price on Enquiry

Real Estate Investor Training Course

By One Education

Ever fancied making property work for you rather than the other way around? Our Real Estate Investor Training Course delivers the blueprint for smart investment thinking—without fluff, filler, or fortune-cookie wisdom. Whether you're eyeing up rental opportunities, long-term capital growth, or just tired of guessing at market trends, this course offers a solid roadmap for navigating the UK property market with clarity and confidence. Designed with a sharp focus on strategy, valuation, and return on investment, the course sheds light on the fundamentals that matter to investors—new and experienced alike. Learn how to evaluate opportunities, manage risk, and recognise a solid investment from a costly gamble. With step-by-step guidance through each core concept, you'll finish with more than just theory—you’ll gain the insight to move forward with confidence in your decision-making. Meet the Endorsement The Quality Licence Scheme has been designed specifically to recognise high-quality courses. This Real Estate Investor Training course materials are recognised by Quality Licence Scheme (QLS). This ensures the deep research and quality resource allocation behind the development phase of the course. In addition, the QLS certificate enriches your CV and recognises your quality study on the relevant subject. Expert Support Dedicated tutor support and 24/7 customer support are available to all students with this premium quality course. Key Benefits Learning materials of the Design course contain engaging voiceover and visual elements for your comfort. Get 24/7 access to all content for a full year. Each of our students gets full tutor support on weekdays (Monday to Friday) Course Assessment To simplify the procedure of evaluation and accreditation for learners, we provide an automated assessment system. Upon completion of an online module, you will immediately be given access to a specifically crafted MCQ test. The results will be evaluated instantly, and the score will be displayed for your perusal. For each test, the pass mark will be set to 60%. When all tests have been successfully passed, you will be able to order a certificate endorsed by the Quality Licence Scheme. Certificate of Achievement Endorsed Certificate of Achievement from the Quality Licence Scheme After successfully completing the Real Estate Investor Training course, learners will be able to order an endorsed certificate as proof of their achievement. Hardcopy of this certificate of achievement endorsed by the Quality Licence Scheme can be ordered and received straight to your home by post, by paying Within the UK: £109 International: £109 + £10 (postal charge) = £119 CPD Accredited Certification from One Education After successfully completing this Real Estate Investor Training course, you will qualify for the CPD Certification (CPD QS) certified certificate from One Education. Certification is available in both PDF & hardcopy format, which can be received by paying - PDF Certificate: £9 Hardcopy Certificate (within the UK): £15 Hardcopy Certificate (international): £15 + £10 (postal charge) = £25 CPD 150 CPD hours / points Accredited by The CPD Certification Service Who is this course for? This Real Estate Investor Training course is designed to enhance your expertise and boost your CV. Learn key skills and gain a certificate of achievement to prove your newly-acquired knowledge. Requirements This Real Estate Investor Training course is open to all, with no formal entry requirements. Career path Upon successful completion of the Real Estate Investor Training Course, learners will be equipped with many indispensable skills and have the opportunity to grab.

Real Estate Investor Training Course
Delivered Online On Demand3 weeks
£12

Operational Research Training Course

By One Education

Ever feel like your decisions need a sharper edge? The Operational Research Training Course is built for thinkers who value logic, strategy, and numbers – all wrapped in a modern analytical framework. This course dives into the art of decision-making through mathematical models, algorithms, and systematic problem-solving methods. Whether you're navigating resource allocation or scheduling challenges, operational research offers the tools to handle it with elegance and precision. Perfect for analysts, managers, and those keen on data-driven strategies, this course simplifies complex processes into measurable solutions. From linear programming to simulation, you'll explore methods that have been driving success in industries for decades. No jargon, no fluff – just clear, effective content designed to sharpen your reasoning and give structure to strategic thinking. It’s theory with purpose, taught through a format that fits into your schedule, not the other way round. Learning Outcomes: Understand the basics of Operational Research and its applications in various industries Analyse complex business problems using mathematical and statistical methods Implement various Operational Research techniques to improve business operations Apply Decision Theory to make informed and effective business decisions Use Project Network Analysis to manage complex projects Our Operational Research Training course is designed to equip you with the skills and knowledge necessary to optimize business operations. Through this course, you will gain an in-depth understanding of various Operational Research techniques, including the Assignment Problem, Transportation Problem, Project Network Analysis, Decision Theory, and Queuing Theory. You will learn how to apply these techniques to solve complex business problems and improve efficiency. This course is perfect for business owners, managers, and professionals who want to improve their operational efficiency and decision-making abilities. It is also suitable for students and researchers who want to explore the field of Operational Research and its applications. Operational Research Training Course Curriculum Section 01: Overview of Operational Research Section 02: Assignment Problem Section 03: Transportation Problem Section 04: Project Network Analysis Section 05: Decision Theory Section 06: Queuing Theory How is the course assessed? Upon completing an online module, you will immediately be given access to a specifically crafted MCQ test. For each test, the pass mark will be set to 60%. Exam & Retakes: It is to inform our learners that the initial exam for this online course is provided at no additional cost. In the event of needing a retake, a nominal fee of £9.99 will be applicable. Certification Upon successful completion of the assessment procedure, learners can obtain their certification by placing an order and remitting a fee of __ GBP. £9 for PDF Certificate and £15 for the Hardcopy Certificate within the UK ( An additional £10 postal charge will be applicable for international delivery). CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The course is ideal for highly motivated individuals or teams who want to enhance their professional skills and efficiently skilled employees. Requirements There are no formal entry requirements for the course, with enrollment open to anyone! Career path Operational Research Analyst: £25,000 - £60,000 Business Analyst: £25,000 - £60,000 Operations Manager: £25,000 - £70,000 Project Manager: £25,000 - £80,000 Data Analyst: £25,000 - £50,000 Certificates Certificate of completion Digital certificate - £9 You can apply for a CPD Accredited PDF Certificate at the cost of £9. Certificate of completion Hard copy certificate - £15 Hard copy can be sent to you via post at the expense of £15.

Operational Research Training Course
Delivered Online On Demand6 hours
£12

50 Projects in 50 Days - HTML, CSS, and JavaScript

By Packt

Sharpen your HTML, CSS, and JavaScript by working on a large variety of projects. In this course, we'll be working through a project a day using vanilla JavaScript. Over the next 50 days, you'll have 50 small, unique, DOM-oriented projects under your belt.

50 Projects in 50 Days - HTML, CSS, and JavaScript
Delivered Online On Demand18 hours 36 minutes
£41.99

Essential Skills for First-Time Managers

By OnlineCoursesLearning.com

Fundamental Skills for First-Time Managers Certification Assuming in liability for a group can be an enormous test for first-time administrators, and it requires certain abilities and capacities that weren't recently needed. As it's a particularly troublesome change from a person to a pioneer, it's significant that all new directors get the essential abilities and preparing from the start. This course will be taking a gander at the different abilities that first-time directors need to turn out to be better pioneers, make drew in, gainful groups and produce extraordinary outcomes. You will Learn: Step by step instructions to adjust your attitude from a person to an administrator Instructions to effectively appoint undertakings Instructions to propel your group and energize proficient turn of events Instructions to assemble trust and associations with your group Instructions to lead by setting a model Advantages of Taking this Course: You'll acquire a superior comprehension of what's in store and what to do as a first-time director You'll figure out how to accomplish your objectives by controlling others through undertakings You'll have the option to oversee all the more effectively and make gainful groups

Essential Skills for First-Time Managers
Delivered Online On Demand
£50

Neuro-Linguistic Programming

By OnlineCoursesLearning.com

Neuro-Linguistic Programming Finding out about Neuro-Linguistic Programming (NLP) is significant to anyone who needs to defeat obstacles, associate with others better and assume responsibility for their lives, regardless of what their age, foundation or individual circumstance. This course covers all you require to think about NLP, including an itemized portrayal of precisely how it functions, the different degrees of individual change it influences and reasonable instances of amazing NLP procedures. From the advantages and reactions to powerful industry applications and open positions for professionals, this course covers all you'll at any point require to think about Neuro-Linguistic Programming. You Will Learn The inward functions of NLP and the six degrees of progress included The different segments and pragmatic instances of NLP strategies The advantages NLP has to bring to the table and experiences into basic reactions Pragmatic industry applications and a rundown of fascinating positions for NLP experts Advantages of Taking This Course You will accomplish more by defeating frailties and passionate blockages You will interface better with friends and family and mend broken connections You will set out your own business open doors utilizing NLP You will pull in progress and love into your life by changing your standpoint

Neuro-Linguistic Programming
Delivered Online On Demand
£50

Neuroplasticity: Rewire Your Brain for Success

By OnlineCoursesLearning.com

Neuroplasticity: Rewire Your Brain for Success Certification Most people assume that the human brain is incapable of significant growth and change after adolescence. However, research from the last 30 years suggests that people of all ages can change their thoughts and behavioural patterns with conscious effort. In this course, you will learn about the mechanisms of neuroplasticity, and how you can draw on these principles to rewire your brain for success and happiness. You Will Learn: How neuroplasticity works, and why changing your neural pathways is essential for success How your brain responds to the language you use with others and when talking to yourself - How to rewire your brain to break bad habits Why visualisation can help you achieve success How harnessing the potential of neuroplasticity can give you an edge in a corporate setting Benefits of Taking This Course: If you struggle with bad habits, this course will help you break them If you want to train yourself to feel more positive and raise your mood, this course will show you how The techniques in this course will help you become more productive at work Learning how to rewire your brain will increase your creativity, allowing you to produce more constructive ideas in all areas of your life

Neuroplasticity: Rewire Your Brain for Success
Delivered Online On Demand
£50

Win-Win Negotiations for Conflict Resolution

By OnlineCoursesLearning.com

Introduction: Learning about win-win negotiations for conflict resolution is absolutely essential for anybody looking to resolve conflict in any situation with every personality type, whether you're a team-leader, member of the team, or simply interested in resolving conflict in any aspect of your life and the lives of others. This course provides a comprehensive guide to win-win negotiations for conflict resolution by teaching techniques to remain calm and collected, having the right timing and performing a holistic conflict analysis incorporating occupational therapy. From fostering collaboration by establishing commonality and techniques to successfully negotiate compromises, to the science of staying on track and being results-driven, this course covers everything you need to know about successfully resolving conflicts in a way that benefits all parties involved. You Will Learn: How to remain calm and have the right timing during conflict resolution negotiations The science of performing a holistic conflict analysis incorporating behavioural therapy How to negotiate collaboration and compromise to ensure conflict resolution How to remain focused and keep negotiations on track Benefits of Taking This Course: You will increase company profitability by eliminating conflict You will dramatically improve teamwork and relationships You will improve production and output by improving morale You will avoid disciplinary procedures and potential dismissals

Win-Win Negotiations for Conflict Resolution
Delivered Online On Demand
£50

Managing Emotions at Work

By OnlineCoursesLearning.com

Managing Emotions at Work Certification Negative emotions are a normal part of everyday life and most of us have to learn how to handle difficult emotions at work. This can be challenging, particularly when we are under stress. In this course, you will learn some practical methods for dealing with unwanted emotions at work that will improve your wellbeing and job satisfaction. You will Learn: The most common negative emotions that people experience at work Why problem-solving can help you feel better What to do if your emotions get the better of you How to quickly calm down How shifting your perspective can help you remain level-headed Benefits of Taking this Course: An improvement in your performance at work, as you will not be distracted by your emotions, when making decisions or carrying out day-to-day activities An improvement in your relationships with others, both at work and at home If you work with difficult people, this course will equip you with the tools that you need, in order to avoid over-reacting to their negative behaviours If your work-life balance has become imbalanced, this course will help you separate the two parts of your life and lower your overall stress levels

Managing Emotions at Work
Delivered Online On Demand
£50