search for: dbas

Displaying 20 results from an estimated 32 matches for "dbas".

Did you mean: das
2018 Aug 28
2
Execute / Interpret LLVM IR Bitcode
Hi, I know their are various tools that can take LLVM IR Bitcode and JIT it and execute it. Is there anything that can do the equivalent but at the LL\VM IR Bitcode level? So, that for example, I could set some initial conditions, and then single step through the IR Bitcode function, and pause it and print out any of the SSA values that I wish? Kind Regards James
2007 May 07
3
Deploying file from server only initially
Is it possible to have a file copied from the fileserver but only when it doesn''t exist? I want to prevent changes on the client from being wiped out if it is different. We have a couple of config files that the DBAs are resistant to managing through puppet. They currently manually deploy changes and I don''t want those changes wiped out if the server isn''t updated. I want the files to be copied initially so the machine is setup even if it has a old version. - Ian
2011 Aug 08
4
Help with retrieving a user's environment variable
Hi, I need to get the environment variable ORACLE_SID from the OS. I know this can be done with the following: $blah = env("PATH") However, the ORACLE_SID variable is only set under the oracle user account. So I would need a way to login as the oracle account first to retrieve the ORACLE_SID variable. Is there anyway to get the environment variable from a user''s account
2009 Mar 11
9
ZFS on a SAN
Hi All, I''m new on ZFS, so I hope this isn''t too basic a question. I have a host where I setup ZFS. The Oracle DBAs did their thing and I know have a number of ZFS datasets with their respective clones and snapshots on serverA. I want to export some of the clones to serverB. Do I need to zone serverB to see the same LUNs as serverA? Or does it have to have preexisting, empty LUNs to import the clones? Please...
2007 Apr 30
1
ZFS and Oracle db production deployment
Hello ! Can you please share your experiences with ZFS deployment for Oracle databases for production usage ? Why did you choose to deploy the database on ZFS ? What features of ZFS are you using ? What tuning was done during ZFS setup ? How big are the databases ? Thank you, Jay
2007 Jul 04
18
PHP vs RubyOnRails newbie concerns/questions
...Database graphic designer that works perfect with Mysql standard tables and the id standard is different from the ID standar name used by Rails. Does not support standard table design, for example the tables shouldn''t have plural names. It''s a long discussion between OO purist and DBAs. Also I found many samples of the developer that showed not Normalized Tables (duplicated fields) in order to make it work quicker I bet. 2. It feels heavy, not so quick. I think is because it adds lots of layers in order to make transparent the database use and some other stuff. 3.It is not easy t...
2006 Apr 23
18
Applications used in the Rails video?
Hi all, I just watched the rail video: http://www.rubyonrails.org/media/video/rails_take2_with_sound.mov I am just curious. I can tell that the video was done on a Mac, but I cannot tell which applications were used for editing the code, and for interfacing with MySQL database. As far as editing source code, I normally use BBEdit (I''ve used it since 1994), but the editor used in
2006 Jun 02
14
Which is better for production: MySQL5 or PostGres8.1?
I''m coming from an Oracle and SQL Server background. I''d like to use OpenSource for my next RoR project. MySQL5.x and Postgres8.1 seem to be the most popular. I''d like some comments on which would be the better choice for a production environment and why. Here are my initial concerns in order of priority: 1. Works well with RoR. ( migrations, etc) 2. Stable enough
2005 Dec 29
3
Storage for images: Database BLOBs or files?
I can''t decide where store images for my Rails application. -- Posted via http://www.ruby-forum.com/.
2005 May 13
45
Why Wouldn't I Use Rails
I am starting a large project and still selecting what framework to use. Rather than ask brand x what is wrong with brand y, I am more interested in self confession. Why would I *not* want to use Rails (compared to Iowa and Nitro). I posted a synopsis of the project to ruby-talk but will repost it here if anyone wants it. xev
2010 Jun 16
1
Why OCFS2 with RAC
I have been a user of OCFS2 for quite some time now (2 years or so) and a user of Oracle RAC for several years as well. My usage of these two is completely independent though, the cluster filesystem is for application level usage (web servers, etc.) only because RAC can manage its own shared storage directly. And that brings me to my observation/question... I keep seeing a lot of messages
2011 Nov 19
11
Installing Oracle
This is pretty ugly. I''m using puppet to install Oracle, ie an exec{} wrapped around: /u01/oracle_extract/linux.x64_11gR2_database/database/runInstaller -silent -responseFile /etc/oracle_response.rsp The problem is that the damn installer backgrounds itself and returns control to the shell. I tried putting the above command in a script, followed by a wait command, but that
2018 Jan 04
3
LLVM IR Debugger
Hi I am looking at open projects that LLVM want to implement and it seems to be a suggestion to write an LLVM IR level debugger. Is there any existing LLVM projects out there that already does such a thing? If not, I would like to try implementing one myself. By debugger, I think it means something like gdb, where you can insert breakpoints, run code and observe layout of registers and memory at
2005 Apr 26
1
Help with Samba 2.2.8.0 to 3.0.4.0
...read only = no public = no valid users = fred,steve,apu writable = yes printable = no [laguna] comment = Top Fuel- Authorized Only path = /topfuel read only = no public = no valid users = fred,jimbo,steve writable = yes printable = no [db2] comment = DB2 Home Dir- DBAs only path = /usr/lpp/db2junk valid users = fred,jimbo writeable = yes printable = no [home-server] comment = Home Directories path = /usr4/home public = no valid users = fred,jimbo writable = yes printable = no write list = @staff <server> lib >
2005 Aug 29
14
Oracle 9.2.0.6 on Solaris 10
How can I tell if this is normal behaviour? Oracle imports are horribly slow, an order of magnitude slower than on the same hardware with a slower disk array and Solaris 9. What I can look for to see where the problem lies? The server is 99% idle right now, with one database running. Each sample is about 5 seconds. I''ve tried setting kernel parameters despite the docs saying that
2013 Jun 14
0
Support for deferrable constraints in PostgreSQLAdapter#disable_referential_integrity
...Referential integrity is but one specific case of a whole set of database level integrity constraints (including primary keys, uniqueness constraints, etc.). Few databases support SQL 92 assertions (see http://stackoverflow.com/questions/6368349/why-dont-dbmss-support-assertion), so most developers/DBAs that want more complicated database level integrity constraints implement them via triggers. In addition, triggers can also be used to implement automatic caching of computer or derived data within the database (for instance, updating a table that keeps track of all direct and indirect reporting pa...
2009 Nov 17
3
SSH Keys
Hi all, I want to use puppet to distribute keys to multiple users. I wanted to do something like we have already: - define a key per real person - define groups containing several keys, people can be in multiple groups - deploy these groups of keys to specific users however it looks like the ssh_authorized_key resource ties a key and a user together so it looks like I fall at the first
2006 Feb 11
16
Why does''nt rails pick up more metadata from a mysql schema?
Hi, when I define a db column to be non-nullable or of length 20 or as numeric, I would expect rails to validate that, but that doesn''t seem to be the case. Any idea why that is? The metadata is accessible, at least in the mysql case. I am using rails 1.0 with mysql 5. Cheers, Mariano
2004 Jan 03
1
SEEKING PART-TIME DBA ROLE (REMOTE)
I HAVE 10 Years EXPERIENCE WITH *ORACLE 7.x 8.x, and 9x DATABASE Administration *ORACLE 9iAS Support *11i/10.7 ERP/CRM Installation and Support *SOLARIS SYSTEM ADMIN *3rd PARTY IMPLEMENTIONS * DATAWAREHOUSING Support *SOFTWARE AND HARDWARE CAPACITY PLANNING *Oracle DATABASE MANAGEMENT *Oracle DATABASE AND APPLICATION TUNING Spent many years at Oracle Corp, and worked with client such as Kodak,
2006 Jan 12
7
Is anyone using oracle with RoR successfully?
Hi, Is anyone using Oracle with RoR successfully? Is everything running smoothly? What are the main issues? any response is appreciated thanks, Chris -- Posted via http://www.ruby-forum.com/.