Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.071 X-Spam-Evidence: '*H*': 0.86; '*S*': 0.01; 'subject:Python': 0.05; 'cc:addr:python-list': 0.10; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'am,': 0.23; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'script': 0.25; 'experiences': 0.27; 'message-id:@mail.gmail.com': 0.28; 'feature,': 0.29; 'fri,': 0.31; 'possibly': 0.32; 'received:google.com': 0.34; 'could': 0.35; 'asking': 0.35; 'reply.': 0.35; 'but': 0.36; 'possible.': 0.36; 'there': 0.36; 'thanks': 0.36; 'subject:: ': 0.37; 'wanted': 0.39; 'obvious': 0.72; 'amit': 0.84; 'chrisa': 0.84; 'subject:SQL': 0.84; 'to:none': 0.90; 'sap': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=xY4bfdElz2cgafHiDMjkhgYv7oDYhK7pVG9wCvfvi5E=; b=nHG6n4gdrWgDsE5l6HBUVUQTuMmZmd2lBPeqNpc2Y7DNi/d07xocKj92UvXXHP6+db ibObJHYVeaCmDbgeVx9seqcfu9joHulsqdz7S4EfCROaDrI9UDjzG03DHJozUVR21gws kWIa3VIti8eEc19r59/hS3FZw0NviYj3j6pquONw5XgOkZBEmB9lyvaLbtF8CVTu8HyO ns0JQcm011RYbHi21GIaZX8TODXWAlmuJhWgl8TujSvjGZWbai1vttXFXkxk5MAR4jbt te4NfadZZfBrdu19VWPtucFrsrnZhmBmFTP974MT6tVeF2n5OXS7Vv3TCvzCNYg/SWrl Gajw== MIME-Version: 1.0 X-Received: by 10.50.143.104 with SMTP id sd8mr24394376igb.14.1433455254120; Thu, 04 Jun 2015 15:00:54 -0700 (PDT) In-Reply-To: References: <201506031613.t53GDJho003039@fido.openend.se> Date: Fri, 5 Jun 2015 08:00:54 +1000 Subject: Re: Calling Python Script from an SQL Proceudre From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1433455263 news.xs4all.nl 2853 [2001:888:2000:d::a6]:37007 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3614 X-Received-Body-CRC: 504653842 Xref: csiph.com comp.lang.python:92093 On Fri, Jun 5, 2015 at 12:02 AM, Amit Goutham wrote: > Hi Laura, > Thanks a Lot for the reply. > I wanted to know if calling a Python script from SAP HANA database is > possible. What you're asking for there is a SAP HANA feature, not a Python one. You could possibly ask SAP about it, but based on my brother's experiences with SAP, I suspect it's going be either very obvious or not possible. ChrisA