My Scribblings
0.1
  • Resources
    • Concepts & Ideas
      • Dashboards by Jessica White
    • Unit Testing
  • ASP.NET WebForms
    • Best Practices
      • Turn off ViewState
        • Disable on Page directive
    • Code Blocks
  • Communication
    • Business Communication: RITx: SKILLS101x (edX)
    • Learn
  • Code Design
    • Generic
      • Exception vs Boolean [CD001]
    • Java
      • Single Abstract Method Interface (SAM) [CD002]
    • References
  • Docker
    • Space Usage
    • Save docker image
    • Change VHD location
    • Start bash from running container
    • Commit
    • Check these links
  • Git
    • Deleting all previous commits in Git
    • Rename local and remote branch
    • Set proxy in Git
    • Git log filter by branch
    • Merge branch as a single commit
    • Don’t track changes for a file added to repo
    • References
  • Gradle
    • What is Gradle?
    • Installing Gradle
    • Basics Concepts
      • build.gradle
      • Quite mode
      • Project
    • Task
      • List all tasks
      • dependsOn
      • finalizedBy
      • mustRunAfter
      • Include jars from local directory
  • Guides
    • AIO
    • Discrete Math
    • Security
    • Web Development
  • HTML CSS & Javascript
    • HTML
      • Special characters codes
      • Submitting readonly fields
    • Javascript
      • jQuery click not working
    • Front-end Security
      • Usefule references
      • HTML
        • Disable autocomplete for password fields
      • References
  • Java
    • Java Standard Edition
      • Parse date string
    • Java Enterprise Edition
      • RequestDispatcher.forward() vs HttpServletResponse.sendRedirect()
        • References
    • Java Server Pages
      • JSP
      • page directive
        • Import classes in JSP
      • JSTL
        • if
        • if else / choose
        • Conditional operator (?)
        • Get index in forEach
        • Iterate Map
        • empty operator
      • EL not being evaluated
      • Templating using Tag files
      • References
    • References
  • Javascript
    • Check if console exists
  • Linux
    • Red Hat Enterprise Linux
      • Prompt
        • RHEL Docker Config
        • Red Hat Subscription Manager Firewall and Proxy
      • Install Packages
  • MySQL
  • Oracle
    • DBA
      • EZConnect Syntax
        • Notes
    • SQL
      • SQL to update a column from another table
    • PL/SQL
      • Block
      • Notes
    • Links for reference
  • PHP
    • Check if array is empty
    • Session Handling in PHP
    • Install specific version of package in Composer
    • PHP Short Forms
    • Alternative syntax for control structures
      • Echo
      • IF & ELSE IF
      • For each
    • String Functions
    • Checking Variables
    • Type Casting and Conversion
    • PHP Design
      • Layout Page
      • Why?
      • 1. Page Itself
      • 2. template.php which is your main site template
      • 3. and finally links.tpl.php is the actual page template:
    • Passing php form validate error message back to submit form
      • Session way
      • POST way
      • Note
    • Redirect to another page
    • Check query parameters
    • Get the class name
  • Security
    • References
  • Software Engineering & Design
    • Requirements
      • User Stories
        • Example
        • Decomposing User Stories
    • High Level Desing
      • Abstraction
      • Decomposition
    • API Design
      • High Level API Design
      • Low level API desing
      • API design process
      • API usability
      • API platforms and summary
    • REST development
    • Software Engineering
      • Module 1: Process
      • Module 2: Specification
      • Module 3: Testing
      • Module 4: High Level Design
      • Abstraction
      • Module 5: Low Level Design
      • Module 6: Construction
    • Writing Requirements
      • Characteristics of Requirement Statements
      • Characteristics of Requirement Set
      • Guidelines for Writing Requirements
    • Links for reference
    • Glossary
    • Bibilography
  • Code Tools
    • Code Review
My Scribblings
  • Docs »
  • Oracle
  • View page source

Oracle¶

  • DBA
  • SQL
  • PL/SQL

Links for reference¶

  • https://stackoverflow.com/questions/29268299/difference-between-oracle-client-and-odac
  • https://stackoverflow.com/questions/1799128/oracle-if-table-exists
  • https://stackoverflow.com/questions/14294068/execute-sql-from-batch-file
  • https://stackoverflow.com/questions/43866/how-sid-is-different-from-service-name-in-oracle-tnsnames-ora
Next Previous

© Copyright 2018, Kiran Marturu.