Yep that was it. I put quotes around "user_idx" and it worked. Apex used quotes around the column names when creating the table. Looks like a bug in apex to me. I bet if I installed the latest version of application express this would be fixed. The rpm for oracle-xe contains version 2.x of apex...
Thanks but that produces this error.
ORA-00904: "USER_IDX": invalid identifier
create or replace trigger "BI_users"
BEFORE insert on "users" for each row when (new.user_idx is null)
BEGIN SELECT "BI_users".NEXTVAL INTO :new.user_idx FROM dual;
END;
I just installed oracle-xe (10g) with application express on a linux dev server running centos 5.x. Enabled archivelog mode and created a new user/schema to create my tables and application under. I created a table in application express and get a PLS-00049: bad bind variable 'NEW.USER_IDX'...
Turns out I was isntalling the wrong package. I installed this rpm "kernel-smp-devel-2.6.9-5.0.5.EL.i686.rpm". This created the /usr/src/linux-xxxx/ file structure. I then created the soft link to /usr/src/linux. "kernel-devel*src.rpm" must be the source used to create the rpm that installs...
I installed the kernel source from the CDs by "rpm -ivh kernel-devel*src.rpm" and this installs the source into /usr/src/redhat/SOURCES. But there is no makefile. Everything I find on the web says the rpm command I used should install the source and makefile in /usr/src/linux-xxxx/. What am I...
I haven't had much time to get much further on this project, but here is a link to what I've accomplished so far and I've included the text below. I've successfully booted to a win98 boot disk over the network using PXE boot. Cheezy, I know..but it's a start:)...
I'm trying to setup our IBM BladeServer (HS20) to boot over the networking using dhcp and netboot from a linux box. Does anyone have any experience with this? Right now I'm stuck trying to build a kernel image with makerom. I downloaded the broadcom drivers from the broadcom site but makerom...
I am setting up a bootp windows 2003 server to boot identical diskless IBM blade servers each with 1 gig of ram. I created an image using the windows xp embedded utilities. I am getting this error when trying to boot:
"NBP is too big to fit in free base memory"
I haven't found much...
I created a frontpage 2000 website in iis 5.0 (not the one in my signature line:)
Using ntfs permissions I set 'everyone' and 'iusr_machinename' to read,list,exec. I ran the permissions wizard and chose 'public' website permissions.
The problem is the entire world can author the website...
Did anyone try this? It would nice if people gave their system configuration and what services they run and which they shutdown that were set by default to startup. More information is always better.
Kurin Lambert
webmaster@earthmatrix.org
www.earthmatrix.org
I've compiled a list of win2k services that were set to automatically run (on my system). I've set these services to either 'manual' or 'disabled' to keep them from running and my system performance jumped by approx %30. Here is the link to the page I created...
I found two log file types in exchsrvr\mdbdata; res#.log and E0000#.log files. Both of these are encoded with the exception of a few email texts in E00.log How would I make use of these? I was looking for something I could load into event viewer (*.evt) or plain text. I haven't found any...
Can someone help me find Exchange Server 2000's log files? There is nothing related to exchange under system32\logfiles.
Thanks.
Kurin Lambert
webmaster@earthmatrix.org
www.earthmatrix.org
Since he now has a static ip would it be more benificial to run his own dns server instead of using dyndns? I also have a static ip and run dns for my lan so I thought maybe I should also run win dns or bind. I use verisign's dns service for my primary domain but thought I could get away with...
You are absolutely right Daniel, I think that would be the best way also. But someone already said that and everyone had a different way to do the same thing so I thought I would add yet another way ;) That's what I like about linux....many ways to do the same task.
Kurin Lambert...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.