![]() | |
![]() |
| | Thread Tools | Display Modes |
#31
| |||
| |||
|
|
Using my brain or a calculator to produce an answer in mathematics will not produce different answers. |
#32
| |||
| |||
|
|
"Pablo Sanchez" <honeypot (AT) blueoakdb (DOT) com> wrote in message news:Xns93AC927472945pingottpingottbah (AT) 130 (DOT) 133.1.4... This is often attributable to cost issues in that 'managment' doesn't want to spend $'s to have exact replicas of production boxes. We do have a stress test database which resembles the production pretty closely. The problem is, it is hard to synchronize it with production due to security concerns. Each time we release a new version of the stress test database, we have to protect everything that can possibly violate customers' privacy and at the same time keep data distribution similar to production, and that takes time and effort, too. .................................................. ......................... ...................So where were we with CREATE TABLE and EXPLAIN PLAN's? Ah yes, let's get rid of that dependency. <g I think the table should be created automatically whenever a new login is created, with all the necessary privileges. It is actually nice to have some persistency. |

#33
| |||
| |||
|
|
"Isaac Blank" <izblank (AT) yahoo (DOT) com> wrote in message news:7EGMa.242$QJ.194 (AT) newssvr16 (DOT) news.prodigy.com... conn system/<pwd>; @?/rdbms/admin/utlxplan create public synonym plan_table for plan_table; grant all on plan_table to public; ![]() |
indeed; one table for all to share! <g>
#34
| |||
| |||
|
|
"Niall Litchfield" <niall.litchfield (AT) dial (DOT) pipex.com> wrote in news:3f0494aa$0$10623$cc9e4d1f (AT) news (DOT) dial.pipex.com: "Isaac Blank" <izblank (AT) yahoo (DOT) com> wrote in message news:7EGMa.242$QJ.194 (AT) newssvr16 (DOT) news.prodigy.com... conn system/<pwd>; @?/rdbms/admin/utlxplan create public synonym plan_table for plan_table; grant all on plan_table to public; ![]() indeed; one table for all to share! <g-- Pablo Sanchez, Blueoak Database Engineering http://www.blueoakdb.com |
#35
| |||
| |||
|
|
You've gotta slow these guys down somehow. Errm or ensure that they use statement_id. |
#36
| |||
| |||
|
|
Daniel Morgan <damorgan (AT) exxesolutions (DOT) com> wrote in news:3F006029.ECE34F77 (AT) exxesolutions (DOT) com: Now if you don't have CREATE TABLE that could be a problem. But if you don't have CREATE TABLE you aren't a developer. A shame that you have to give a developer CREATE TABLE on a production machine to replicate the problem that 'only shows up on a production instance.' |
#37
| |||
| |||
|
|
in general, developers don't have CREATE TABLE in development, test or production. |
![]() |
| Thread Tools | |
| Display Modes | |
| |