Skip to content
  • Facebook
  • LinkedIn
  • Twitter
  • Instagram

Automation

  • Home
  • About
  • Contact
  • Blog
This is a text widget, which allows you to add text or HTML to your sidebar. You can use them to display text, links, images, HTML, or a combination of these. Edit them in the Widget section of the Customizer.

Category: Python

PYTHON: Connecting to DB

December 1, 2016December 1, 2016 by satishneelakanta, posted in Python

import cx_Oracle as ora

dbCon=ora.connect(UserName,UserPwd,dbSID)
dbCursor=dbCon.cursor()
getDetails=”’select * from Tablename where columnName=:cloumnName”’
dbCursor.execute(getDetails,cloumnName=colName)
TotalcolumnsData=cursor.fetchall()
noOfTotalcolumnsData=len(TotalcolumnsData)
for i in range(noOfTotalcolumnsData):
logic

Leave a comment

python

Text Widget

This is a text widget, which allows you to add text or HTML to your sidebar. You can use them to display text, links, images, HTML, or a combination of these. Edit them in the Widget section of the Customizer.

Text Widget

This is a text widget, which allows you to add text or HTML to your sidebar. You can use them to display text, links, images, HTML, or a combination of these. Edit them in the Widget section of the Customizer.

Search

Text Widget

This is a text widget, which allows you to add text or HTML to your sidebar. You can use them to display text, links, images, HTML, or a combination of these. Edit them in the Widget section of the Customizer.

Recent Posts

  • VBS: Connecting to a VM without User/Passwrd
  • BAT file: Clearing cookies, cache of the browsers and all the temporary file

Navigation

  • Home
  • About
  • Contact
  • Blog
Website Built with WordPress.com.
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
  • Subscribe Subscribed
    • Automation
    • Already have a WordPress.com account? Log in now.
    • Automation
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
Design a site like this with WordPress.com
Get started