|
|
|
|
Re: Suggestion for using sql developer [message #601666 is a reply to message #601659] |
Sun, 24 November 2013 01:33 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Jack, your question is ambiguous. I can see two meanings:
1. The developers run SELECT queries. Can we ask them to use SQL Developer or TOAD for this, and not to use (for example)SQL*Plus?
2. The developers use SQL Developer or TOAD. Can we ask them to run only SELECT queries, and not (for example) UPDATES?
Either way, of course you can ask them. Or do you mean force them?
|
|
|
Re: Suggestion for using sql developer [message #601695 is a reply to message #601666] |
Sun, 24 November 2013 10:42 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
John,
I will rephrase my question.
I don't know whether application developers can use sql developer/toad or any other client to run queries.As of now they are just diagnosing the error faced in application end and they often ask us (DBA) to run select queries to extract transaction details from database for hourly based. So my question here is can we( DBA)ask them to start using client tool to run queries ?
I hope my question is clear now.
Thanks
[Updated on: Sun, 24 November 2013 10:44] Report message to a moderator
|
|
|
|
|
Re: Suggestion for using sql developer [message #601700 is a reply to message #601698] |
Sun, 24 November 2013 11:27 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
This question looks suspiciously like trolling: am I meant to get angry at such stupidity?
I shall not lock the topic in case someone else thinks it is a serious question. But I shall cease to subscribe to it.
Goodbye.
|
|
|
|
Re: Suggestion for using sql developer [message #601708 is a reply to message #601659] |
Sun, 24 November 2013 13:10 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Jack14 wrote on Sun, 24 November 2013 05:05
Can we (DBA) request application developers to use sql developer or Toad tool to just run select queries in database ?
Jack,
Few details are required here :
1. What exactly is the issue that the application developers are facing?
2. Why is it that a 3rd party tool specific issue is brought to a DBA's attention?
3. Does the select statement make any difference in terms of output or the performance with respect to the tools you have mentioned?
Depending on your answers we could move forward with a solution.
|
|
|
Re: Suggestion for using sql developer [message #601712 is a reply to message #601708] |
Sun, 24 November 2013 14:22 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Lalit,
Quote:1. What exactly is the issue that the application developers are facing?
Application developers are not facing any issue at the moment.
Quote:Why is it that a 3rd party tool specific issue is brought to a DBA's attention?
Application team wants to know transaction details for every hour from database so we provide them output by running select statement from database.
We use sql developer to have a clear output format and easy to login to database as and when required.So we use sql developer to extract the data from database.
Quote:Does the select statement make any difference in terms of output or the performance with respect to the tools you have mentioned?
No
Thanks
[Updated on: Sun, 24 November 2013 14:23] Report message to a moderator
|
|
|
|
|
|
Re: Suggestion for using sql developer [message #601724 is a reply to message #601712] |
Mon, 25 November 2013 00:25 |
Lalit Kumar B
Messages: 3174 Registered: May 2013 Location: World Wide on the Web
|
Senior Member |
|
|
Jack14 wrote on Mon, 25 November 2013 01:52Application team wants to know transaction details for every hour from database so we provide them output by running select statement from database.
We use sql developer to have a clear output format and easy to login to database as and when required.So we use sql developer to extract the data from database.
If it is a regular process to provide data in regular intervals, then just automate the process. Create a script and schedule the job to spool the data in your required format and send it to the application team. There are lot of options available.
|
|
|
|
|
|
Re: Suggestion for using sql developer [message #601792 is a reply to message #601783] |
Mon, 25 November 2013 16:25 |
|
Jack14
Messages: 497 Registered: December 2011 Location: INDIA
|
Senior Member |
|
|
Blackswan,
< what difference does it make which client is used to issue SQL? >
My concern is not about using which client is used to issue SQL .My concern is currently developers are not using sql developers to run
any select query and they often ask us to rprovide the data by running select queries.In this case , can we ask them to start using sql developer
to run select query by themselves since select query will have no harm to database.
I hope my question is clear now.
Thanks
[Updated on: Mon, 25 November 2013 16:26] Report message to a moderator
|
|
|
Re: Suggestion for using sql developer [message #601793 is a reply to message #601792] |
Mon, 25 November 2013 16:34 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>to run select query by themselves since select query will have no harm to database.
except when Cartesian Product floods the DB & disk subsystem.
Who is "they"?
Are "they" duh-velopers who can't issue their own SQL statements?
Then what exactly are "they" developing using what tool(s)?
|
|
|