I need a step by step example to create a simple Oracle Stored Procedure and link it to Spotfire and get the prompt values of the data of Procedure in Spotfire and get the output data.
While I agree with @niko, since this is an old post I'll help out.
First, if you don't know how to create a procedure in Oracle you should really take come courses on it, and Oracle database structure in general. It isn't something you want to just create at random without understanding the potential implications. But, start here:
https://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_6009.htm
Once you have done that, here are the steps to connect it to your analysis.
Tools > Information Designer > Data Sources > New
(Data Source
Create Procedure
Create Information Link
. Save this information linkThere are multiple ways to handle the parameters of your procedure, but one of the easiest ways is to create a document property which will take a user input for your parameter, making your data source an On Demand data source.
If you need help with that, research, and then post a question for any clarification that you need.
Cheers!