Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged plsql

0 votes
452 views
1 answer
    I would like to declare and display a variable in Oracle. In T-SQL I would do something like this DECLARE @A ... can I do this in Oracle. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
313 views
1 answer
    I have received a SQL query that makes use of the distinct keyword. When I tried running the query it took at least a ... 01-01', 'YYYY/MM/DD') See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
661 views
1 answer
    I am writing an oracle package using Oracle sql developer, I got this compile error: Error(7,1): PLS-00103: ... package1; I got the same err. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I implemented a function that returns clob data-type, and I would like to print the result in DBMS Output. ... 0.3.0 - 64bit Production See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
360 views
1 answer
    I have a create table query, an update query ,and then drop table query. I need to run these three queries ... or some other way. Please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
555 views
1 answer
    I wanted to delete some unused schemas on our oracle DB. How can I query for all schema names ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
517 views
1 answer
    I just read this question, and a solution states that: The fact that you don't know you got the NO_DATA_FOUND ... do to avoid doing that... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    I am having table where a column allows special characters like '/' forward slash and '' back slash. Now when I ... case, let me know. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
632 views
1 answer
    I have one table called event, and created another global temp table tmp_event with the same columns and definition ... insert on EVENT table ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
561 views
1 answer
    I am having table where a column allows special characters like '/' forward slash and '' back slash. Now when I ... case, let me know. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    For debugging purposes, I'd like to be able to "TO_CHAR" an Oracle PL/SQL in-memory table. Here's a simplified ... use it with any table type. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
581 views
1 answer
    Hi Required immediate response, I want to take dump of some selected tables from schema, can any body tell me is ... T5 only. Thanks in advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
641 views
1 answer
    I'm trying to find an efficient, generic way to convert from string to a number in PL/SQL, where the local setting ... I'd give it credit for? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
412 views
1 answer
    Can I get the name of all the function inside a package. Suppose I have a package PKG_OWA and I want ... all the procedure inside the package. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
301 views
1 answer
    I am new to Oracle. Is there a builtin keyword does the same job of SQL Server APPLY? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    I am a bit rusty on my cursor lingo in PL/SQL. Anyone know this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
329 views
1 answer
    I have a database which has a NOT NULL constraint on a field, and I want to remove this constraint. ... when logically dropping that constraint? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    Is there a way in to just run a query once to select into a variable, considering that the query might ... kind of hesitate of goto lines. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
438 views
1 answer
    Should I use VARCHAR2 or CHAR as a datatype in Oracle? It's been suggested to me to use CHAR for these ... and buggy. What are your opinions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    Is it possible to create an object type inside of a package in Oracle Database 10g? Something like: create or ... of packages. Thanks, Jeff See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I have no problem in writing data in excel sheet which is stored in some predefined directory. Now I ... FCLOSE(FILENAME); END SP_ORACLE_EXCEL; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    How to use put function.my procedure is not compiling with put. but putline is working fine. i want to print in the same line See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    Following on from my last question (Table Variables in Oracle PL/SQL?)... Once you have values in an array/ ... table. Thanks in advance, Matt See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
335 views
1 answer
    I have "read only" access to a few tables in an Oracle database. I need to get schema information on some of ... to with a PL-SQL statement? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
415 views
1 answer
    I am trying to reset the sequence to 1 dynamically using the following procedure in oracle 11g. create or replace ... 10g before it worked fine. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
576 views
1 answer
    I have a question about spooling the the results of my program. My sample sql script looks like this. whenever ... spool those results. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    When releasing database code to non-development databases , I use such approach - I create release sqlplus script ... /rollback pl/sql code? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
416 views
1 answer
    I am trying to select a column from a table that contains newline (NL) characters (and possibly others , , ). ... characters with a space, " ". See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...