Oracle Database 12c Admin training course description This Oracle Database 12c Administration course is designed to give the Oracle database administrator practical experience in administering, monitoring, tuning and troubleshooting an Oracle 12c database. Database administrators will gain an understanding of the architecture and processes of the Oracle database server. They will be able to ensure the integrity and availability of a company's data within the Oracle environment. They will be able to monitor the performance of the database, allocate resources with the Resource Manager and Schedule jobs. What will you learn Administer an Oracle database instance. Monitor an Oracle database. Configure the Oracle network environment. Create and manage database storage structures. Manage users, profiles, privileges and roles. Manage undo data and temporary segments. Monitor and resolve lock conflicts. Maintain database security. Implement database auditing. Monitor the performance of the Database. Load and unload data. Use the job scheduler. Configure a database for backup and recovery. Oracle Database 12c Admin training course details Who will benefit: This Oracle Database 12c Administration course is for anyone who needs to administer, monitor and support an Oracle 12c database. Prerequisites: An understanding of relational database concepts and good operating system knowledge. They should have attended the Oracle SQL course or have a good working knowledge of Oracle SQL. Knowledge of the usage of PL/SQL packages is highly recommended. Duration 5 days Oracle Database 12c Admin training course contents Introduction to Oracle database 12c Overview of the Oracle database 12c, Overview of the Oracle Cloud, Relational database concepts, database administration tasks. Oracle Database 12c Architecture Overview of the Oracle database architecture, The Oracle database instance, Oracle Database memory structures, Process architecture and structures, Server and client processes, The Oracle database storage architecture, Connect to the Oracle database instance. Administer a database instance Administrative tools available to a DBA, Use SQL*Plus in Oracle to manage a database instance, Use SQL Developer to manage a database instance, Administer the database using Enterprise Manager (EM), Overview of the Enterprise Manager framework, Access Enterprise Manager Database Express, The Enterprise Manager Database Express Home Page, Enterprise Manager Cloud Control, Initialization parameter files. Configure the Oracle network environment Overview of network configuration, Oracle Net Listener configuration and management, Oracle Net naming methods, Tools for configuring and managing the Oracle network, Using the Net Configuration Assistant, Configure client connections with Net Manager, View listener configuration, Start and stop the Oracle listener, Use TNSPING to test Oracle Net connectivity, Connect to the database, Configure Net Services with Enterprise Manager. Storage Structures Overview of data storage, The database block, Overview of tablespaces and datafiles, Use Enterprise Manager to view the storage structure of the database, Create and alter tablespace commands, Temporary tablespaces, Create and manage datafiles, Use OMF, Drop tablespaces and datafiles. Manage users Predefined database administration accounts, User accounts, Create a user account, User authentication, Change a user's password, Manage a user account, Drop a user account, Monitor user information, Terminate user sessions. Manage profiles and resources Overview of user profiles, Profile resource parameters, Create profile command, Manage passwords with profiles, Control resource usage with profiles, Maintain profiles. Manage privileges Database access, Oracle supplied roles, System and object level privileges, The grant and revoke commands, Create, modify and drop roles, Use predefined roles. Database auditing Overview of database security, Overview of database auditing, Security compliance, Standard auditing, Unified audit trail, Separation of audit responsibilities with the AUDIT_ADMIN and AUDIT_VIEWER roles, Configure the audit trail, Specify audit options. Data concurrency and lock conflicts Levels of locking in Oracle, Methods used to acquire locks, Data concurrency, Possible causes of contention, DML locks, Prevent locking problems, Detect lock contention, Resolve conflicts. Undo management Undo data overview, Monitor and administer undo, Configure undo retention, Switch undo tablespaces, Specify the retention period, Guarantee undo retention, Retention period for flashback queries, View undo space information, Use the undo advisor, Size the undo tablespace, Alter an undo tablespace to a fixed size. Proactive database management Database Maintenance, View the alert log, The Automatic Workload Repository, Statistic levels, The Automatic Database Diagnostic Monitoring, Monitor an Oracle database, Use the Advisors, Set up notification rules/ Performance management Tuning information sources, Performance monitoring, Tuning activities, Performance planning, Instance tuning, Performance tuning methodology, Performance tuning data, Monitoring performance, Managing memory. SQL tuning SQL tuning, The Oracle Optimizer, SQL Plan directives, Adaptive execution plans, SQL Advisors, Automatic SQL Tuning results, Implement automatic tuning recommendations , SQL Tuning Advisor. Moving data Create directory objects , Data Pump architecture, Data Pump data dictionary views, Data Pump interactive mode, Data Pump API, Use Data Pump to export and import data, Overview of SQL Loader, Command line parameters, Record filtering, Control file keywords, Datafiles, SQL Loader data paths, External Tables. Automate tasks with the scheduler Introduction to the Scheduler, Access Rights, Scheduler components and workflow, Create a Job, Job Classes, Use time based, event based schedules, Create an event based schedule. Managing resources with Resource Manager Overview of the Database Resource Manage, Use the Resource Manager, Create Resource Plans, The default maintenance resource manager plan, Create Resource Plan Directives, Allocate resources for Resource Plans. Manage space Overview of space management, Block space management within segments, Segment types, Allocate extents, Allocate space, Row chaining and migration, Create tables without segments. Backup and recovery configuration Oracle backup solutions, Oracle suggested backup strategy, Overview of database backup, restore and recover, Flashback technology, Types of failure ,Instance recovery, Tune instance recovery, The MTTR Advisor, Media failure, Configure a database for recoverability Oracle support The Enterprise Manager Support Workbench, Register for security updates, Work with Oracle Support, My Oracle Support integration, Log Service Requests, Manage patches, Apply a patch
Linux training course description A Linux foundation appropriate for all flavours of Linux, focussed on getting network engineers up and running with Linux. The command line is used throughout. The course progresses from the basics of Linux commands onto useful tools such as grep, then shell features such as piping and then onto shell scripting. Administration aspects covered are the tasks network engineers are most likely to encounter such as software installation. Hands on exercises concentrate on network related tasks such as installing net-snmp and using shell scripts to provide network automation. What will you learn Use Linux commands to perform a variety of tasks from manipulating files to handling processes. Create and edit files with vi. Work with permissions. Write simple shell scripts. Install software packages. Configure base networking. Linux training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Linux training course contents What is Linux? Linux distributions, open source software. Getting started Logging in, changing passwords, logging out. Hands on Basics and root access. Linux basics Command structure. The Linux manuals, basic commands (who, date, tty, uname, echo, banner...). Hands on Using the CLI. Connecting to a network IP configuration, DHCP, static addressing, routing, ifconfig, ping, netstat, traceroute, dig. Hands on Network configuration and testing. Managing Software Package Concepts, Comparison of package formats, RPM, rpm Commands, Yum, Debian Packages, dpkg, apt-cache, apt-get, dselect, aptitude, Converting Between Package Formats, Dependencies and Conflicts, Startup Script Problems, Shared Libraries, Library Management Hands on Installing network packages such as nmap and net-snmp. Processes and log files ps, kill, background processes, at, exec, priorities. Managing Linux log files. Syslogd. Setting the time. Cron and cronjobs. Managing Processes, the Kernel: The First Process. Hands on Controlling daemons and services. Setting up a TFTP server. Filesystem commands Home directories, manipulating files and directories, Filesystem layout, Pathnames, hard and symbolic links. Viewing files. Hands on Exploring the filesystem, working with network device configuration files. The Linux editors ed, vi, shell escapes, .exrc. Hands on Editing network device configuration files. Extracting data from files grep, find, cut, sort and paste⦠Hands on Working with syslog files. Permissions Theory, chmod, chown, newgrp. Hands on Handling permission problems. The shell Metacharacters, piping and redirection. Hands on Running SNMP commands and working with their output. Basic shell scripting What are shell scripts? Simple scripts, control structures. Variable. Setting variables, using variables, set, scope, export, sourcing, environmental variables, read. Positional parameters: $0 to $9, $#, $* and others. shift parameter substitution. Control statements: The test command, if , while loops, for loops, the case statement. Hands on Automating network tasks. Customising your environment Environmental variables, stty, .profile and other startup files. Hands on Customising Linux. Introduction to administration The root user, su. Managing users and groups. Hands on The power of root. Archiving files Backups, tar, cpio, dd, gzip. Hands on Working with tar files. Booting Linux and Editing Files Installing Boot Loaders, GRUB Legacy, GRUB 2, Alternative Boot Loaders, the Boot Process, Boot Messages, Runlevels and the Initialization Process, Runlevel Functions, Runlevel Services, Alternative Boot Systems , Upstart, system. Hands on Installing network services on Linux.
Who is this course for? The Interior Design Visualization Professional Certificate is perfect for individuals aspiring to launch their interior design business. Learn essential skills in AutoCAD, SketchUp, Photoshop, InDesign, Vray, and 3ds Max. If you prefer to book over the phone, simply call 02077202581. Click here for more info: Website Duration: 120 hours. 1-on-1 Training. When can I book: (Choose your preferred day and time once a week). Monday to Saturday: 9 am - 7 pm (Flexible timing with advance booking). Module 1: Introduction to Interior Design Visualization (4 hours) Understanding the Significance of Visualization in Interior Design Familiarity with Software Used: AutoCAD, 3ds Max, SketchUp, V-Ray, Photoshop, and InDesign Workflow Overview and Best Practices for Interior Design Visualization Module 2: AutoCAD for Interior Design (16 hours) Basics of AutoCAD and Its Interface Utilizing Drawing and Editing Tools for Accurate Floor Plans and Elevations Creating and Modifying 2D and 3D Objects Application of Layers, Line Types, and Hatches for Clarity Precision in Measurements and Annotations Module 3: 3ds Max for Interior Design (16 hours) Introduction to 3ds Max Interface Furniture, Fixtures, and Architectural Element Modeling Techniques Material and Texture Application for Realism Lighting Strategies for Interior Scenes V-Ray Introduction for High-Quality Rendering Scene Setup and Camera Placement for Effective Visualization Module 4: SketchUp for Interior Design (12 hours) Introduction to SketchUp and Its Interface Creating 3D Models of Interiors, Furniture, and Objects Enhancing Visuals with Materials and Textures Efficient Use of SketchUp Plugins and Extensions Seamless File Exchange Between SketchUp and Other Software Module 5: V-Ray for Interior Design Rendering (12 hours) Principles of Photorealistic Rendering Installation and Setup of V-Ray in 3ds Max and SketchUp Configuring V-Ray Settings for Optimal Rendering Advanced Material Application for Realistic Surfaces Lighting Techniques for Atmosphere and Mood Creation Module 6: Photoshop for Interior Design Visualization (12 hours) Introduction to Photoshop Interface Image Enhancement: Color, Contrast, and Saturation Adjustments Post-Processing Effects for a Polished Look Integration of 2D Elements like Textures and Patterns Creating Composite Images Using Multiple Render Passes Module 7: InDesign for Portfolio Presentation (8 hours) Introduction to InDesign Interface Designing a Visually Appealing Portfolio Layout Effective Organization and Presentation of Interior Design Visualizations Integration of Images, Text, and Graphics for Cohesive Portfolios Portfolio Export for Print and Digital Distribution Module 8: Project Work and Final Presentation (4 hours) Application of Learned Skills on a Comprehensive Interior Design Visualization Project Refinement and Polish under Instructor's Guidance Preparation and Delivery of Final Presentation Showcasing the Project Note: The course outline encompasses 80 instructional hours. The actual duration may vary based on class pace and additional practice and project work. Final Project (With Full-Time Tutor Assistance): Students will develop and present their best work in a final presentation at the end of the course. Projects are to be submitted via email to training@realanimationworks.com, and timely submission is crucial to avoid delays or interruption of sessions. Please be aware: Failure to attend a session or notify us of absence within 48 hours of the session time results in session loss and full class fee charges due to the personalized nature of the sessions. Students can request breaks or extended pauses by providing written notice through email. Benifits and Jobs after this course: Master Design Tools: Proficiency in AutoCAD, 3ds Max, SketchUp, V-Ray, Photoshop, and InDesign for interior design visualizations. Advanced 3D Skills: Expertise in detailed 3D modeling, realistic rendering, and precise lighting techniques. Portfolio Development: Create compelling portfolios using InDesign, blending images and text professionally. Career Opportunities: Interior Visualization Specialist 3D Modeler Architectural Visualizer Interior Design Consultant Digital Content Creator Freelance Interior Visualizer Virtual Reality Designer Educator/Trainer Certificate Program in Interior Design Visualization: Maintain a dedicated notebook for effective organization of study notes. Schedule makeup sessions for missed coursework, subject to available time slots. Keep detailed records and create a specialized design folder to monitor progress and nurture creative ideas. Allocate focused time for self-guided practice and project work. Receive certification from our esteemed professional design team upon successful completion of the program. Post-Program Achievements: Upon completion of the certificate program, you will: Gain confidence in software proficiency and a strong understanding of underlying principles. Demonstrate the ability to create high-quality visual representations for architectural and interior design projects. Feel well-prepared for career opportunities, backed by your software expertise. Ongoing Support: We are pleased to offer lifelong complimentary email and phone support, ensuring swift assistance with any inquiries or challenges you may face. Software Access: Access to necessary software is available via download from the developer's website or at student-friendly rates. Please note that student software usage is limited to non-commercial projects. Payment Flexibility: Choose from various payment options including internet bank transfers, credit cards, debit cards, and PayPal. Additionally, we offer installment plans tailored to our students' needs.
SAFe® Agile Product Management Discover and apply the mindset, skills, and tools you need to create successful products and solutions that are desirable, viable, feasible, and sustainable. The Agile Product Management course harnesses the power of Design Thinking to develop innovative solutions with proven SAFe® capabilities to execute on those visions. Learn the right mindset, skills, and tools to create successful products from inception to retirement using Agile techniques. Recognize how Continuous Exploration fuels innovation and helps you define a vision, strategy, and roadmap to tap into new markets. Find out how to accelerate the product life cycle to get fast feedback and quickly deliver exceptional products and solutions that delight customers all while aligning with your organization's strategy, portfolio, evolving architecture, and solution intent. What you will Learn After completing the class, you should be able to: Use Design Thinking to achieve desirable, feasible, and sustainable outcomes Explore market needs, segmentation, sizing, and competitive landscape Manage value stream economics, including pricing and licensing Use empathy to drive design Apply product strategy and vision Develop and evolve roadmaps Execute and deliver value using SAFe® Explore innovation in the value stream Analyzing your Role as a Product Manager in the Lean Enterprise Continuously Exploring Markets and Users Driving Strategy with Market Segmentation Using Empathy to Drive Design Defining Product Strategy and Vision Creating Roadmaps to Build Solutions Delivering Value Managing Value Stream Economics Creating Innovation in the Value Stream
SAFe® Agile Product Management: In-House Training Discover and apply the mindset, skills, and tools you need to create successful products and solutions that are desirable, viable, feasible, and sustainable. The Agile Product Management course harnesses the power of Design Thinking to develop innovative solutions with proven SAFe® capabilities to execute on those visions. Learn the right mindset, skills, and tools to create successful products from inception to retirement using Agile techniques. Recognize how Continuous Exploration fuels innovation and helps you define a vision, strategy, and roadmap to tap into new markets. Find out how to accelerate the product life cycle to get fast feedback and quickly deliver exceptional products and solutions that delight customers all while aligning with your organization's strategy, portfolio, evolving architecture, and solution intent. What you will Learn After completing the class, you should be able to: Use Design Thinking to achieve desirable, feasible, and sustainable outcomes Explore market needs, segmentation, sizing, and competitive landscape Manage value stream economics, including pricing and licensing Use empathy to drive design Apply product strategy and vision Develop and evolve roadmaps Execute and deliver value using SAFe® Explore innovation in the value stream Analyzing your Role as a Product Manager in the Lean Enterprise Continuously Exploring Markets and Users Driving Strategy with Market Segmentation Using Empathy to Drive Design Defining Product Strategy and Vision Creating Roadmaps to Build Solutions Delivering Value Managing Value Stream Economics Creating Innovation in the Value Stream
The NVQ Level 3 is designed to provide both new entrants and those seeking progression in their career, with the opportunity to develop the necessary skills to carry out job roles and responsibilities associated with the installation and maintenance of Electrotechnical systems. The EWR is for electricians who have been working in the industry for at least 5 years but have not formally completed an industry apprenticeship or Level 3 NVQ qualification. Successful completion of the NVQ and AM2 assessment will satisfy the entry criteria for JIB accredited Gold Card status. Bear in mind that the C&G 2391-50 and 18th Edition courses are pre-requisites to the Experienced Worker route. In case you don’t hold them, we can help you with a Pre-Experienced Worker Route package.
Accredited Lash Lift & Tint course. Half day course, online theory work.
This full day workshop is designed to follow on and build on the learning from the 1-hour webinar to provide an embedded learning experience leading to acceptance and change of culture around neurodiversity. We understand the pressure managers can experience working within a neurodiverse team, this training is designed with managers in mind.
Why Opt for the Rhino 3D Training Course in Jewelry Design? Click here for more info Within a span of 10 hours, you'll master the interface and gain insights into how Rhino leverages points, lines, surfaces, and solids to fashion printable 3D objects. Moreover, you'll explore the art of crafting repetitive and intricate geometric shapes, perfect for creating minimalist and elegant jewelry. Flexible Scheduling: 1-on-1 training sessions tailored to your schedule. Pick any hour between 9 am and 7 pm from Mon to Sat. Course Duration: 10 hours. Training Methods: Choose between in-person sessions or live online training. Why Choose Our Rhino 3D Training Course for Jewelry Design? Rhino, also known as Rhinoceros, stands as a robust 3D computer graphics and computer-aided design software extensively utilized in various industries, including architecture, industrial design, and multimedia. LDTC offers meticulously crafted Rhino courses to empower you in mastering this software. Led by experienced instructors, our courses ensure a comprehensive understanding of Rhino, equipping you to create exceptional designs, specifically tailored for jewelry creation. Rhino 3D Training for Jewelry Design: Our Rhino 3D training caters to both beginners and those aspiring to acquire advanced techniques, emphasizing its application in jewelry design. Course Highlights: Precise 3D Modeling: Master the art of crafting free-form 3D NURBS models with utmost precision. Advanced Functionality: Explore Rhino's advanced surfacing commands and features tailored for jewelry design. User Interface Mastery: Navigate Rhino's interface seamlessly and refine your skills in curves, surfaces, and solids. Expert Guidance: Acquire expertise in Rhino's modeling environment under the guidance of seasoned professionals. Modeling Why Choose Our Rhino 3D Training Course for Jewelry Design? Rhino, also known as Rhinoceros, stands as a robust 3D computer graphics and computer-aided design software extensively utilized in various industries, including architecture, industrial design, and multimedia. LDTC offers meticulously crafted Rhino courses to empower you in mastering this software. Led by experienced instructors, our courses ensure a comprehensive understanding of Rhino, equipping you to create exceptional designs, specifically tailored for jewelry creation. Rhino for Jewelry Design - 16-Hour Course Module 1: Introduction and Navigation Get acquainted with Rhino's interface, menus, and screen layout. Navigate Rhino models with precision in 2D lines, polylines, and NURBS curves. Use modeling setup features like snap, ortho, and planar constraints for accuracy. Leverage object snaps and Smart Track functionality for enhanced precision. Module 2: Solid and Surface Modeling Fundamentals Rapidly develop 3D solids and surfaces using Rhino's organized layering system. Utilize coordinates and constraints for meticulous modeling in 3D space. Create diverse shapes, including rectangles, circles, arcs, ellipses, and polygon curves. Enhance models with Rhino render, render color, and free-form curves. Efficiently handle model views with pan, zoom, and view management tools. Implement various editing commands for curve manipulation and transforming curves into surfaces and solids. Utilize history tracking for advanced editing and execute general editing actions. Module 3: Intermediate Edit and Surfacing Techniques Introduce essential NURBS modeling concepts and terminologies. Edit curves and surfaces through control point manipulation and rebuilding for optimal refinement. Use the nudge modeling aid for precise adjustments and generate deformable shapes. Create curves through projection techniques and split surfaces using curves and surfaces. Blend surfaces seamlessly, utilizing symmetry tools, lighting, and rendering effects. Convert intricate 3D objects into detailed 2D drawings and craft page layouts. Module 4: Advanced Surfacing and Solid Modeling Techniques Construct model primitives and solid text using techniques such as pipe and extrusion. Efficiently modify solids using Boolean tools, expanding surface modeling capabilities. Utilize techniques like extrusion, lofting, and revolving for intricate surfaces. Create sweeps using 1 and 2 rail curves and master surface network techniques for complex shapes. Downlaod Rhino. Upon completion of the Rhino 3D Training Course for Jewelry Design, participants can expect the following learning outcomes: Mastering Rhino Interface: Gain a comprehensive understanding of Rhino's interface, menus, and screen layout. Precision in Modeling: Navigate Rhino models with precision using 2D lines, polylines, and NURBS curves. Modeling Setup Proficiency: Utilize modeling setup features such as snap, ortho, and planar constraints for accurate designs. Enhanced Navigation Techniques: Leverage object snaps and Smart Track functionality for enhanced precision during navigation. Solid and Surface Modeling Skills: Rapidly develop 3D solids and surfaces with Rhino's organized layering system. Coordination and Constraint Application: Utilize coordinates and constraints for meticulous modeling in 3D space. Diverse Shape Creation: Create diverse shapes, including rectangles, circles, arcs, ellipses, and polygon curves. Rendering and Enhancement Techniques: Enhance models with Rhino render, render color, and free-form curves. Efficient Model View Handling: Efficiently handle model views with pan, zoom, and view management tools. Intermediate Edit and Surfacing Techniques: Edit curves and surfaces through control point manipulation and rebuilding for optimal refinement. NURBS Modeling Mastery: Introduce essential NURBS modeling concepts and terminologies. Advanced Editing and Modeling Skills: Use the nudge modeling aid for precise adjustments and generate deformable shapes. Complex Shape Creation: Create sweeps using 1 and 2 rail curves and master surface network techniques for intricate shapes. Solid Modeling Proficiency: Construct model primitives and solid text using techniques such as pipe and extrusion. Application of Boolean Tools: Efficiently modify solids using Boolean tools, expanding surface modeling capabilities. Advanced Surfacing Techniques: Utilize techniques like extrusion, lofting, and revolving for intricate surfaces. Conversion and Crafting of 2D Drawings: Convert intricate 3D objects into detailed 2D drawings and craft page layouts. Hands-On Project Experience: Engage in practical exercises and hands-on projects tailored for jewelry design applications. Upon mastering these skills, participants will be well-equipped to create sophisticated jewelry designs using Rhino 3D modeling software.
About this Virtual Instructor Led Training (VILT) Conducted in an interactive manner, Exploration Project Management will include presentations by the course leader, syndicate and plenary exercises, and (optional) assessment of selected participants' projects. Industry case studies will be integrated into all the presentations. The course material will include a course manual (handout) and a course workbook (for exercises). Participants are requested to bring a mini-poster (two PowerPoint slides) as background material for discussion during the course. Training Objectives By the end of this Virtual Instructor Led Training (VILT), participants will be able to: Improve the evaluation, execution and delivery of exploration projects, measured in terms of successful bids for new acreage, increased success rate and volume delivery from exploration drilling, and more rapid progress in appraisal of discoveries. Describe concepts, simple processes, workflows and analysis tools for project execution. Tools include the expert course leader's proprietary project management framework, including project framing and after-action review methodologies, templates for strategy development, decision trees, decision quality frameworks. They also include customised Excel spreadsheets for portfolio modelling, project risk assessment (in new ventures and prospect maturation) and business planning. Understand their role in (a) delivering the company's strategy, (b) contributing data and assessments to key exploration decision makers, and (c) communicating project progress and results to senior management. Target Audience The Virtual Instructor Led Training (VILT) is aimed at exploration professionals with more than 5 to 10 years of experience in the business, who would like to develop their skills for managing exploration projects and presenting the goals and results of their project work to senior management. Exploration and engineering professionals who work in exploration project teams, across the spectrum from new ventures (exploration business development), prospect identification and maturation, and appraisal of discoveries Exploration project leaders Exploration managers The VILT will also benefit professionals from well engineering, petroleum engineering, finance and planning who support exploration activities. Participants are requested to bring a mini-poster (two PowerPoint slides, each printed on A3 paper) as background material for discussion during the course. Course Level Basic or Foundation Trainer Your expert course leader draws on more than 35 years of experience managing, reviewing and directing projects in all aspects of the exploration business: from exploration business development (new ventures), through prospect maturation and drilling, to the appraisal of discoveries. He has more than 30 years' experience with Shell International, followed by 10 years consulting to NOCs in Asia Pacific, Africa and South America and independent oil companies in the United Kingdom, continental Europe and North America. Other than delivering industry training, he has worked on projects for oil & gas companies of all sizes, including independents, national oil companies and (super)-majors, private equity firms, hedge funds and investment banks, and leading management consulting firms. He is an alumnus of Cambridge University. He has M.A and Ph.D. degrees in geology and is a Fellow of the Geological Society of London as well as a respected speaker on management panels at international conferences. Professional Experience Management consultancy & executive education: Advice to investment banks, businesses and major consulting firms. Specialist expertise in upstream oil & gas, with in depth experience in exploration strategy, portfolio valuation and risk assessment. Leadership: Managed and led teams and departments ranging from 3 - 60 in size. Provided technical leadership to a cadre of 800 explorationists in Shell worldwide. Member of the 12-person VP team leading global exploration in Shell, a $3 bln p.a. business and recognised as the most effective and successful among its industry peers. Accountability & decision-making: Accountable for bottom-line results: in a range of successful exploration ventures with budgets ranging from $10's million to $100's million. Made, or contributed to, complex business decisions / investments, taking into account strategic, technical, commercial, organisational and political considerations. Corporate governance: Served as non-executive director on the Boards of the South Rub al Khali Company (oversight of gas exploration studies and drilling in Saudi Arabia) and SEAPOS B.V. (exploration deep-water drilling and facilities management). Technical & operations: Skilled in exploration opportunity evaluation, the technical de risking of prospects, portfolio analysis and managing the interface between exploration and well engineering activities. Unparalleled knowledge of the oil and gas basins of the world, and of different operating regimes and contractual structures, ranging from Alaska, Gulf of Mexico and Brazil, through to the Middle East, former Soviet Union, Far East and Australia. Safety: Following an unsatisfactory audit, became accountable for safety performance in Shell's exploration new ventures. Through personal advocacy and leadership of a small team, delivered pragmatic and effective HSE systems, tools and staff training / engagement and a dramatically improved safety record. R&D: Experience in the 3 key roles in R&D: scientific researcher, research manager, and 'customer' for R&D products. After re-defining Shell's exploration R&D strategy, led the re-structuring of the R&D organization, its interface with 'the business' and approaches to deployment and commercialization. Strategy: Accomplished at formulating competitive strategies in business, R&D and technology deployment, translating them into actionable tactics and results. Defined the exploration strategy of PDO (a Shell subsidiary in Oman) and latterly of Shell's global exploration programme. Professional education, behavioural/motivational coaching: Experienced in organisational re-design, change management, leadership education and talent development. Commercial skills: Personally negotiated drilling compensation claims, educational contracts and E&P contracts, with values of $5 million to $100+ million. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information about post training coaching support and fees applicable for this. Accreditions And Affliations